Step By Step Instructions for Typical Use Cases
17/89
NXHX 52-JTAG | Getting Started
DOC131004GS02EN | Revision 2 | English | 2013-11 | Released | Public
© Hilscher 2013
The prompt shows the specified path:
Figure 4: Change Directory in Command Prompt
3. Execute Build.bat batch file to start the building process.
Enter
Build.bat
followed by the option
debug
or
release
.
Figure 5: Execute Build.bat
Note:
If you later want to debug the produced ELF files with a debugger of
your choice, use the
debug
option. If you don’t want to debug them, use
the
release
option.
Waf starts to build all application examples provided in the
Examples
and API
folder (with the exception of the already built firmware file and
the host application stored in the
LFW
folder). It creates a
build
folder
and stores the ELF files and all produced output in the
debug\Targets
or
release\Targets
subfolders of the
build
folder according to the option you have specified.