help IAR编译 : 在.h头文件中include另一个头文件
IAR编译上报错误 Error[Pe800]: this declaration may not have extern "C" linkage
添加了extern "C" { }; 也没有用
你是不是C 的代码中调用了c++的接口了?
检查一些你的代码里有没有 extern "C" 相关字眼,一般是在 C++ 代码中定义了带有 extern "C" 声明的变量或函数会报这个错