X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2b43a6d7df6221b979f08326c02eb1cfdd077c49..94b43e2f9d544971a68e095c404ba6305db56155:/LUFA/DoxygenPages/BuildSystem.txt
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 564033200..e8f0e5bec 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -88,6 +88,10 @@
*
Build and link the application into an ELF debug file. |
*
*
+ * bin |
+ * Build and link the application and produce a BIN binary file. |
+ *
+ *
* hex |
* Build and link the application and produce HEX and EEP binary files. |
*
@@ -916,7 +920,7 @@
* Error "Cannot build with OBJDIR parameter set - one or more object file name is not unique" shown when compiling. |
* When a project is built with a non-empty OBJDIR object directory name set, all input source files must have unique names, excluding extension and path.
* This means that input files that are named identically and differ only by their path or extension are invalid when this mode is used. |
- *
+ *
*
* Error "Source file does not exist: {X}" shown when compiling. |
* The nominated input source file, specified in the user project's SRC parameter, could not be found. Ensure the source file exists and the absolute or
@@ -935,17 +939,6 @@
* upgrade to the latest AVR-GCC. If the option is a valid linker option, use the prefix "-Wl," to ensure it is passed to the linker correctly. |
*
*
- * Error "avr-gcc: error: unrecognized option '{X}'" shown when compiling. |
- * An unrecognised option was supplied to the compiler, usually in the C_FLAGS, CPP_FLAGS, ASM_FLAGS or CC_FLAGS configuration
- * options. The nominated compiler switch may be invalid, or unsupported by the version of AVR-GCC on the host system. Remove the unrecognised flag if invalid, or
- * upgrade to the latest AVR-GCC. If the option is a valid linker option, use the prefix "-Wl," to ensure it is passed to the linker correctly. |
- *
- *
- * Error "makefile:{X}: {Y}.mk: No such file or directory" shown when make is invoked. |
- * The path to the nominated makefile module was incorrect. This usually indicates that the makefile LUFA_PATH option is not set to a valid relative or
- * absolute path to the LUFA library core. |
- *
- *
* Error "makefile:{X}: {Y}.mk: No such file or directory" shown when make is invoked. |
* The path to the nominated makefile module was incorrect. This usually indicates that the makefile LUFA_PATH option is not set to a valid relative or
* absolute path to the LUFA library core. |
@@ -968,11 +961,6 @@
* version of the compiler being used. Make sure the model name is correct, or upgrade to the latest Atmel Toolchain to obtain newer device support.
*
*
- * Error "error: invalid suffix "x" on integer constant" shown when compiling a bootloader. |
- * This is usually caused by the bc.exe application not being found in the system's PATH variable. Make sure you have the bc.exe tool
- * installed correctly (see \ref Sec_Prerequisites). |
- *
- *
* Error "undefined reference to `{X}'" shown when compiling. |
* This is usually caused by a missing source file in the user application's SRC configuration parameter. If the indicated symbol is one from the LUFA
* library, you may be missing a LUFA source makefile module (see \ref Page_BuildModule_SOURCES). |
@@ -980,4 +968,4 @@
*
*
* For troubleshooting other errors you encounter, please see \ref Sec_ProjectHelp.
- */
\ No newline at end of file
+ */