标签: vxworks
我正在使用Tornado 2.2来编译,调试和链接一些源代码。当我尝试编译代码时,尽管函数已经存在,但始终存在对函数错误的未定义引用。有单独的.c和.h文件
我该如何解决这个问题?
我尝试了以下方法,但仍然无法解决!有其他解决方案吗?
#ifdef __cplusplus extern "C" { #endif //include .h file enter code here enter code here #ifdef __cplusplus } #endif