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++
12599 Discussions

Eclipse not finding include files.

Altera_Forum
Honored Contributor II
1,304 Views

I have the University Program set up on my Windows 8 machine, working on the DE0 board. I am able to open the basic computer in Quartus and download it to the board, but once I try to build software for it, it won't compile. 

 

The system seems unable to find the include files. I found the files there in the BSP support, but I have not been able to find where in the eclipse environment I should set the include directories. 

 

Any advise?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
513 Views

Have you added a dependency from your application to the BSP? Normally Eclipse does this automatically, but this doesn't happen if you create them independently. After you do this, delete the Debug and Release directories in your project directory so that the Makefiles are created again.

0 Kudos
Reply