Forum Discussion
KAT1
New Contributor
2 years agoDE1-SOC 'My_First_HPS' -- Hello World!
Hi, I have made my way through 'My_First_HPS' tutorial targeting the DE1-SOC board. However, when I execute the downloaded my_first_hps executable on my DE1-SOC board, instead of seeing the 'Hello ...
tehjingy_Altera
Regular Contributor
2 years agoHi
Sorry for the late reply.
Could you try out the adding the compiler to the PATH variable so that it could find the correct compiler
After going into the gcc folder and entering the command below:
"export PATH=`pwd`/gcc-linaro-7.5.0-2019.12-i686-mingw32_arm-eabi/bin:$PATH"
After that could you try the make file again.
Regards
Jingyang, Teh