Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Unable to run project in NIOS II Eclipse.

leond95
Beginner
1,863 Views

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.

0 Kudos
2 Replies
Isaac_V_Intel
Employee
1,845 Views

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.


0 Kudos
Isaac_V_Intel
Employee
1,825 Views

Hello,


Did the solution works for you?


Best regards,

Isaac Vazquez.


0 Kudos
Reply