> "make.exe" all avr-gcc -c -g -Os -Wall -Wstrict-prototypes -IC:\Programme\AVRlib -Wa,-ahlms=basiciotest.lst -mmcu=atmega163 -I. basiciotest.c -o basiciotest.o avr-gcc basiciotest.o -Wl,-Map=basiciotest.map,--cref -mmcu=atmega163 -o basiciotest.elf avr-objcopy --debugging -O coff-ext-avr \ --change-section-address .data-0x800000 \ --change-section-address .bss-0x800000 \ --change-section-address .noinit-0x800000 \ --change-section-address .eeprom-0x810000 \ basiciotest.elf basiciotest.cof Warning: no "data" section found in output file Warning: file C:/DOCUME~1/EWEDDI~1/LOCALS~1/Temp/ccsjbaaa.s not found in symbol table, ignoring Warning: ignoring function __vectors() outside any compilation unit Warning: ignoring function __bad_interrupt() outside any compilation unit avr-objcopy: --change-section-vma .eeprom+0xff7f0000 never used avr-objcopy: --change-section-lma .eeprom+0xff7f0000 never used avr-objcopy: --change-section-vma .noinit+0xff800000 never used avr-objcopy: --change-section-lma .noinit+0xff800000 never used avr-objcopy: --change-section-vma .bss+0xff800000 never used avr-objcopy: --change-section-lma .bss+0xff800000 never used avr-objcopy: --change-section-vma .data+0xff800000 never used avr-objcopy: --change-section-lma .data+0xff800000 never used avr-objcopy -O binary -R .eeprom basiciotest.elf basiciotest.bin avr-objcopy -O ihex -R .eeprom basiciotest.elf basiciotest.hex avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex basiciotest.elf basiciotest.eep j:\Programme\WinAVR\bin\avr-objcopy.exe: there are no sections to be copied! j:\Programme\WinAVR\bin\avr-objcopy.exe: --change-section-lma .eeprom=0x00000000 never used make.exe: *** [basiciotest.eep] Error 1 > Process Exit Code: 2