summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-22 03:50:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-22 03:50:56 +0000
commit6a8a96b19dc61f90d66386f8844b3c92dc27c032 (patch)
treedee2e4f38204ffa45875796203312b2daba09fea /nuttx/configs/eagle100/README.txt
parentdde0b1c89a0c536b25f6cf95f267109f4b2881a6 (diff)
downloadpx4-nuttx-6a8a96b19dc61f90d66386f8844b3c92dc27c032.tar.gz
px4-nuttx-6a8a96b19dc61f90d66386f8844b3c92dc27c032.tar.bz2
px4-nuttx-6a8a96b19dc61f90d66386f8844b3c92dc27c032.zip
corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2168 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/README.txt')
-rw-r--r--nuttx/configs/eagle100/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index 67186d33a..5e0ddba52 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^