summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 19:58:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 19:58:57 +0000
commit45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c (patch)
tree12da66fe3605fa18f28c63316f619ab58f4549ac /nuttx/configs/stm3210e-eval/README.txt
parent28d780560dd246be31c87400195386870c539ed0 (diff)
downloadnuttx-45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c.tar.gz
nuttx-45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c.tar.bz2
nuttx-45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c.zip
Document problem with GCC 4.8.3 and the NXFLAT tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5228 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 65f511320..50e413b42 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -170,6 +170,12 @@ NuttX EABI "buildroot" Toolchain
details PLUS some special instructions that you will need to follow if you are
building a Cortex-M3 toolchain for Cygwin under Windows.
+ NOTE: Unfortunately, the 4.6.3 EABI toolchain is not compatible with the
+ the NXFLAT tools. See the top-level TODO file (under "Binary loaders") for
+ more information about this problem. If you plan to use NXFLAT, please do not
+ use the GCC 4.6.3 EABI toochain; instead use the GCC 4.3.3 OABI toolchain.
+ See instructions below.
+
NuttX OABI "buildroot" Toolchain
================================