有没有师傅知道,在 viusal studio code 下 的 iar 官方插件 下编码 stm 工程, 如果设置 cpp 的编译版本 指定? 我有个 库是 C++98 的,提示 版本不满足。
Error[Li060]: module "xxx.o(xxx.a)" contains C++ code built for use with the (E)C++98 library. This code is not link compatible with the new (C++14) library.
Error[Li009]: runtime model conflict: Module xxx.o(xxx.a) specifies that '__CPP_Language' must be 'EC++', but module xxx.o has the value 'C++14'. Modules compiled with C++14 are not link-compatible with modules that are compiled with older C++.
有没有地方可以设置?