Visible to Intel only — GUID: lro1448909722401
Ixiasoft
Visible to Intel only — GUID: lro1448909722401
Ixiasoft
1.6.1.1. Create Project
- Create a new C project by selecting File > New > C Project.
- Select Project Type as "Hello World ANSI C Project" and Toolchains as "ARM Compiler 5 (DS-5 built-in)" and enter a unique project name in the Project Name field. For example, bare-metal-hello-world-01.
Figure 6. Creating C Project of Selected TypeNote:
The DS-5 is supplied with two versions of the ARM Compiler for compiling bare metal applications. ARM Compiler 5 supports all ARM architectures except ARMv8. ARM Compiler 6 supports architectures ARMv8 and ARMv7-A, as well as alpha support for architectures ARMv7-R, ARMv7-M and ARMv6-M. For Altera SoC FPGA, ARM Compiler 5 is required.
Both versions of ARM Compiler are license managed and not all editions of DS-5 include a license for it.
For any licensing information, please refer to the "Licensing" chapter in the Altera SoC EDS User Guide.
- Select Finish.
The source code for bare-metal-hello-world-01.c appears in the editor view.Figure 7. Bare Metal "Hello World - 01" Code Snippet