SDK 7.10.1.24
TI Clang v2.1.2.LTS
目标:CC1352R1
const Settings = scripting.AddModule ("sysfg"/ti/posix/tirtos/Settings);在.sysfg 文件中指定
尝试编译工程时、会发生以下 C++工具链头文件中的错误:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/iomanip:47:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/istream:163:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/ostream:139:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/ios:214:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__locale:19:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/mutex:190:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__mutex_base:17:
In file included from /Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/system_error:146:
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:142:43: error: use of undeclared identifier 'EIDRM'
identifier_removed = EIDRM,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:156:43: error: use of undeclared identifier 'ENOLINK'
no_link = ENOLINK,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:161:43: error: use of undeclared identifier 'ENOMSG'
no_message_available = ENOMSG,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:163:43: error: use of undeclared identifier 'ENOMSG'
no_message = ENOMSG,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:190:43: error: use of undeclared identifier 'EOWNERDEAD'
owner_dead = EOWNERDEAD,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:198:43: error: use of undeclared identifier 'ENOTRECOVERABLE'
state_not_recoverable = ENOTRECOVERABLE,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:204:43: error: use of undeclared identifier 'ETXTBSY'
text_file_busy = ETXTBSY,
^
/Applications/ti/ccs1210/ccs/tools/compiler/ti-cgt-armllvm_2.1.2.LTS/include/c++/v1/__errc:209:43: error: use of undeclared identifier 'ELOOP'
too_many_symbolic_link_levels = ELOOP,