summaryrefslogtreecommitdiff
path: root/nuttx/TODO
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/TODO
parent28d780560dd246be31c87400195386870c539ed0 (diff)
downloadpx4-nuttx-45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c.tar.gz
px4-nuttx-45140d64fb5e1c0b82e27a2fdcd54b522ac8e10c.tar.bz2
px4-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/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 90333c74c..906601192 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -431,8 +431,10 @@ o Binary loaders (binfmt/)
be done. One question that I have is does this apply to all kinds of .rodata?
Or just to .rodata.str1.1?
- Status: Open. Many of the required changes are in place but, unfortunately, not enought
- go be fully functional.
+ Status: Open. Many of the required changes are in place but, unfortunately, not enough
+ go be fully functional. I think all of the I-Space-to-I-Space fixes are in place.
+ However, the generated code also includes PC-relative references to .bss which
+ just cannot be done.
Priority: Medium. The workaround for now is to use the older, 4.3.3 OABI compiler.
o Network (net/, drivers/net)