Tool/software: Linux
Hello,
I am trying to build TI SDK image using the followed guide: http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK
pmarcinkowski@rdd-ci-ubuntu:~/am335x/tisdk/build$ MACHINE=am335x-evm bitbake arago-core-tisdk-image Parsing recipes: 100% |######################################################################################################################################################################################################| Time: 00:00:51 Parsing of 2344 .bb files complete (0 cached, 2344 parsed). 2940 targets, 498 skipped, 0 masked, 0 errors. NOTE: Resolving any missing task queue dependencies Build Configuration: BB_VERSION = "1.30.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-16.04" TARGET_SYS = "arm-linux-gnueabi" MACHINE = "am335x-evm" DISTRO = "arago" DISTRO_VERSION = "2016.12" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" TARGET_FPU = "hard" meta-processor-sdk = "HEAD:70283e8e915126b57e30cc7fcf5286a9435c3829" meta-arago-distro meta-arago-extras = "HEAD:c0e32cc7615f7483ae3a674221dd633205b28ee3" meta-qt5 = "HEAD:2b1871f0d139dc3caaa779a32a1931409c245a36" meta-networking meta-ruby meta-python meta-oe meta-gnome = "HEAD:55c8a76da5dc099a7bc3838495c672140cedb78e" meta-ti = "HEAD:ed06c3bb58493a40b6fe584251a94f067fc9bdf7" meta-linaro-toolchain meta-optee = "HEAD:2f51d38048599d9878f149d6d15539fb97603f8f" meta = "HEAD:ff8c8859434e56894accc5a63980c1b8904eb935" NOTE: Preparing RunQueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: external-linaro-toolchain-2016.11-r0.arago33 do_populate_sysroot: The recipe external-linaro-toolchain is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /home/pmarcinkowski/am335x/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/include/scsi/cxlflash_ioctl.h Matched in manifest-am335x-evm-linux-libc-headers.populate_sysroot Please verify which recipe should provide the above files. The build has stopped as continuing in this scenario WILL break things, if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error however switching DISTRO_FEATURES on an existing build directory is not supported, you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above. ERROR: external-linaro-toolchain-2016.11-r0.arago33 do_populate_sysroot: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases. ERROR: external-linaro-toolchain-2016.11-r0.arago33 do_populate_sysroot: Function failed: sstate_task_postfunc ERROR: Logfile of failure stored in: /home/pmarcinkowski/am335x/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2016.11-r0.arago33/temp/log.do_populate_sysroot.17836 ERROR: Task 839 (/home/pmarcinkowski/am335x/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb, do_populate_sysroot) failed with exit code '1' NOTE: Tasks Summary: Attempted 1267 tasks of which 505 didn't need to be rerun and 1 failed. Waiting for 0 running tasks to finish: Summary: 1 task failed: /home/pmarcinkowski/am335x/tisdk/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/external-linaro-toolchain/external-linaro-toolchain.bb, do_populate_sysroot Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
I tied 2 times with the same result.
Could you help me?
Regards,
Piotr M.