summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-09 19:07:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-09 19:07:01 +0000
commit20b116f713d7cb943f30c4fe3401633fb92e26a4 (patch)
treef13889db5254033c8ec4e9a14a47cddb10e21336
parentcc68077a20e91fb4cda22453a04db488b754dd8b (diff)
README update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5424 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/configs/pjrc-8051/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/configs/pjrc-8051/README.txt b/nuttx/configs/pjrc-8051/README.txt
index dae92b59b1..46084f5d33 100644
--- a/nuttx/configs/pjrc-8051/README.txt
+++ b/nuttx/configs/pjrc-8051/README.txt
@@ -35,3 +35,20 @@ Then
cd sdcc
make install
+Status
+^^^^^^
+
+On December 9, 2012, I made updates so that the 8051 port could use the
+newest SDCC toolchain (a pre-3.2.1 at that time). However, when I attempted
+to build the PJRC-8051 configuration, I got type incompatibility errors
+from sched/os_bringup.c.
+
+I have not been successful working around those bugs and I believe that
+these are 8051-related bugs in the SDCC toolchain. This needs to be
+revisited with a later version of SDCC.
+
+This configuration was last successfully built and tested with a ca.
+2.6.0 SDCC release. Support for that older toolchain was removed in
+NuttX revision -r5423. If you wanted to used those older toolchains,
+you would need to revert to a pre-r5423 revision.
+