SoCKit User Manual
72
www.terasic.com
December 1, 2015
Makefile
To compile a project, a Makefile is required. Here is the Makefile used for this demo.
Compile
To compile a project, please launch Altera SoC EDS Command Shell by executing
C:\altera\13.1\embedded
\
Embedded_Command_Shell.bat
Use the "cd" command to change the current directory to where the Hello World project is located.
Then type "make" to build the project. The executable file "
my_first_hps
" will be generated after
the compiling process is finished. The "clean all" command can be used to remove all temporary
files.