Forum Discussion
Abe
Frequent Contributor
7 years agoFor compiling apps on HPS, you should use the embedded shell prompt and not the NIOSII prompt. IF you 've installed SOCEds tool chain you should have an embedded folder, go to that folder and double-click the .bat file to open the ARM embedded command shell.
To fix this, edit the Makefile and change the name of the CROSS_COMPILE := arm-linux-gnueabhif- to CROSS_COMPILE := arm-altera-eabi-
Save and close the file. Now, run the make command and check.
I think thats the Linux app you're trying to run. Instead , untar the HelloWorld Baremetal GNU app. You do not need to modify the Makefile, just run the make command and it will build the files for you.