Automator, WinAVR, AVR Studio ELF Link Error
Posted: Sat Sep 01, 2007 4:13 am
1st, thanks for the head start on my HID project.
I am in the initial stages of planning for a custom HID product, and need to complete a "roadmap" document describing the requirements of the project.
One requirement is to estimate how much space we will have once the USB-AVR firmware is loaded. To do this, I downloaded the Automator firmware files and after some work got the source code to compile with WinAVR and AVR Studio.
I could not get an ELF file produced until I commented out two lines in the usbdrv.c file They were lines 229 and 464 in the call to usbCrc16Append().
This should be a screen shot of the AVR Studio output during the error.
I've found the function in usbdrv.h, but can't seem to figure out why the error. I've got the .h file inculded in main.c.
I am in the initial stages of planning for a custom HID product, and need to complete a "roadmap" document describing the requirements of the project.
One requirement is to estimate how much space we will have once the USB-AVR firmware is loaded. To do this, I downloaded the Automator firmware files and after some work got the source code to compile with WinAVR and AVR Studio.
I could not get an ELF file produced until I commented out two lines in the usbdrv.c file They were lines 229 and 464 in the call to usbCrc16Append().
This should be a screen shot of the AVR Studio output during the error.
I've found the function in usbdrv.h, but can't seem to figure out why the error. I've got the .h file inculded in main.c.