DE10-Standard
User Manual
89
www.terasic.com
January 19, 2017
Makefile
A Makefile is required to compile a project. The Makefile used for this demo is:
Compile
Please launch SoC EDS Command Shell to compile a project by executing
C:\intelFPGA\16.1\embedded
\
Embedded_Command_Shell.bat
The "cd" command can change the current directory to where the Hello World project is located.
The "make" command will build the project. The executable file "
my_first_hps
" will be generated
after the compiling process is successful. The "clean all" command removes all temporary files.
Demonstration Source Code
Build tool: SoC EDS v16.1