I am currently trying to compile google test framework over Code Composer studio using compiler "TI v5.1.8" whereas I am able to compile the framework using the same software but with compiler "GNU v4.7.4".
By using compiler "TI v5.1.8" I get errors like "sys/types.h" is missing and even if I bypass it (making an empty header file with the same name) than I get "regex.h" is missing.
As anyone tried compiling google test framework with compiler "TI v5.1.8" using Code composer studio? I shall be very thankful for the help.