Hi.
Im trying to compile the BootloaderDFU LUFA project for the atmega8u2 in Atmel Studio 7 after installing the LUFA extension but i get this error from the compiler:
#error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
defined on BootloaderDFU.h :
/* Preprocessor Checks: */
#if !defined(__OPTIMIZE_SIZE__)
#error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again.
#endif
Im new using LUFA.
thanks