From cb45feb67f229974e9509dda42964fd4e4078392 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 Mar 2011 14:00:04 +0000 Subject: [PATCH] Experimental version of waitpid() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3359 42af7a65-404d-4744-a932-0658087f49c3 --- configs/qemu-i486/README.txt | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/configs/qemu-i486/README.txt b/configs/qemu-i486/README.txt index 112a04a433..3476f09e59 100644 --- a/configs/qemu-i486/README.txt +++ b/configs/qemu-i486/README.txt @@ -9,13 +9,14 @@ Contents * QEMU - Building QEMU - - Cygwin Build Problems - - Running QEMU + - Cygwin Build Problems + - Running QEMU * Toolchains - Cygwin Buildroot Toolchain - - Buildroot Instructions + - Buildroot Instructions * Configurations - ostest + - nsh QEMU ==== @@ -47,18 +48,18 @@ Cygwin Build Problems Workaround: None known. It does not seem possible to build QEMU using the Cygwin gcc. - I tried editing configure. Removing the following line will allow QEMU to - configure: + I tried editing configure. Removing the following line will allow QEMU to + configure: QEMU_CFLAGS="-mno-cygwin $QEMU_CFLAGS" - However, it then fails later during the compilation phase. + However, it then fails later during the compilation phase. Recommendation: 1. Google for "qemu windows download" and download some pre-built QEMU - binaries. I found 0.14.0 here: http://dietpc.org/windows/qemu/, or - 2. Try building QEMU with MingGW (I understand that this is difficult). + binaries. I found 0.14.0 here: http://dietpc.org/windows/qemu/, or + 2. Try building QEMU with MingGW (I understand that this is difficult). NOTE: As of this writing, I have not been successful getting ANY pre-built version of QEMU to work successful; they all fail immediately with @@ -135,3 +136,13 @@ ostest cd /tools ./configure.sh qemu-i486/ostest + +nsh +--- + + Configures the NuttShell (nsh) located at examples/nsh. This + configuration may be selected as follows: + + cd /tools + ./configure.sh qemu-i486/nsh +