Tool/software: TI C/C++ Compiler
Hi All.
I'm trying new CGT v.8.3.1 for C6600 CPUs.
When I tried to compile my existing project, I got such errors on C++ files:
"/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 279: error #20: identifier "ECONNABORTED" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 280: error #20: identifier "EALREADY" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 282: error #20: identifier "ECONNRESET" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 292: error #20: identifier "EHOSTUNREACH" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 293: error #20: identifier "EIDRM" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 303: error #20: identifier "ENETRESET" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 307: error #20: identifier "ENOLINK" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 312: error #20: identifier "ENOMSG" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 327: error #20: identifier "ENOTSOCK" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 341: error #20: identifier "EOWNERDEAD" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 343: error #20: identifier "EPROTO" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 349: error #20: identifier "ENOTRECOVERABLE" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 355: error #20: identifier "ETXTBSY" is undefined "/opt/ti/ccs710/ccsv7/tools/compiler/ti-cgt-c6000_8.3.1/include/libcxx/system_error", line 360: error #20: identifier "ELOOP" is undefined
I looked into <system_error> header and included headers and I think the compiler is right. There are no such symbols anywhere.......
What can I do to fix it?