> "make.exe" program avrdude -p atmega16 -P lpt1 -c stk200 -U flash:w:main.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e9403 avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "main.hex" avrdude: input file main.hex auto detected as Intel Hex avrdude: writing flash (1470 bytes): Writing | ################################################## | 100% 0.74s avrdude: 1470 bytes of flash written avrdude: verifying flash memory against main.hex: avrdude: load data flash data from input file main.hex: avrdude: input file main.hex auto detected as Intel Hex avrdude: input file main.hex contains 1470 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 0.63s avrdude: verifying ... avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0xff avrdude: verification error; content mismatch avrdude: safemode: lfuse changed! Read as ff, was e1 avrdude: and COULD NOT be changed avrdude: safemode: hfuse changed! Read as ff, was d9 avrdude: and COULD NOT be changed avrdude: safemode: Fuses not recovered, sorry avrdude done. Thank you. make.exe: *** [program] Error 1 > Process Exit Code: 2