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: TI C/C++ Compiler
I am trying to integrate google Test framework C++ into the project with compiler version "TI v5.1.8" and I am getting error cannot open source file "sys/types.h". I was successful with compiler "GNU v4.7.4" but our requirement is to compile over "TI v 5.1.8", clearly this points to restricted functionality of compiler "TI v5.1.8". All kind of ideas and experiments will be deeply appreciated.
The header file "sys/types.h" is not required by the ANSI standard for C. It is a header file related to the operating system. It is supplied with GCC, but not TI compilers.
Thanks and regards,
-George