Bare Metal User Guide

ID 683211
Date 11/30/2015
Public
Document Table of Contents

1.8.1.1. Copy Files

Make sure the HWLibs FPGA ARMCC project has been imported and compiled successfully before you proceed. The compiled project creates the FPGA object code file, previously, auto generated using the makefile.

Copy all C code (files with a .c extension), alt_interrupt_armcc.s, the scatter file and the FPGA object code (soc_system_dc.o) from the Altera SoC EDS example project.
  1. Select the files, right-click and click Copy.
    Figure 54. Files to Copy from the SoC EDS Example Project
  2. Right-click the new project (armcc_fpga_managed_make) and select Paste.
    All of the files shown in the image should have been copied into the new project.

    The C code is built and linked with the FPGA object file, automatically, after setting up the build system in the next section.