文章目录
1、概述
2、问题描述
3、解决方法
1、概述
https://github.com/opendp/dpdk-ans 程序安装编译过程环境问题的解决。
2、问题描述
dpdk-ans/librte_ans/librte_ans.a(ans_init.o): unrecognized relocation (0x2a) in section `.text'
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
dpdk-17.02/mk/rte.app.mk:235: recipe for target 'ans' failed
make[1]: *** [ans] Error 1
dpdk-17.02/mk/rte.extapp.mk:42: recipe for target 'all' failed
make: *** [all] Error 2
3、解决方法
ubuntu 15.01 系统中升级 binutils 到版本 2.28。
本文介绍了解决dpdk-ans程序在Ubuntu 15.01环境下编译失败的问题,具体表现为链接器错误及未知重定位类型。解决方案为将binutils升级至2.28版本。
3837

被折叠的 条评论
为什么被折叠?



