On Mon, Feb 19, 2018 at 10:39:39AM +0100, tom.barbe...@uliege.be wrote:
> Hi list,
>
> I found out that to staticly compile against DPDK using the combined lib, I
> needed all these options :
>
> -I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
> -Wl,--whole-archive -ldpdk -Wl,
On Mon, Feb 19, 2018 at 10:39:39AM +0100, tom.barbe...@uliege.be wrote:
> Hi list,
>
> I found out that to staticly compile against DPDK using the combined lib, I
> needed all these options :
>
> -I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
> -Wl,--whole-archive -ldpdk -Wl,
Hi list,
I found out that to staticly compile against DPDK using the combined lib, I
needed all these options :
-I${RTE_SDK}/${RTE_TARGET}/include -L${RTE_SDK}/${RTE_TARGET}/lib
-Wl,--whole-archive -ldpdk -Wl,--no-whole-archive -lnuma -ldl -lpthread -lm
-lmlx4 -lmlx5 -libverbs
The whole-archi
3 matches
Mail list logo