使用eclipse cdt编译cpabe 出错(在自己的工程里调用bswabe):make all Building file: ../initiateNode.cInvoking: GCC C Compilergcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/pbc -I/usr/local/include/glib-2.0 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"initiateNode.d" -MT"initiateNode.d" -o"initiateNode.o" "../initiateNode.c"../initiateNode.c: 在函数‘setup’中:../initiateNode.c:26: 警告:隐式声明函数‘bswabe_setup’../initiateNode.c: 在函数‘main’中:../initiateNode.c:37: 警告:语句不起作用Finished building: ../initiateNode.cBuilding target: testInvoking: GCC C Linkergcc -o"test" ./initiateNode.o ./initiateNode.o: In function `setup':/home/MJWang/workspace/test/Debug/../initiateNode.c:26: undefined reference to `bswabe_setup'collect2: ld 返回 1make: *** [test] 错误 1跪求大神解答!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1 回答
凤凰求蛊
TA贡献1825条经验 获得超4个赞
/usr/lib/libgmp.so.10: could not read symbols: Invalid operation
无效的操作,看看这个你对这个东西有没有读的权限
ls -l /usr/lib/libgmp.so.10
也许sudo make可以继续编译下去。
"但是我找到libgmp.so.10这个文件后,发现是打不开的,也没办法编辑"
所以实在不行重新装libgmp
- 1 回答
- 0 关注
- 83 浏览
添加回答
举报
0/150
提交
取消