Forum Discussion
Altera_Forum
Honored Contributor
8 years agoNIOS II BSP: Problem building the project; No such file or directory
Hi all, I am trying to build a project. I manually added all the required files(copied) to the project after starting that project. But after every "Build Project" operation it is reporting: xyz.h...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- hello TAHIRSENGINE. how do you write the code? if you include the file with angle bracket. # include <xyz.h> you should change it with double quotation. # include "xyz.h" --- Quote End --- I did the same. Problem persists. Please note that it is not my own code and I am using somebody else code.