summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 14:34:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-01-06 14:34:33 +0000
commitd705df951fe8d56b3b79e33af5be468edb178e13 (patch)
tree2d1e597dae0bdc04c6d191212934b98367a537b5 /nuttx/TODO
parent68b1c0a591b94fe7ae59da4b929fbd8561f88718 (diff)
downloadnuttx-d705df951fe8d56b3b79e33af5be468edb178e13.tar.gz
nuttx-d705df951fe8d56b3b79e33af5be468edb178e13.tar.bz2
nuttx-d705df951fe8d56b3b79e33af5be468edb178e13.zip
Add support for gcc 2.4.2 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1466 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 4d68cde7d..27e56a33b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -14,7 +14,7 @@ NuttX TODO List (Last updated November 20, 2008)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
- (5) Build system
+ (5) Build system / Toolchains
(2) NuttShell (NSH) (examples/nsh)
(1) Other Applications & Tests (examples/)
(1) Linux/Cywgin simulation (arch/sim)
@@ -367,6 +367,13 @@ o Build system
Status: Open
Priority: Medium-low
+ Descripton I am having trouble using the newer gcc 4.2.4 + binutils 2.19
+ toolchain for ARM. The problem is in arch/arm/src/Makefile:
+ In the call to objcopy to relocate the .data section, arm-elf-objcopy
+ dies with a 'Floating point exception' No clue to the cause yet.
+ Status: Open
+ Priority: Medium-Low -- workaroung, stick with the 3.4.5 toolchain
+
o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^