Hi guys,
Now I have tried in a couple of days but I can't figure it out! So now I hope you can help me...
I have installed WinAVR, downloaded LUFA and copied a project into the projects folder. The project is downloaded from dhunt's page:
http://hunt.net.nz/users/darran/.
When I try to compile this is what I get:
makefile:745: warning: overriding commands for target `doxygen'
../../LUFA/makefile:53: warning: ignoring old commands for target `doxygen'
makefile:750: warning: overriding commands for target `clean_doxygen'
../../LUFA/makefile:58: warning: ignoring old commands for target `clean_doxygen
'
Generating LUFA event name list...
EVENT_USB_Device_ConfigurationChanged
EVENT_USB_Device_Connect
EVENT_USB_Device_Disconnect
EVENT_USB_Device_StartOfFrame
EVENT_USB_Device_UnhandledControlRequest
What I am I doing wrong??
Thanks!