Advertisement
Guest User

Yocto error

a guest
Dec 27th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. yoctoRaspberryEnv:[build]$ bitbake core-image-minimal
  2. Parsing recipes: 100% |###################################################################################################################################| Time: 0:00:52
  3. Parsing of 768 .bb files complete (0 cached, 768 parsed). 1300 targets, 40 skipped, 0 masked, 0 errors.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "1.46.0"
  8. BUILD_SYS = "x86_64-linux"
  9. NATIVELSBSTRING = "debian-10"
  10. TARGET_SYS = "x86_64-poky-linux"
  11. MACHINE = "qemux86-64"
  12. DISTRO = "poky"
  13. DISTRO_VERSION = "3.1"
  14. TUNE_FEATURES = "m64 core2"
  15. TARGET_FPU = ""
  16. meta
  17. meta-poky
  18. meta-yocto-bsp = "my-yocto-3.1:5d47cdf448b6cff5bb7cc5b0ba0426b8235ec478"
  19.  
  20. NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/2.8/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
  21. Initialising tasks: 100% |################################################################################################################################| Time: 0:00:02
  22. Sstate summary: Wanted 1159 Found 0 Missed 1159 Current 0 (0% match, 0% complete)
  23. NOTE: Executing Tasks
  24. ERROR: quilt-native-0.66-r0 do_compile: oe_runmake failed
  25. ERROR: quilt-native-0.66-r0 do_compile: Execution of '/home/warlock/YOCTO/sources/poky/build/tmp/work/x86_64-linux/quilt-native/0.66-r0/temp/run.do_compile.19447' failed with exit code 1:
  26. make: *** No rule to make target '2'. Stop.
  27. WARNING: exit code 1 from a shell command.
  28.  
  29. ERROR: Logfile of failure stored in: /home/warlock/YOCTO/sources/poky/build/tmp/work/x86_64-linux/quilt-native/0.66-r0/temp/log.do_compile.19447
  30. Log data follows:
  31. | DEBUG: Executing python function autotools_aclocals
  32. | DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
  33. | DEBUG: Python function autotools_aclocals finished
  34. | DEBUG: Executing shell function do_compile
  35. | NOTE: make 2
  36. | make: *** No rule to make target '2'. Stop.
  37. | ERROR: oe_runmake failed
  38. | WARNING: exit code 1 from a shell command.
  39. | ERROR: Execution of '/home/warlock/YOCTO/sources/poky/build/tmp/work/x86_64-linux/quilt-native/0.66-r0/temp/run.do_compile.19447' failed with exit code 1:
  40. | make: *** No rule to make target '2'. Stop.
  41. | WARNING: exit code 1 from a shell command.
  42. |
  43. ERROR: Task (/home/warlock/YOCTO/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_compile) failed with exit code '1'
  44. NOTE: Tasks Summary: Attempted 17 tasks of which 0 didn't need to be rerun and 1 failed.
  45.  
  46. Summary: 1 task failed:
  47. /home/warlock/YOCTO/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_compile
  48. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement