summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-18 18:49:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-18 18:49:51 +0000
commit8090e8f1a61a531e4bdc4471136d4099f0b817f4 (patch)
tree1134d3ddf1125d9e2abf747bbeb86f2b7a4c6120 /nuttx/TODO
parentc4cb0a738e15d63adc56ef0808e06a46f6c12e55 (diff)
downloadpx4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.tar.gz
px4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.tar.bz2
px4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.zip
Framework for SAM3U LCD driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2615 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d62d7c613..836f92427 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated April 8, 2010)
+NuttX TODO List (Last updated April 18, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -15,7 +15,7 @@ NuttX TODO List (Last updated April 8, 2010)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
- (5) Build system / Toolchains
+ (6) Build system / Toolchains
(3) NuttShell (NSH) (examples/nsh)
(3) Other Applications & Tests (examples/)
(2) Linux/Cywgin simulation (arch/sim)
@@ -458,6 +458,15 @@ o Build system
Status: Open
Priority: Low
+ Decription: Build of NX fails with gcc-4.2.2. When generating C files using
+ arm-elf-gcc -E, the CPP fails when using -isystem. Works fine with
+ older compilers. My work around for now is to use an older compiler
+ for the CPP definition in the configuration Make.defs file, do
+ make context, restore the original Make.defs, and then make.
+ Status: Open
+ Priority: High if you are using NX and a newer compiler.
+
+
o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^