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:
parent
df7c89a69d
commit
bff4d8ee60
@ -1263,23 +1263,23 @@ tools/
|
||||
|-- Makefile.host
|
||||
|-- Makefile.export
|
||||
|-- README.txt
|
||||
|-- configure.sh
|
||||
|-- configure.sh / configure.bat
|
||||
|-- cfgparser.c
|
||||
|-- cfgparser.h
|
||||
|-- copydir.sh
|
||||
|-- define.sh
|
||||
|-- incdir.sh
|
||||
|-- copydir.sh / copydir.bat
|
||||
|-- define.sh / define.bat
|
||||
|-- incdir.sh / indir.bat
|
||||
|-- indent.sh
|
||||
|-- link.sh
|
||||
|-- link.sh / link.bat
|
||||
|-- mkconfig.c
|
||||
|-- mkdeps.sh
|
||||
|-- mkdeps.sh / mkdeps.bat
|
||||
|-- mkexport.sh
|
||||
|-- mkimage.sh
|
||||
|-- mknulldeps.sh
|
||||
|-- mkromfsimg.sh
|
||||
|-- mksyscall.c
|
||||
|-- mkversion.c
|
||||
|-- unlink.sh
|
||||
|-- unlink.sh / unlink.bat
|
||||
|-- version.sh
|
||||
`-- zipme.sh
|
||||
</pre></ul>
|
||||
@ -1416,17 +1416,28 @@ netutils/
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
./configure.sh <i><board-name></i></i>[/<i><config-dir></i>]
|
||||
./configure.sh <i><board-name></i>[/<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
|
||||
<p>
|
||||
And if <code>configs/</code><i><board-name></i><code>/[</code><i><config-dir></i><code>/appconfig</code>
|
||||
There is an alternative Windows batch file, <code>configure.bat</code>, that can be used insteach of <code>configure.sh</code> in the windows native enironment like:
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
configure.bat <i><board-name></i>[\<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
<p>
|
||||
See <code>tools/README.txt</code> for more information about these scripts.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If <code>configs/</code><i><board-name></i><code>/[</code><i><config-dir></i>]<code>/appconfig</code>
|
||||
exists and your application directory is not in the standard loction (<config>../apps</config>),
|
||||
then you should also specify the location of the application directory on the command line like:
|
||||
</p>
|
||||
<ul><pre>
|
||||
cd tools
|
||||
./configure.sh -a <app-dir> <i><board-name></i></i>[/<i><config-dir></i>]
|
||||
./configure.sh -a <app-dir> <i><board-name></i>[/<i><config-dir></i>]
|
||||
</pre></ul>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user