Visible to Intel only — GUID: mwh1416946857140
Ixiasoft
Visible to Intel only — GUID: mwh1416946857140
Ixiasoft
8.8.5.2.8. Adding Include Paths
You might need to set up a header file directory hierarchy to logically organize your code. You can add additional include paths to your driver or software package using the add_sw_property command’s include_directory argument as follows:
add_sw_property include_directory UCOSII/inc/protocol/h
Additional include paths are added to the preprocessor flags in the BSP public.mk file. These preprocessor flags allow BSP source files, as well as application and user library source files that reference the BSP, to find the include path while each source file is compiled.
#include "protocol/h/ <filename>"