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

Reply via email to