Tool/software:
hi sir
i look the compiler include path
what is COM_TI_MSPM0_SDK_INCLUDE_PATH->Directory-list
which one can see the Directory-list?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
hi sir
i look the compiler include path
what is COM_TI_MSPM0_SDK_INCLUDE_PATH->Directory-list
which one can see the Directory-list?
Hi Jaures,
Actually what really make sense and used in such as header files include path and linker library path is the macro: COM_TI_MSPM0_SDK_INSTALL_DIR.
But for the meaning of COM_TI_MSPM0_SDK_INCLUDE_PATH, let me loop our CCS expert for more detials.
Best Regard,
Pengfei
All the COM_TI_MSPM0_SDK_* variables are inherited from the MSPM0 SDK package used by the project.
what is COM_TI_MSPM0_SDK_INCLUDE_PATH->Directory-list
This particular variable is configured to specify a list of directories. However, no directories are specified. hence the variable value is null. Again, this is coming from the SDK. Why these variables are null I will defer to the SDK experts.
Thank you KI.
So the Directory-list means no specified directories here.
And for MSPM0 SDK path, the COM_TI_MSPM0_SDK_INSTALL_DIR macro is mainly used in the project setting.