This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

"Include" folder path in Keil for *.h files

Apparently there is some limitation on length of the paths with Keil. The paths are specified under "Options for Target" --> C/C++ --> "Include Paths". Due to this limitation paths look like this:

..;..\..\..\..\..\include;..\..\..\..\..\include\app_common;...etc.

Each folder with header files must be explicitly stated. Is there any way around this?

I've tried --> ..\..\..\..\..\include\* ...but to no avail.

Related