summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog5
-rw-r--r--nuttx/configs/p112/README.txt12
2 files changed, 16 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 46b692ba6..a335117ef 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8218,4 +8218,7 @@
* nuttx/sched/wdog and include/nuttx/wdog.h: Add support for statically
allocated watchdog timer (also eliminate some unconvential typing)
(2014-8-22).
-
+ * configs/p112/ostest and tools/mkdeps.c: Changes to try to get P112 to
+ compile with laster SDCC (it still does not) (2014-8-22).
+ * sched/group/group_leave.c: Need to release the address environment when
+ the task group is released (2014-8-22).
diff --git a/nuttx/configs/p112/README.txt b/nuttx/configs/p112/README.txt
index 7f49ffe90..27dcf6727 100644
--- a/nuttx/configs/p112/README.txt
+++ b/nuttx/configs/p112/README.txt
@@ -133,3 +133,15 @@ P112 Serial Console
The UARTs are not used on the P112 board (the UART signals are avaiable off-board through P14).
The serial console is provided by U7 LT1133, Advanced Low Power 5V RS232 Driver/Receiver
that connects to the P112 via the Z85230 ESCC channel A.
+
+Status
+======
+
+2014-8-22: After some time idling away, I tried rebuilding with Windows 8, the latest MinGW
+and the latest SDCC. I fixed a few things but there a still a few issues. The last "show
+stopper" before I gave up for now was during building dependencies:
+
+ASlink-Error-<cannot open> : "bin/mm_initialize.rel"
+
+Clearly there is something wrong with the command line options given to SDCC because it is
+trying to compile and link when we really only want dependencies.