summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/z16f2800100zcog/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-01 14:54:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-01 14:54:40 +0000
commit4f0f900f2da8a2f1ddd7ef6f8031cd2ffed30a5f (patch)
tree52d57a94d1e6b9a620ccc32405761c968e54e6ff /nuttx/configs/z16f2800100zcog/README.txt
parent00084d9620ac00140965e647b8c4d75c7d4bbc7d (diff)
Add notes about compile error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2959 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/README.txt')
-rw-r--r--nuttx/configs/z16f2800100zcog/README.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/configs/z16f2800100zcog/README.txt b/nuttx/configs/z16f2800100zcog/README.txt
index 3eb6f59081..64f90b9b9a 100644
--- a/nuttx/configs/z16f2800100zcog/README.txt
+++ b/nuttx/configs/z16f2800100zcog/README.txt
@@ -37,6 +37,27 @@ two files: (1) configs/z16f2800100zcog/*/setenv.sh and (2)
configs/z16f2800100zcog/*/Make.defs. Simply edit these two files, changing
4.11.1 to whatever.
+Issues
+^^^^^^
+
+There are several, important open issues with the ZNEO port (8 as of this writing).
+See the TODO file in the top-level NuttX directory. One of these should be
+mentioned here because it causes a failure to compile Nuttx:
+
+ Description: The file drivers/mmcsd/mmcsd_sdio.c generates an internal compiler
+ error like:
+
+ mmcsd\mmcsd_sdio.c
+ Internal Error(0503) On line 2524 of "MMCSD\MMCSD_SDIO.C"
+ File <c3>, Args(562,46)
+
+ Status: Open. Recommended workaround: remove mmcsd_sdio.c from
+ drivers/mmcsd/Make.defs. There is no SDIO support for the Z16 anyway
+ Priority: Low
+
+This is bug in ZDS-II. It was discovered in version 4.11.0 and still exists
+in version 4.11.1.
+
Configuration Subdirectories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^