**** Build of configuration Release for project MagicQuartz **** make all Building file: ../lcd_drv.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"lcd_drv.d" -MT"lcd_drv.d" -c -o "lcd_drv.o" "../lcd_drv.c" Finished building: ../lcd_drv.c Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"main.d" -MT"main.d" -c -o "main.o" "../main.c" ../main.c: In function 'ADC_Init': ../main.c:788:15: warning: variable 'result' set but not used [-Wunused-but-set-variable] unsigned int result; ^ ../main.c: In function 'liveQuartzMenu': ../main.c:2842:16: warning: variable 'currentSelection' set but not used [-Wunused-but-set-variable] unsigned char currentSelection = 0; ^ Finished building: ../main.c Building target: MagicQuartz.elf Invoking: AVR C++ Linker avr-g++ -lc -lm -Wl,-Map,MagicQuartz.map,--cref -mrelax -Wl,--gc-sections -L"/Users/sebmate/workspace-avr/MagicQuartz" -mmcu=atmega328p -o"MagicQuartz.elf" ./lcd_drv.o ./main.o -lc Finished building target: MagicQuartz.elf Invoking: AVR Create Extended Listing avr-objdump -h -S MagicQuartz.elf >"MagicQuartz.lss" Finished building: MagicQuartz.lss Create Flash image (ihex format) avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex MagicQuartz.elf "MagicQuartz.hex" Finished building: MagicQuartz.hex Create eeprom image (ihex format) avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex MagicQuartz.elf "MagicQuartz.eep" Finished building: MagicQuartz.eep Invoking: Print Size avr-size --format=avr --mcu=atmega328p MagicQuartz.elf AVR Memory Usage ---------------- Device: atmega328p Program: 30230 bytes (92.3% Full) (.text + .data + .bootloader) Data: 1823 bytes (89.0% Full) (.data + .bss + .noinit) Finished building: sizedummy **** Build Finished **** **** Build of configuration Release for project MagicQuartz **** make all Building file: ../lcd_drv.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -v -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"lcd_drv.d" -MT"lcd_drv.d" -c -o "lcd_drv.o" "../lcd_drv.c" Using built-in specs. COLLECT_GCC=avr-gcc Target: avr Configured with: ../configure --target=avr --prefix=/usr/local/Cellar/avr-gcc/4.9.3 --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-ld=/usr/local/opt/avr-binutils/bin/avr-ld --with-as=/usr/local/opt/avr-binutils/bin/avr-as --disable-nls --disable-shared --disable-threads --disable-libssp --disable-libstdcxx-pch --disable-libgomp --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-system-zlib Thread model: single Finished building: ../lcd_drv.c Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -g3 -gstabs -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -v -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"main.d" -MT"main.d" -c -o "main.o" "../main.c" gcc version 4.9.3 (GCC) COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'lcd_drv.d' '-MT' 'lcd_drv.d' '-c' '-o' 'lcd_drv.o' /usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/cc1 -quiet -v -imultilib avr5 -MMD lcd_drv.d -MF lcd_drv.d -MP -MT lcd_drv.d -dD -D F_CPU=16000000UL ../lcd_drv.c -quiet -dumpbase lcd_drv.c -mmcu=atmega328p -auxbase-strip lcd_drv.o -g3 -gstabs -Os -Wall -std=gnu99 -version -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -o /var/folders/cy/yvgv3jcd7_586vts17nj45700000gn/T//ccXGAKEx.s GNU C (GCC) version 4.9.3 (avr) compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57), GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring nonexistent directory "/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/include /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/include-fixed /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/include End of search list. GNU C (GCC) version 4.9.3 (avr) compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57), GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: a89c15a640976c01438938cba73c85e5 COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'lcd_drv.d' '-MT' 'lcd_drv.d' '-c' '-o' 'lcd_drv.o' /usr/local/opt/avr-binutils/bin/avr-as -v -mmcu=avr5 -mno-skip-bug -o lcd_drv.o /var/folders/cy/yvgv3jcd7_586vts17nj45700000gn/T//ccXGAKEx.s GNU assembler version 2.25 (avr) using BFD version (GNU Binutils) 2.25 COMPILER_PATH=/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/ LIBRARY_PATH=/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/ COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'lcd_drv.d' '-MT' 'lcd_drv.d' '-c' '-o' 'lcd_drv.o' Using built-in specs. COLLECT_GCC=avr-gcc Target: avr Configured with: ../configure --target=avr --prefix=/usr/local/Cellar/avr-gcc/4.9.3 --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-ld=/usr/local/opt/avr-binutils/bin/avr-ld --with-as=/usr/local/opt/avr-binutils/bin/avr-as --disable-nls --disable-shared --disable-threads --disable-libssp --disable-libstdcxx-pch --disable-libgomp --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-system-zlib Thread model: single gcc version 4.9.3 (GCC) COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' /usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/cc1 -quiet -v -imultilib avr5 -MMD main.d -MF main.d -MP -MT main.d -dD -D F_CPU=16000000UL ../main.c -quiet -dumpbase main.c -mmcu=atmega328p -auxbase-strip main.o -g3 -gstabs -Os -Wall -std=gnu99 -version -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -o /var/folders/cy/yvgv3jcd7_586vts17nj45700000gn/T//ccOGsAA4.s GNU C (GCC) version 4.9.3 (avr) compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57), GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring nonexistent directory "/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/include /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/include-fixed /usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/include End of search list. GNU C (GCC) version 4.9.3 (avr) compiled by GNU C version 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57), GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: a89c15a640976c01438938cba73c85e5 ../main.c: In function 'ADC_Init': ../main.c:788:15: warning: variable 'result' set but not used [-Wunused-but-set-variable] unsigned int result; ^ ../main.c: In function 'liveQuartzMenu': ../main.c:2842:16: warning: variable 'currentSelection' set but not used [-Wunused-but-set-variable] unsigned char currentSelection = 0; ^ COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' /usr/local/opt/avr-binutils/bin/avr-as -v -mmcu=avr5 -mno-skip-bug -o main.o /var/folders/cy/yvgv3jcd7_586vts17nj45700000gn/T//ccOGsAA4.s Finished building: ../main.c Building target: MagicQuartz.elf GNU assembler version 2.25 (avr) using BFD version (GNU Binutils) 2.25 Invoking: AVR C++ Linker avr-g++ -lc -lm -Wl,-Map,MagicQuartz.map,--cref -mrelax -Wl,--gc-sections -L"/Users/sebmate/workspace-avr/MagicQuartz" -mmcu=atmega328p -o"MagicQuartz.elf" ./lcd_drv.o ./main.o -lc COMPILER_PATH=/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/libexec/gcc/avr/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/ LIBRARY_PATH=/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/avr5/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/avr5/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/:/usr/local/Cellar/avr-gcc/4.9.3/lib/gcc/avr/4.9.3/../../../../avr/lib/ Finished building target: MagicQuartz.elf Invoking: AVR Create Extended Listing avr-objdump -h -S MagicQuartz.elf >"MagicQuartz.lss" COLLECT_GCC_OPTIONS='-Wall' '-g3' '-gstabs' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega328p' '-D' 'F_CPU=16000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' Finished building: MagicQuartz.lss Create Flash image (ihex format) avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex MagicQuartz.elf "MagicQuartz.hex" Finished building: MagicQuartz.hex Create eeprom image (ihex format) avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex MagicQuartz.elf "MagicQuartz.eep" Finished building: MagicQuartz.eep Invoking: Print Size avr-size --format=avr --mcu=atmega328p MagicQuartz.elf AVR Memory Usage ---------------- Device: atmega328p Program: 30230 bytes (92.3% Full) (.text + .data + .bootloader) Data: 1823 bytes (89.0% Full) (.data + .bss + .noinit) Finished building: sizedummy **** Build Finished ****