当前位置: 首页 > 工具软件 > DPDK-ANS > 使用案例 >

安装 dpdk-ans 时的编译问题:librte_ans.a(ans_init.o): unrecognized relocation (0x2a) in section `.text'

张敏达
2023-12-01

文章目录

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。
 类似资料: