9
0
Fork 0

Add notes about compile error

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2959 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-10-01 14:54:40 +00:00
parent 1c727793a0
commit 312439fce6
1 changed files with 21 additions and 0 deletions

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^