RDMA 编译报错
gcc -o rdma-client rdma-common.o rdma-client.o -lrdmacm
/usr/bin/ld: rdma-common.o: undefined reference to symbol
应用介绍
gcc -o rdma-client rdma-common.o rdma-client.o -lrdmacm
/usr/bin/ld: rdma-common.o: undefined reference to symbol 'ibv_create_cq@@IBVERBS_1.1'
//usr/lib64/libibverbs.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [rdma-client] Error 1
解决办法:
LDFLAGS := ${LDFLAGS} -lrdmacm -libverbs -lpthread
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: [email protected] 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » RDMA 编译报错
文件列表(部分)
名称 | 大小 | 修改日期 |
---|
发表评论 取消回复