Step By Step Instructions for Typical Use Cases
21/89
NXHX 52-JTAG | Getting Started
DOC131004GS02EN | Revision 2 | English | 2013-11 | Released | Public
© Hilscher 2013
Using Customized Build.bat file:
2. Duplicate the
Build.bat
MS-DOS batch file.
In the Windows Explorer, open the
Examples and API
folder on your
development PC.
Copy
the
Build.bat
file and rename the copy according to its intended
function. If, e. g., you want to use the batch file to build an ELF from the
rcX Tasks
application example for the purpose of debugging, you could
name it
Build_rcx_Task_debug.bat
.
3. Edit batch file.
Select your copy of the
Build.bat
file
in the
Windows Explorer
and
choose
Edit
from the context menu.
The
Build.bat
file opens in
Notepad
.
Delete obsolete code lines. The obsolete lines are highlighted in blue in
the figure below:
Figure 10: Delete Obsolete Commands in Build.bat File
Note:
These code lines are obsolete, because in this method, the
Build.bat will be started by double-clicking it, not by using the Command
Prompt.