User guide

Altera Corporation 21
Getting Started EPXA1 Development Kit Getting Started User Guide
Release Settings for GNUPro
Follow the steps below to specify software build settings that will
generate the hello world software program with optimization turned on.
1. Choose Settings (Assignments menu).
2. Under Category, expand Software Build Settings and choose
General.
3. Choose Release from the Current Software Build settings drop-
down list.
4. Click on CPU tab folder and specify the following:
Processor architecture: ARM922T
Software toolset: GNUPro for ARM
Byte order: Little endian
Output file format: Hexadecimal File
Output file name: Release\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:
Optimization: High
Additional include directories: type .,..\common
Generate debug information: turn off
6. Choose Assembler from the Software Build Settings list and specify
the following:
Additional include directories: type .
Generate debug information: turn off
Keep local symbols in symbol table: turn off
Use C preprocessor: turn on