Commit Graph

11 Commits (829b422a6deba17f78178d2cdf4309c53f7487e3)

Author SHA1 Message Date
Christian Taedcke 4cdfbc7065 [GCC_ARM][EXPORTER] Use the cpu flags from the toolchain. 2015-06-17 21:05:22 +02:00
Christian Taedcke 432264759a Define blocks for some common makefile variables. 2015-06-17 21:05:22 +02:00
Christian Taedcke 629e321123 Create a common gcc_arm export template.
Four exporters are using this template for now.
2015-06-17 21:03:19 +02:00
ohagendorf 85ed83263c [EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
2014-11-20 21:26:08 +01:00
ohagendorf 1cde3b3877 [EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
2014-11-15 21:35:48 +01:00
dinau feae034bff [Export][GCC_ARM][Makefile][tmpl] Fixed parallel build errro and others. 2014-11-15 11:43:15 +09:00
sg- 8e5fb67c30 [export] Add no rtti flag to exporters 2014-10-10 18:01:31 -05:00
Bogdan Marinescu e7a562cc77 Fixed RTOS compilation for some targets (in exporters)
More details: https://github.com/mbedmicro/mbed/pull/472
2014-09-12 10:51:14 +01:00
Olivier Martin 05965678f6 Update GNU Makefiles to generate DEBUG binaries
* '-g' has been added for all the build to produce debugging information. '-g' allows to get the symbols when debugging with GDB.
* introduce the macro 'DEBUG' to enable/disable build optimization.

Limitations:
* Support in non-Makefile projects has been added.
2014-03-25 00:49:42 +00:00
dinau a43ba4740a [STM32F407][LPC4088][GCC_ARM] Fixed compilation error.
This commit fix FPU error when compile with RTX OS.
2014-03-21 21:16:52 +09:00
dinau 218ea3a4da [GCC_ARM][LPC11U35][LPC1114][STMF407]: Modified build scripts
1. Added to Makefile templates for LPC11U35 and STM32F407
2. Added output facility of HEX file, LIST file and MAP file
2014-03-18 20:32:53 +09:00