/mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-gcc -g -Wall -O2 -mmcu=at90usb646 -Wa,-gstabs -c -o main.o main.c main.c:12: warning: return type of 'main' is not 'int' /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-gcc -g -Wall -O2 -mmcu=at90usb646 -Wa,-gstabs -Wl,-Map,main.map -o main.elf main.o /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objdump -h -S main.elf > main.lst /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy -j .text -j .data -O ihex main.elf main.hex /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy -j .text -j .data -O binary main.elf main.bin /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy -j .text -j .data -O srec main.elf main.srec main.cof /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy --debugging --change-section-address .data-0x800000 --change-section-address .bss-0x800000 --change-section-address .noinit-0x800000 --change-section-address .eeprom-0x810000 -O coff-avr main.elf main.cof Warning: no "data" section found in output file Warning: file /tmp/ccR9LGFe.s not found in symbol table, ignoring Warning: ignoring function __vectors() outside any compilation unit Warning: ignoring function __bad_interrupt() outside any compilation unit Warning: file /tmp/cc7sSmIV.s not found in symbol table, ignoring /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-vma .eeprom+0xff7f0000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-lma .eeprom+0xff7f0000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-vma .noinit+0xff800000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-lma .noinit+0xff800000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-vma .bss+0xff800000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-lma .bss+0xff800000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-vma .data+0xff800000 never used /mnt/hdc1/gary/projects/avr-toolchain/avr1/bin/avr-objcopy: --change-section-lma .data+0xff800000 never used