Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henryhallam/2ab385ba50bdd4ea8078bd4d1c54136b to your computer and use it in GitHub Desktop.
Save henryhallam/2ab385ba50bdd4ea8078bd4d1c54136b to your computer and use it in GitHub Desktop.
yocto build problems
henry@beast:~/yocto-test/build$ bitbake core-image-minimal
WARNING: Host distribution "Debian-unstable" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |######################################################################################################################################| ETA: 00:00:00
Loaded 1330 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.28.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Debian-unstable"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "poky"
DISTRO_VERSION = "2.0"
TUNE_FEATURES = "arm armv5 thumb dsp"
TARGET_FPU = "soft"
meta
meta-yocto
meta-yocto-bsp = "HEAD:fc45deac89ef63ca1c44e763c38ced7dfd72cbe1"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: objcopy failed with exit code 256 (cmd was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug '/home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/package/usr/lib/perl/ptest/generate_uudmap' '/home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
arm-poky-linux-gnueabi-objcopy:/home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/package/usr/lib/perl/ptest/generate_uudmap: File format not recognized
ERROR: Function failed: split_and_strip_files
ERROR: Logfile of failure stored in: /home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/temp/log.do_package.27409
ERROR: Task 1203 (/home/henry/yocto-test/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1859 tasks of which 1858 didn't need to be rerun and 1 failed.
No currently running tasks (1000 of 1902)
Summary: 1 task failed:
/home/henry/yocto-test/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
henry@beast:~/yocto-test/build$ file /home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/package/usr/lib/perl/ptest/generate_uudmap
/home/henry/yocto-test/build/tmp/work/armv5e-poky-linux-gnueabi/perl/5.22.0-r0/package/usr/lib/perl/ptest/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=8568dfd61a97608769b5fb02d87b82e27858e2f0, not stripped
@wolverine2k
Copy link

Any updates on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment