I am running through a tutorial for making a LUFA, VirtualSerial project with AVR studio 5. When I clean the project no errors are shown but when I build I get the following error message:
-f was unexpected at this time.
make: *** [sizebefore] Error 255
Has anyone else had this message and knows what to do?
Thanks
-f
is usually a command option in bash. Maybe the option is not available in your shell. Maybe the command needs quotes around it. It is hard to tell without more information. – uncleO