Improve bootloader compile error message text when building without the correct optim...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Apr 2013 19:35:00 +0000 (19:35 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Apr 2013 19:35:00 +0000 (19:35 +0000)
Bootloaders/CDC/BootloaderCDC.h
Bootloaders/DFU/BootloaderDFU.h
Bootloaders/HID/BootloaderHID.h
Bootloaders/MassStorage/BootloaderMassStorage.h
Bootloaders/Printer/BootloaderPrinter.h

index e4eebe7..49fc674 100644 (file)
@@ -54,7 +54,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
+                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
index 1ace570..f712c8f 100644 (file)
@@ -56,7 +56,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
+                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
index 1394b82..ff31157 100644 (file)
@@ -50,7 +50,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
+                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
index 3a8e44b..34297d4 100644 (file)
@@ -52,7 +52,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
+                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */
index 19d36e0..acd6001 100644 (file)
@@ -49,7 +49,7 @@
 
        /* Preprocessor Checks: */
                #if !defined(__OPTIMIZE_SIZE__)
-                       #error This bootloader requires that it be compiled for size, not speed, to fit into the target device.
+                       #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again.
                #endif
 
        /* Macros: */