我的一个CCSV3.3的工程导入导入的CCSV6后,编译通过,但是在链接时出现如下错误:
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
"C:/Users/Administrator/workspace_v6_0/RemoteSystemsTempFiles/pfc100a/LIB/IQmath.lib", line 5: error #7: unrecognized token
这个错误是IQmath.lib库的问题吗?还是设置错误?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
../SOURCE/pfc100a_main.c, line 786: INTERNAL ERROR: no match for PLUSASG
指向pfc100a_main.c中786行的代码,一个for循环:
for (i = 0; i < 11; i++)
{
ulAdSum[i] = (ulAdSum[i] + ulAdcData[i][40]) - ulAdcData[i][0];
}
上面的一维数组和二维数组都有定义,是什么原因出现以上错误不能编译通过?谢谢各位!望高手帮忙帮忙!
一周热门 更多>