Forum Discussion

leond95's avatar
leond95
Icon for New Contributor rankNew Contributor
5 years ago

Unable 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_compteur\software\test_compteur\test_compteur.elf": Launching failed
Cannot run program "C:\Users\youss\OneDrive\Bureau\tp_VHDL_G2_B5\de0_nano\sopc_compteur\software\test_compteur\test_compteur.elf": Launching failed
Cannot run program "C:\Users\youss\OneDrive\Bureau\tp_VHDL_G2_B5\de0_nano\sopc_compteur\software\test_compteur\test_compteur.elf": Launching failed

can someone help me please.

2 Replies

  • Hello 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.