Step By Step Instructions for Typical Use Cases
16/89
NXHX 52-JTAG | Getting Started
DOC131004GS02EN | Revision 2 | English | 2013-11 | Released | Public
© Hilscher 2013
5.2
Using Waf to Build ELF Files from All Application
Examples
5.2.1
Overview
This section describes how to use Waf to build the
nonOS
and
rcX
application examples provided in the
Examples and API
folder of the
product DVD at once.
5.2.2
Prerequisites
You have installed
Code Sourcery G++ Lite for ARM EABI
on your
development PC (see
Installing Code Sourcery Compiler on Your
section on page 15).
You have copied the
Examples and API
folder from the product DVD
to a local path on your development PC.
5.2.3
Step-by-Step Instructions
1. Open the command prompt on your development PC.
In the Windows
Start
menu, choose
All Programs
>
Accessories
>
Command Prompt
.
The
Command Prompt
opens:
Figure 3: Command Prompt in Windows XP
2. Change to the directory where the
Examples and API
folder is stored.
If you have stored the
Examples and API
folder e. g. in the directory
E:\NXHX_52_JTAG
on your PC, change to the E drive (if necessary)
and enter the following string:
cd “E:\NXHX_52_JTAG\Examples and API“