Tool/software: TI-RTOS
What is the project variable NDK_INCLUDE_PATH? After creating a project to work with NDK and TI-RTOS, the project properties show that ${NDK_INCLUDE_PATH} is in the include options.
I do not see NDK_INCLUDE_PATH in the list of other variables. I would expect it to be defined for me. For example NDK_INSTALL_DIR is defined, and I didn't do that.Why doesn't it appear in the list of other variables? Is it really not defined or could it be defined somewhere else?
This question comes from an error when copying example code. The example code includes <sys/socket.h>. The example project has the include option: "${COM_TI_RTSC_TIRTOSTIVAC_INSTALL_DIR}/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" I assume this is what ${NDK_INCLUDE_PATH} should be.
Below is a screenshot of the auto-generated Include Options and where I see other variables.