On 2016年10月12日 17:26, Burton, Ross
wrote:
gcc checks tsan and lsan support in source file
gcc/libsanitizer/configure.tgt, it seems only support x86_64. Then
tsan and lsan related packages will be empty for other target.
For qemuarm project, add in local.conf:
IMAGE_INSTALL_append = " libtsan"
Then run 'bitbake core-image-minimal", it shows errors:
ERROR: core-image-minimal-1.0-r0 do_rootfs: libtsan not found in the
feeds (qemuarm armv5te armv5e armv5t armv5 armv4t armv4 arm noarch
any all) in
/buildarea3/kkang/poky-20141111/builds/qemuarm-Aug05/tmp/deploy/rpm.
ERROR: core-image-minimal-1.0-r0 do_rootfs: This is often caused by
an empty package declared in a recipe's PACKAGES variable. (Empty
packages are not constructed unless ALLOW_EMPTY_<pkg> = '1' is
used.)
ERROR: core-image-minimal-1.0-r0 do_rootfs: Function failed:
do_rootfs
ERROR: Logfile of failure stored in:
/buildarea3/kkang/poky-20141111/builds/qemuarm-Aug05/tmp/work/qemuarm-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.24600
ERROR: Task
(/buildarea3/kkang/poky-20141111/poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs)
failed with exit code '1'
Regards,
Kai
--
Regards,
Neil | Kai Kang