summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-01 14:53:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-01 14:53:38 +0000
commit43c642c61857ceefe07ce0fb929c569b52a545a5 (patch)
tree865d4f643ca3024818a963b2d5ff1aceb8c3a9f5 /nuttx/README.txt
parent5a5bdf7d1b7afcf5c7b30209bdfad2abf2e72f3b (diff)
downloadnuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.tar.gz
nuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.tar.bz2
nuttx-43c642c61857ceefe07ce0fb929c569b52a545a5.zip
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 571f8e04e..da1ed10c6 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -533,6 +533,12 @@ NuttX Buildroot Toolchain
an ARM Cortex-M3/4, you will need to set CONFIG_ARMV7M_OABI_TOOLCHAIN
in the .config file in order to pick the right tool prefix.
+ If the make system ever picks the wrong prefix for your toolchain, you
+ can always specify the prefix on the command to override the default
+ like:
+
+ make CROSSDEV=arm-nuttx-elf
+
SHELLS
^^^^^^