[dpdk-dev] collect2: error: ld returned 1 exit status -->> DPDK 1.7.1

sothy shan sothy.e98 at gmail.com
Thu Nov 13 15:43:51 CET 2014


Hi!

I run the command below and got an error with Collect2. May I know why?

Best regards
Sothy

Command:>>>
$export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc"
$make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y install
T="$RTE_TARGET"
Error:>>>


== Build app/test-acl
  CC main.o
  LD testacl
/home/cubiq/sothy/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so:
référence indéfinie vers « log2 »
/home/cubiq/sothy/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so:
référence indéfinie vers « ceil »
/home/cubiq/sothy/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so:
référence indéfinie vers « pow »
/home/cubiq/sothy/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so:
référence indéfinie vers « round »
collect2: error: ld returned 1 exit status
make[5]: *** [testacl] Erreur 1
make[4]: *** [test-acl] Erreur 2
make[3]: *** [app] Erreur 2
make[2]: *** [all] Erreur 2
make[1]: *** [x86_64-ivshmem-linuxapp-gcc_install] Erreur 2
make: *** [install] Erreur 2


More information about the dev mailing list