Add tools/configure.c and configure.bat

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-01-04 21:37:31 +00:00
parent 415f93eaa7
commit 6859eeea9e
3 changed files with 36 additions and 8 deletions
+15
View File
@@ -59,6 +59,11 @@ Configuring NuttX
setenv.bat
make
If this is a Windows native build, then configure.bat should be used
in step 1) instead of configure.sh:
configure.bat xtrs\ostest
The setenv.bat will need to be updated to include the PATH to the XTRS
hex2cmd program.
@@ -90,6 +95,11 @@ Configuring NuttX
setenv.bat
make
If this is a Windows native build, then configure.bat should be used
in step 1) instead of configure.sh:
configure.bat xtrs\nsh
The setenv.bat will need to be updated to include the PATH to the XTRS
hex2cmd program.
@@ -128,6 +138,11 @@ Configuring NuttX
setenv.bat
make
If this is a Windows native build, then configure.bat should be used
in step 1) instead of configure.sh:
configure.bat xtrs\pashello
The setenv.bat will need to be updated to include the PATH to the XTRS
hex2cmd program.