User guide
Altera Corporation 19
Getting Started EPXA1 Development Kit Getting Started User Guide
Debug Settings for GNUPro
Follow the steps below to specify software build settings that generate the
hello world software program with extra debug information.
1. Choose Settings (Assignments menu).
2. Under Category, expand Software Build Settings and choose
General.
3. Choose Debug from the Current Software Build Settings drop-
down list.
4. Choose CPU from the Software Build Settings list and specify the
following:
– Processor architecture: ARM922T
– Software toolset: GNUPro for ARM
– Byte order: Little endian
– Output file format: Hexadecimal File
– Output file name: Debug\hello.hex
– Select Flash memory configuration under Programming File
Generation and browse to hello.sbi
5. Choose C/C++ Compiler from the Software Build Settings list and
specify the following:
– Level: Zero
– Preprocessor definitions: type DEBUG
– Additional include directories: type .,..\common
– Generate debug information: turn on