Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. ar: `u' modifier ignored since `D' is the default (see `U')
  2. == Build app
  3. == Build app/test-acl
  4. CC main.o
  5. LD testacl
  6. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/debian/build/static/lib/libdpdk.a(rte_xen_lib.o): In function `xenstore_cleanup':
  7. rte_xen_lib.c:(.text+0x6e): undefined reference to `xs_rm'
  8. /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':
  9. rte_xen_lib.c:(.text+0x144): undefined reference to `xs_write'
  10. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/debian/build/static/lib/libdpdk.a(rte_xen_lib.o): In function `xenstore_init':
  11. rte_xen_lib.c:(.text+0x989): undefined reference to `xs_domain_open'
  12. rte_xen_lib.c:(.text+0x9ad): undefined reference to `xs_read'
  13. rte_xen_lib.c:(.text+0xa26): undefined reference to `xs_get_domain_path'
  14. rte_xen_lib.c:(.text+0xa3e): undefined reference to `xs_transaction_start'
  15. collect2: error: ld returned 1 exit status
  16. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.app.mk:317: recipe for target 'testacl' failed
  17. make[4]: *** [testacl] Error 1
  18. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.subdir.mk:61: recipe for target 'test-acl' failed
  19. make[3]: *** [test-acl] Error 2
  20. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.sdkbuild.mk:93: recipe for target 'app' failed
  21. make[2]: *** [app] Error 2
  22. /home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0/mk/rte.sdkroot.mk:124: recipe for target 'all' failed
  23. make[1]: *** [all] Error 2
  24. make[1]: Leaving directory '/home/tmartins/sources/dpdk/ubuntu/dpdk-2.0.0'
  25. debian/rules:45: recipe for target 'build-arch' failed
  26. make: *** [build-arch] Error 2
  27. dpkg-buildpackage: error: debian/rules build gave error exit status 2
  28. tmartins@xenial-1:~/sources/dpdk/ubuntu/dpdk-2.0.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement