Im using AtmelStudio 7.0 and need to have some GNU libraries under a special name in a spacial folder.
So I copied them to the folder i like to use, added the searchpath to the Project and renamed the includes.
Code: Select all
#include <PNXXX_newlib_version.h>
#include <PNXXX_features.h>
...
#include <PN219-600-000_core_cm7.h>
But the IDE shows me a file not found error and marks the include red as error.
In the ErrorList it shows under BuildOnly 0 Errors but under IntelliSense Only multiple file not found errors on
the header mentioned.
Do I have to add the searchpath to the IDE for Intellisense?