Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
b1370c0f
Commit
b1370c0f
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update README.txt files
parent
9eca03b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/z80sim/README.txt
+44
-6
44 additions, 6 deletions
configs/z80sim/README.txt
with
44 additions
and
6 deletions
configs/z80sim/README.txt
+
44
−
6
View file @
b1370c0f
...
...
@@ -25,11 +25,24 @@ Configuring NuttX
examples/ostest. This can be configured as follows:
1) From a POSIX window:
cd tools
./configure.sh z80sim/ostest
tools/configure.sh [OPTIONS] z80sim/ostest
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Make sure that your PATH environment variable includes the path
to the SDCC toolchain.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
...
...
@@ -54,11 +67,24 @@ Configuring NuttX
This configuration can be selected by:
1) From a POSIX window:
cd tools
./configure.sh z80sim/nsh
tools/configure.sh [OPTIONS] z80sim/nsh
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Set the PATH environment variable to include the path to the SDCC
toolchain.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
...
...
@@ -85,11 +111,23 @@ Configuring NuttX
This configuration can be selected by:
1) From a POSIX window:
cd tools
./configure.sh z80sim/pashello
tools/configure.sh [OPTIONS] z80sim/pashello
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Set the PATH environment variable to include the path to the SDCC
toolchain binaries.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment