Forum Discussion
leond95
New Contributor
5 years agoUnable to run project in NIOS II Eclipse.
hello everyone,
every time i wan't to run my program on nios 2 eclipse ide I got this error
Error starting process. Cannot run program "C:\Users\youss\OneDrive\Bureau\tp_VHDL_G2_B5\de0_nano\sopc...
Isaac_V_Intel
Contributor
5 years agoHello Leond,
in this case, please check that you have these variables on the following path. Project->properties->C/C++ General->Paths and Symbols in the "include" tab I had to add the following directories.
In "GNU C":
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include
- $MINGW_HOME\include
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include-fixed
In "GNU C++" :
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++\mingw32
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include\c++\backward
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include
- $MINGW_HOME\include
- $MINGW_HOME\lib\gcc\mingw32\4.6.x\include-fixed
Best regards,
Isaac Vazquez.