19:53:25 **** Incremental Build of configuration Release for project lcdHM1 **** make all Building file: ../main.c Invoking: AVR Compiler avr-gcc -Wall -Os -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -std=gnu99 -v -mmcu=atmega8 -DF_CPU=1000000UL -MMD -MP -MF"main.d" -MT"main.d" -c -o "main.o" "../main.c" Using built-in specs. COLLECT_GCC=avr-gcc Target: avr Configured with: /data2/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/src/gcc/configure LDFLAGS=-L/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86/lib CPPFLAGS= --target=avr --host=i686-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86 --libdir=/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86/lib --enable-languages=c,c++ --with-dwarf2 --enable-doc --disable-shared --disable-libada --disable-libssp --disable-nls --with-avrlibc=yes --with-mpfr=/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86 --with-gmp=/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86 --with-mpc=/home/toolsbuild/jenkins-knuth/workspace/avr8-gnu-toolchain/avr8-gnu-toolchain-linux_x86 --enable-fixed-point --with-pkgversion=AVR_8_bit_GNU_Toolchain_3.4.3_1072 --with-bugurl=http://www.atmel.com Thread model: single gcc version 4.8.1 (AVR_8_bit_GNU_Toolchain_3.4.3_1072) COLLECT_GCC_OPTIONS='-Wall' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-std=gnu99' '-v' '-mmcu=atmega8' '-D' 'F_CPU=1000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' Finished building: ../main.c /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../libexec/gcc/avr/4.8.1/cc1 -quiet -v -imultilib avr4 -iprefix /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/ -MMD main.d -MF main.d -MP -MT main.d -D F_CPU=1000000UL ../main.c -quiet -dumpbase main.c -mmcu=atmega8 -auxbase-strip main.o -Os -Wall -std=gnu99 -std=gnu99 -version -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -o /tmp/ccNHlzUc.s GNU C (AVR_8_bit_GNU_Toolchain_3.4.3_1072) version 4.8.1 (avr) Building target: lcdHM1.elf compiled by GNU C version 4.6.1, GMP version 5.0.2, MPFR version 3.0.0, MPC version 0.9 Invoking: AVR C Linker GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 avr-gcc -Wl,-Map,lcdHM1.map -mmcu=atmega8 -o "lcdHM1.elf" ./debounce.o ./lcd-routines.o ./lcd_menu.o ./main.o ignoring nonexistent directory "/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/sys-include" ignoring duplicate directory "/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/../../lib/gcc/avr/4.8.1/include" Finished building target: lcdHM1.elf ignoring duplicate directory "/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/../../lib/gcc/avr/4.8.1/include-fixed" Invoking: AVR Create Extended Listing avr-objdump -h -S lcdHM1.elf >"lcdHM1.lss" ignoring nonexistent directory "/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/../../lib/gcc/avr/4.8.1/../../../../avr/sys-include" ignoring duplicate directory "/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/../../lib/gcc/avr/4.8.1/../../../../avr/include" #include "..." search starts here: #include <...> search starts here: /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/include /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/include-fixed /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/include End of search list. GNU C (AVR_8_bit_GNU_Toolchain_3.4.3_1072) version 4.8.1 (avr) compiled by GNU C version 4.6.1, GMP version 5.0.2, MPFR version 3.0.0, MPC version 0.9 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 76edb7ef0c98248696331a0e6d40be61 ../main.c: In function 'resetStatus': Finished building: lcdHM1.lss ../main.c:100:3: warning: implicit declaration of function 'soundSignal' [-Wimplicit-function-declaration] soundSignal(0); Create Flash image (ihex format) ^ avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex lcdHM1.elf "lcdHM1.hex" ../main.c:105:3: warning: implicit declaration of function 'pause' [-Wimplicit-function-declaration] Finished building: lcdHM1.hex Create eeprom image (ihex format) avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex lcdHM1.elf "lcdHM1.eep" Finished building: lcdHM1.eep Invoking: Print Size avr-size --format=avr --mcu=atmega8 lcdHM1.elf pause(0); AVR Memory Usage ---------------- Device: atmega8 Program: 1976 bytes (24.1% Full) (.text + .data + .bootloader) Data: 634 bytes (61.9% Full) (.data + .bss + .noinit) Finished building: sizedummy ^ ../main.c:110:3: warning: implicit declaration of function 'active' [-Wimplicit-function-declaration] active(0); ^ ../main.c: At top level: ../main.c:118:6: warning: conflicting types for 'soundSignal' [enabled by default] void soundSignal(char onOff) ^ ../main.c:100:3: note: previous implicit declaration of 'soundSignal' was here soundSignal(0); ^ ../main.c:134:6: warning: conflicting types for 'pause' [enabled by default] void pause(char onOff) ^ ../main.c:105:3: note: previous implicit declaration of 'pause' was here pause(0); ^ ../main.c:150:6: warning: conflicting types for 'active' [enabled by default] void active(char onOff) ^ ../main.c:110:3: note: previous implicit declaration of 'active' was here active(0); ^ COLLECT_GCC_OPTIONS='-Wall' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-std=gnu99' '-v' '-mmcu=atmega8' '-D' 'F_CPU=1000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' /usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/as -mmcu=avr4 -mno-skip-bug -o main.o /tmp/ccNHlzUc.s COMPILER_PATH=/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../libexec/gcc/avr/4.8.1/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../libexec/gcc/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ LIBRARY_PATH=/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/avr4/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/lib/avr4/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/:/usr/local/avr/avr8-gnu-toolchain-linux_x86/bin/../lib/gcc/avr/4.8.1/../../../../avr/lib/ COLLECT_GCC_OPTIONS='-Wall' '-Os' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-std=gnu99' '-v' '-mmcu=atmega8' '-D' 'F_CPU=1000000UL' '-MMD' '-MP' '-MF' 'main.d' '-MT' 'main.d' '-c' '-o' 'main.o' 19:53:26 Build Finished (took 466ms)