Fixes for configs/z80sim/pashello Windows native build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5420 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
cbbf1ca5fd
commit
cbd96c7485
@ -25,10 +25,11 @@ Configuring NuttX
|
|||||||
This configuration performs a simple, minimal OS test using
|
This configuration performs a simple, minimal OS test using
|
||||||
examples/ostest. This can be configurated as follows:
|
examples/ostest. This can be configurated as follows:
|
||||||
|
|
||||||
|
1) From a POSIX window:
|
||||||
cd tools
|
cd tools
|
||||||
./configure.sh z80sim/ostest
|
./configure.sh z80sim/pashello
|
||||||
cd -
|
2) From a CMD.exe window
|
||||||
. ./setenv.sh
|
setenv.bat
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
@ -43,7 +44,7 @@ Configuring NuttX
|
|||||||
|
|
||||||
3. This configuration was last verified sucessfully prior to the
|
3. This configuration was last verified sucessfully prior to the
|
||||||
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
||||||
natively under Cygwin.
|
natively under Cygwin. The current build requires ca. 3.2.1 SDCC.
|
||||||
|
|
||||||
nsh
|
nsh
|
||||||
|
|
||||||
@ -53,10 +54,11 @@ Configuring NuttX
|
|||||||
|
|
||||||
This configuration can be selected by:
|
This configuration can be selected by:
|
||||||
|
|
||||||
|
1) From a POSIX window:
|
||||||
cd tools
|
cd tools
|
||||||
./configure.sh z80sim/nsh
|
./configure.sh z80sim/pashello
|
||||||
cd -
|
2) From a CMD.exe window
|
||||||
. ./setenv.sh
|
setenv.bat
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
@ -71,7 +73,7 @@ Configuring NuttX
|
|||||||
|
|
||||||
3. This configuration was last verified sucessfully prior to the
|
3. This configuration was last verified sucessfully prior to the
|
||||||
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
||||||
natively under Cygwin.
|
natively under Cygwin.nsh/defconfig:CONFIG_BOARD_LOOPSPERMSEC
|
||||||
|
|
||||||
pashello
|
pashello
|
||||||
|
|
||||||
@ -83,10 +85,11 @@ Configuring NuttX
|
|||||||
|
|
||||||
This configuration can be selected by:
|
This configuration can be selected by:
|
||||||
|
|
||||||
|
1) From a POSIX window:
|
||||||
cd tools
|
cd tools
|
||||||
./configure.sh z80sim/pashello
|
./configure.sh z80sim/pashello
|
||||||
cd -
|
2) From a CMD.exe window
|
||||||
. ./setenv.sh
|
setenv.bat
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
@ -101,7 +104,7 @@ Configuring NuttX
|
|||||||
|
|
||||||
3. This configuration was last verified sucessfully prior to the
|
3. This configuration was last verified sucessfully prior to the
|
||||||
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
|
||||||
natively under Cygwin.
|
natively under Cygwin.nsh/defconfig:CONFIG_BOARD_LOOPSPERMSEC
|
||||||
|
|
||||||
Reconfiguring NuttX
|
Reconfiguring NuttX
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -62,7 +62,7 @@ CONFIG_WINDOWS_NATIVE=y
|
|||||||
CONFIG_ARCH_Z80=y
|
CONFIG_ARCH_Z80=y
|
||||||
CONFIG_ARCH="z80"
|
CONFIG_ARCH="z80"
|
||||||
CONFIG_ARCH_CHIP="z80"
|
CONFIG_ARCH_CHIP="z80"
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=
|
CONFIG_BOARD_LOOPSPERMSEC=100
|
||||||
CONFIG_ARCH_CHIP_Z80=y
|
CONFIG_ARCH_CHIP_Z80=y
|
||||||
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
||||||
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
||||||
|
@ -62,7 +62,7 @@ CONFIG_WINDOWS_NATIVE=y
|
|||||||
CONFIG_ARCH_Z80=y
|
CONFIG_ARCH_Z80=y
|
||||||
CONFIG_ARCH="z80"
|
CONFIG_ARCH="z80"
|
||||||
CONFIG_ARCH_CHIP="z80"
|
CONFIG_ARCH_CHIP="z80"
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=
|
CONFIG_BOARD_LOOPSPERMSEC=100
|
||||||
CONFIG_ARCH_CHIP_Z80=y
|
CONFIG_ARCH_CHIP_Z80=y
|
||||||
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
||||||
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
||||||
|
@ -62,7 +62,7 @@ CONFIG_WINDOWS_NATIVE=y
|
|||||||
CONFIG_ARCH_Z80=y
|
CONFIG_ARCH_Z80=y
|
||||||
CONFIG_ARCH="z80"
|
CONFIG_ARCH="z80"
|
||||||
CONFIG_ARCH_CHIP="z80"
|
CONFIG_ARCH_CHIP="z80"
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=
|
CONFIG_BOARD_LOOPSPERMSEC=100
|
||||||
CONFIG_ARCH_CHIP_Z80=y
|
CONFIG_ARCH_CHIP_Z80=y
|
||||||
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
# CONFIG_ARCH_CHIP_Z8F6403 is not set
|
||||||
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
# CONFIG_ARCH_CHIP_Z8F6423 is not set
|
||||||
@ -142,7 +142,7 @@ CONFIG_DISABLE_PTHREAD=y
|
|||||||
CONFIG_DISABLE_SIGNALS=y
|
CONFIG_DISABLE_SIGNALS=y
|
||||||
CONFIG_DISABLE_MQUEUE=y
|
CONFIG_DISABLE_MQUEUE=y
|
||||||
CONFIG_DISABLE_MOUNTPOINT=y
|
CONFIG_DISABLE_MOUNTPOINT=y
|
||||||
CONFIG_DISABLE_ENVIRON=y
|
# CONFIG_DISABLE_ENVIRON is not set
|
||||||
CONFIG_DISABLE_POLL=y
|
CONFIG_DISABLE_POLL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user