summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-22 14:56:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-22 14:56:32 -0600
commitf4871d2507dabdf19b82ae6023b7790aa98e6643 (patch)
tree11201b3b824aa37f9962e50d58200939e289b278 /nuttx/configs
parent6fa05135bf85fb38a13cd1d0460399433b780e34 (diff)
downloadpx4-nuttx-f4871d2507dabdf19b82ae6023b7790aa98e6643.tar.gz
px4-nuttx-f4871d2507dabdf19b82ae6023b7790aa98e6643.tar.bz2
px4-nuttx-f4871d2507dabdf19b82ae6023b7790aa98e6643.zip
Update ChangeLog and README.txt
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/p112/README.txt12
1 files changed, 12 insertions, 0 deletions
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.