mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 16:35:21 +00:00
corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
0db8f02460
commit
5154fc4fc0
2 changed files with 10 additions and 1 deletions
|
|
@ -95,9 +95,13 @@ CodeSourcery on Linux
|
|||
ARCHCPUFLAGS = -mcpu=cortex-m3 -mthumb -mfloat-abi=soft
|
||||
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
|
||||
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
|
||||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ostest/$(LDSCRIPT)
|
||||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ostest/ld.script
|
||||
MAXOPTIMIZATION = -O2
|
||||
|
||||
The values for TOPDIR is provided by the make system; the value for CONFIG_ARCH_BOARD
|
||||
is provided in your defconfig file. 'ostest' refers to the ostest/ configuration;
|
||||
this would be different for other configurations.
|
||||
|
||||
NuttX buildroot Toolchain
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,11 @@ CodeSourcery on Linux
|
|||
ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ostest/$(LDSCRIPT)
|
||||
MAXOPTIMIZATION = -O2
|
||||
|
||||
Where LDSCRIPT is defined to be either ld.script or ld.script.dfu. The values
|
||||
for TOPDIR is provided by the make system; the value for CONFIG_ARCH_BOARD is
|
||||
provided in your defconfig file. 'ostest' refers to the ostest/ configuration;
|
||||
this would be different for other configurations.
|
||||
|
||||
IDEs
|
||||
^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue