Dean Camera
ab8ae60058
Fixed incorrect ordering of the linker options in the build system causing link failures in some cases.
2013-01-05 15:45:27 +00:00
Dean Camera
de0df8b162
Update copyright year to 2013.
2013-01-03 11:37:33 +00:00
Dean Camera
2b43a6d7df
Add troubleshooting page to the build system section of the documentation.
2012-10-28 13:53:55 +00:00
Dean Camera
4641acc691
Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.
2012-09-30 14:01:30 +00:00
Dean Camera
11fa17a7db
Add architecture test for the non-standard avr-size patch, so that it is not tested on architectures where the patch isn't available.
2012-09-18 16:00:49 +00:00
Dean Camera
6936fcbd60
Minor build system tweaks for platform compatibility.
2012-09-11 19:48:22 +00:00
Dean Camera
43658f336e
Remove unused check-source rule from the BUILD build system module.
2012-08-29 20:14:20 +00:00
Dean Camera
7375c789e1
Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
2012-08-18 10:45:29 +00:00
Dean Camera
84fadb255e
Clean up BUILD module info output formatting, remove explicit gcc-version target and add ability to generate assembly listings of compiled source files for debug purposes.
2012-08-16 19:17:26 +00:00
Dean Camera
00ab25d321
Update the BUILD build system module to early abort and display an error if needed before trying to create the OBJDIR output object file directory.
2012-08-15 16:40:25 +00:00
Dean Camera
fb917b7016
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.
2012-08-01 20:01:56 +00:00
Dean Camera
3ca025f214
Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
2012-07-15 09:59:35 +00:00
Dean Camera
b7e3c86e4e
Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.
...
Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked.
Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
2012-07-14 13:18:13 +00:00