summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^