Step By Step Instructions for Typical Use Cases
22/89
NXHX 52-JTAG | Getting Started
DOC131004GS02EN | Revision 2 | English | 2013-11 | Released | Public
© Hilscher 2013
After deleting the obsolete lines, the file should now look like this:
Figure 11: Build.bat File After Deleting Obsolete Commands
Specify the build options at the position indicated in the figure below.
In our example, use the following string:
cmd/C waf.bat build --target=rcX_Tasks install --conditions=debug
Figure 12: Edited Build.bat File
Note:
The parameters are case sensitive, therefore mind the upper-case
“X” in “rcX_Tasks”.
If you want to build a different application (not the
rcX_Tasks
application
example), look up the APPNAME in the
wscript
file belonging to the
application example and enter the name behind the target option:
--target=[APPNAME]
.
Don’t forget to enter the
--conditions=debug
option if you want to use
the ELF for debugging. If you want to use the ELF not for debugging but
for release, enter
--conditions=release
option instead.