Forum Discussion
GSure
New Contributor
7 years agoError 2 make (e=2) : The system cannot find the specified file. nios2eds shell.
Hi, I am new to FPGA and SoC . I am trying how to create C language software design and run it on ARM-included DE0 nano SoC. when I am trying to build and compile the process in Nios2eds shell it is ...
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.