Part Number: TM4C129ENCPDT
Hi!
While trying to compile a static library for my project that at some point includes #include <libcxx/regex>
I get the following compile error:
#1965 cannot open source file "__config"
"C:/ti/ccs1030/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include/libcxx/regex", line 757: fatal error #1965: cannot open source file "__config"
The __config file is in the same folder as the regex, so I don't understand the problem...
Any thoughts?
Ty