HELLO ALL,
At the end of the compilation using the ''make'' command, there are 3 errors that say (red):
objcopy -j .text -j .data -0 ihex main.bin main.hex
checksize main.bin 8192 1024
checksize: awk :command not found
checksize: [:-gt:: unary operator expected bytes <data=>
checksize: [:-gt:: unary operator expected bytes
Is it something wrong????
Also, i don;t know what fuses should i change.
Thanks
MAIN.HEX COMPILE ERROR??
-
- Posts: 8
- Joined: Sun Jan 27, 2008 1:54 am
fuse change?
Thanks for the help
BTW does anyone know which fuse should i change for avr-usb??
BTW does anyone know which fuse should i change for avr-usb??
You can also simply delete the call to the checksize script.
The fuse values depend on the chip you use. See the examples in the latest version of the driver (http://www.obdev.at/products/avrusb/download.html) for example values and more info. The fuse values can be found in the Makefile.
The fuse values depend on the chip you use. See the examples in the latest version of the driver (http://www.obdev.at/products/avrusb/download.html) for example values and more info. The fuse values can be found in the Makefile.