summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 14:00:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 14:00:04 +0000
commitebc734d8e40e310bc94bd8321a70ce1b8ef5d5a9 (patch)
treebbfe061da8b810002e67025923506e4560c00d2b /nuttx/configs/qemu-i486/README.txt
parent3306e7be0283dd220a33eb83f88b568b915ea7b8 (diff)
downloadpx4-nuttx-ebc734d8e40e310bc94bd8321a70ce1b8ef5d5a9.tar.gz
px4-nuttx-ebc734d8e40e310bc94bd8321a70ce1b8ef5d5a9.tar.bz2
px4-nuttx-ebc734d8e40e310bc94bd8321a70ce1b8ef5d5a9.zip
Experimental version of waitpid()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3359 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/qemu-i486/README.txt')
-rw-r--r--nuttx/configs/qemu-i486/README.txt27
1 files changed, 19 insertions, 8 deletions
diff --git a/nuttx/configs/qemu-i486/README.txt b/nuttx/configs/qemu-i486/README.txt
index 112a04a43..3476f09e5 100644
--- a/nuttx/configs/qemu-i486/README.txt
+++ b/nuttx/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 <nuttx-directory>/tools
./configure.sh qemu-i486/ostest
+
+nsh
+---
+
+ Configures the NuttShell (nsh) located at examples/nsh. This
+ configuration may be selected as follows:
+
+ cd <nuttx-directory>/tools
+ ./configure.sh qemu-i486/nsh
+