From 5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Feb 2014 19:19:11 -0600 Subject: Removed almost all ostest configurations --- nuttx/configs/ez80f910200zco/README.txt | 54 ++------------------------------- 1 file changed, 3 insertions(+), 51 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/README.txt') diff --git a/nuttx/configs/ez80f910200zco/README.txt b/nuttx/configs/ez80f910200zco/README.txt index 7df503217..e24334fca 100644 --- a/nuttx/configs/ez80f910200zco/README.txt +++ b/nuttx/configs/ez80f910200zco/README.txt @@ -81,61 +81,13 @@ available: dhcpd: This builds the DCHP server using the examples/dhcpd application - (for execution from FLASH.) See examples/README.txt for information + (for execution from FLASH.) See apps/examples/README.txt for information about the dhcpd example. httpd: This builds the uIP web server example using the examples/uip application - (for execution from FLASH). See examples/README.txt for information - about ostest. - -ostest - This builds the examples/ostest application for execution from FLASH. - See examples/README.txt for information about ostest. - -- ostest - This builds the examples/ostest application for execution from FLASH. - See examples/README.txt for information about ostest. - - NOTES: - - 1. This configuration uses the mconf-based configuration tool. To - change this configuration using that tool, you should: - - a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ - - b. Execute 'make menuconfig' in nuttx/ in order to start the - reconfiguration process. - - 2. By default, this configuration assumes that you are using the - Cygwin environment on Windows. An option is to use the native - CMD.exe window build as described in the top-level README.txt - file. To set up that configuration: - - -CONFIG_WINDOWS_CYGWIN=y - +CONFIG_WINDOWS_NATIVE=y - - And after configuring, make sure that CONFIG_APPS_DIR uses - the back slash character. For example: - - CONFIG_APPS_DIR="..\apps" - - NOTES: - - a. If you need to change the toolchain path used in Make.defs, you - will need to use the short 8.3 filenames to avoid spaces. On my - PC, C:\PROGRA~1\ is is C:\Program Files\ and C:\PROGRA~2\ is - C:\Program Files (x86)\ - b. You can't use setenv.sh in the native Windows environment. Try - scripts/setenv.bat instead. - c. At present, the native Windows build fails at the final link stages. - The failure is due to problems in arch/z80/src/nuttx.linkcmd that - is autogenerated by arch/z80/src/Makefile.zdsii. The basic problem - is the spurious spaces and and carrirage returns are generated at - the end of the lines after a line continuation (\ ^M). If these - trailing bad characters are manually eliminated, then the build - will succeed on the next try. + (for execution from FLASH). See apps/examples/README.txt for information + about httpd. nsh This configuratino builds the NuttShell (NSH). That code can be -- cgit v1.2.3