Forum Discussion
Altera_Forum
Honored Contributor
10 years agoEclipse not finding include files.
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?1 Reply
- Altera_Forum
Honored Contributor
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.