Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIt is possible, yes.
First thing to try is:#include <system.h> Noting the <> rather than "". This sometimes makes a difference. The second thing is to make sure your BSP project is open and correctly referenced by the application project. If you right click on your application project in "project explorer" and select "Properties". Under the "Project References" tab you should see a list of all projects currently in your workspace. Make sure there is a checked box next to the BSP project. Apply any changes and close the properties window. Next right click on your application project again, this time going to "Index->Rebuild". This will rebuild the index of files. Having done those two things I've had no issues having Eclipse detect the header files in the BSP folder - i.e. the full relative path shouldn't be needed.