From ca71c149e2a6d8c0b7c2aca8ae8c8571ab8d8a59 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 10 Oct 2012 19:58:57 +0000 Subject: 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 --- nuttx/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/TODO') 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) -- cgit v1.2.3