mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Experimental version of waitpid()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3359 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -9,13 +9,14 @@ Contents
|
|||||||
|
|
||||||
* QEMU
|
* QEMU
|
||||||
- Building QEMU
|
- Building QEMU
|
||||||
- Cygwin Build Problems
|
- Cygwin Build Problems
|
||||||
- Running QEMU
|
- Running QEMU
|
||||||
* Toolchains
|
* Toolchains
|
||||||
- Cygwin Buildroot Toolchain
|
- Cygwin Buildroot Toolchain
|
||||||
- Buildroot Instructions
|
- Buildroot Instructions
|
||||||
* Configurations
|
* Configurations
|
||||||
- ostest
|
- ostest
|
||||||
|
- nsh
|
||||||
|
|
||||||
QEMU
|
QEMU
|
||||||
====
|
====
|
||||||
@@ -47,18 +48,18 @@ Cygwin Build Problems
|
|||||||
Workaround:
|
Workaround:
|
||||||
|
|
||||||
None known. It does not seem possible to build QEMU using the Cygwin gcc.
|
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
|
I tried editing configure. Removing the following line will allow QEMU to
|
||||||
configure:
|
configure:
|
||||||
|
|
||||||
QEMU_CFLAGS="-mno-cygwin $QEMU_CFLAGS"
|
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:
|
Recommendation:
|
||||||
|
|
||||||
1. Google for "qemu windows download" and download some pre-built QEMU
|
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
|
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).
|
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
|
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
|
version of QEMU to work successful; they all fail immediately with
|
||||||
@@ -135,3 +136,13 @@ ostest
|
|||||||
|
|
||||||
cd <nuttx-directory>/tools
|
cd <nuttx-directory>/tools
|
||||||
./configure.sh qemu-i486/ostest
|
./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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user