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.

cannot open source file "ti/targets/select.h"

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!

  • Hi,

    I found in my installations two places with "select.h"

    c:\TI-CCS60\tirtos_tivac_2_00_02_36\products\bios_6_40_02_27\packages\ti\targets\select.h
    c:\TI-CCS60\tirtos_tivac_2_00_01_23\products\bios_6_40_01_215\packages\ti\targets\select.h

    Petrei