Advertisement
Guest User

Yocto build problem

a guest
Dec 14th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. laptop build]$ !bitbake
  2. bitbake -k core-image-sato
  3. Loading cache: 100% |######################################################################################| ETA: 00:00:00
  4. Loaded 1187 entries from dependency cache.
  5. NOTE: Resolving any missing task queue dependencies
  6.  
  7. Build Configuration:
  8. BB_VERSION = "1.20.0"
  9. BUILD_SYS = "x86_64-linux"
  10. NATIVELSBSTRING = "Fedora-19"
  11. TARGET_SYS = "i586-poky-linux"
  12. MACHINE = "qemux86"
  13. DISTRO = "poky"
  14. DISTRO_VERSION = "1.5"
  15. TUNE_FEATURES = "m32 i586"
  16. TARGET_FPU = ""
  17. meta
  18. meta-yocto
  19. meta-yocto-bsp = "<unknown>:<unknown>"
  20.  
  21.  
  22.  
  23. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24.  
  25. DEBUG: Executing shell function do_compile
  26. NOTE: make
  27. LINK arm-softmmu/qemu-system-arm
  28. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../libX11.so when searching for -lX11
  29. /usr/bin/ld: skipping incompatible /lib/libX11.so when searching for -lX11
  30. /usr/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11
  31. /usr/bin/ld: cannot find -lX11
  32. collect2: error: ld returned 1 exit status
  33. make[1]: *** [qemu-system-arm] Error 1
  34. make: *** [subdir-arm-softmmu] Error 2
  35. ERROR: oe_runmake failed
  36. WARNING: /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/run.do_compile.18766:1 exit 1 from
  37. exit 1
  38. ERROR: Function failed: do_compile (log file is located at /home/jack/dev/poky-dora-10.0.0/build/tmp/work/x86_64-linux/qemu-native/1.5.0-r0/temp/log.do_compile.18766)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement