I am working with "ndk_2_23_02_03" and "xdctools_3_30_01_25_core" on a Tiva C Series TM4C1294XL Connected Launchpad. I am using CCS v6 and my compiler version is TI v5.1.6
Issue: I am writing a program that uses "#include <ti/ndk/nettools/mytime/mytime.h>" which in turn has the following : "#include <sdc/std.h>" which in turn has: "#include <ti/targets/select.h". However I have searched and searched and I can not find "ti/targets/select.h" for the life of me! I can find "ti/targets" under the "eclipse/plugins" location, however it does not contain a "select.h" and I am at a loss.
My include paths so far are: "C:\ti\xdctools_3_30_01_25_core\packages" and "C:\ti\ndk\packages".
I am curious how a TI header file can contain a call to another header file that did not come with the ndk download nor the xdc download. Or perhaps there is a hidden .zip somewhere within ndk that I need to unzip, or something entirely different that I am unaware of. Please help!