aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/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
commitca71c149e2a6d8c0b7c2aca8ae8c8571ab8d8a59 (patch)
tree12da66fe3605fa18f28c63316f619ab58f4549ac /nuttx/configs/lm3s6965-ek/README.txt
parentb71fcbb0de3d1e1ad8011303ade8bc38c83486d2 (diff)
downloadpx4-firmware-ca71c149e2a6d8c0b7c2aca8ae8c8571ab8d8a59.tar.gz
px4-firmware-ca71c149e2a6d8c0b7c2aca8ae8c8571ab8d8a59.tar.bz2
px4-firmware-ca71c149e2a6d8c0b7c2aca8ae8c8571ab8d8a59.zip
Document problem with GCC 4.8.3 and the NXFLAT tools
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5228 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/README.txt')
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index 4aba09bee..f6c32ee82 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -249,7 +249,11 @@ 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: This is an OABI toolchain.
+ 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^