Forum Discussion
I'm using Quartus 18.1 on Windows.
Application library directories and Library name are not added since the issue I'm describing is not related to library (I'm not using libraries at all, except, of course the BSP) rather than compiling C sources inside the same NIOS application project.
In the attached screenshots you can see I added top-level application project directory (called Nios) to include search paths.
Despite "-I./" being passed to gcc the file Nios/Drivers/gps.c cannot include Nios/logger.h.
As I said above, manually changing APP_INCLUDE_DIRS from "./" to "." in the Makefile fixes the compilation.
Hi @jackhab,
Apologies for the late response and noted with thanks on the details of the issues.
This might be a bug for an older version of Nios, allow us to confirm if issues are still persisting in the newer version, and will files a bug to the development team to ensure this is worked on.
As well as creating a knowledge base article for this workaround mentioned.
Will proceed to close this thread as no further clarification, if there is still any thing that we can help with please do post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support
Thank you.
Warm regards
BB
- jackhab4 years ago
Occasional Contributor
I use Quartus 18.1 and can confirm the bug exists in this version.