Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. == Build app
  2. == Build app/test-acl
  3. CC main.o
  4. LD testacl
  5. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/debian/build/static/lib/libdpdk.a(rte_xen_lib.o): In function `xenstore_cleanup':
  6. rte_xen_lib.c:(.text+0x6e): undefined reference to `xs_rm'
  7. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/debian/build/static/lib/libdpdk.a(rte_xen_lib.o): In function `xenstore_write.part.1':
  8. rte_xen_lib.c:(.text+0x144): undefined reference to `xs_write'
  9. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/debian/build/static/lib/libdpdk.a(rte_xen_lib.o): In function `xenstore_init':
  10. rte_xen_lib.c:(.text+0x989): undefined reference to `xs_domain_open'
  11. rte_xen_lib.c:(.text+0x9ad): undefined reference to `xs_read'
  12. rte_xen_lib.c:(.text+0xa26): undefined reference to `xs_get_domain_path'
  13. rte_xen_lib.c:(.text+0xa3e): undefined reference to `xs_transaction_start'
  14. collect2: error: ld returned 1 exit status
  15. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.app.mk:317: recipe for target 'testacl' failed
  16. make[4]: *** [testacl] Error 1
  17. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.subdir.mk:61: recipe for target 'test-acl' failed
  18. make[3]: *** [test-acl] Error 2
  19. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.sdkbuild.mk:93: recipe for target 'app' failed
  20. make[2]: *** [app] Error 2
  21. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.sdkroot.mk:124: recipe for target 'all' failed
  22. make[1]: *** [all] Error 2
  23. make[1]: Leaving directory '/home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0'
  24. debian/rules:44: recipe for target 'build-arch' failed
  25. make: *** [build-arch] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement