[bitbake-devel] Hob can't support external toolchain?

Xu, Dongxiao dongxiao.xu at intel.com
Wed Jun 20 06:12:34 UTC 2012


Could you find the exact error message in the log file?

From your posts, I cannot find the error information.

Thanks,
Dongxiao

From: bitbake-devel-bounces at lists.openembedded.org [mailto:bitbake-devel-bounces at lists.openembedded.org] On Behalf Of 李金成
Sent: Wednesday, June 20, 2012 9:07 AM
To: bitbake-devel
Subject: [bitbake-devel] Hob can't support external toolchain?

Hi!
I'm using poky to develop my image with external toolchain “Sourcery CodeBench Lite 2011.09-70”.
I added the fellow lines in "Poky.conf":
        TCMODE = "external-csl"
        CSL_VER_MAIN  = "2011.09-70"
        EXTERNAL_TOOLCHAIN = "/home/ljc/arm-2011.09/arm"
        TARGET_PREFIX = "arm-none-linux-gnueabi-"
In "tcmode-external-sourcery.inc",I changed
        TARGET_PREFIX = "${CSL_TARGET_SYS}-"
     to
        TARGET_PREFIX ?= "${CSL_TARGET_SYS}-"

When I launched poky with Command Line,It succeed with the fellow messgaes:
       .....
       WARNING: QA Issue: No GNU_HASH in the elf binary: '/home/ljc/poky-denzil-7.0/build/tmp/work/armv6-vfp-poky-linux-
               gnueabi/perl-5.14.2-r6/packages-split/perl-module-threads/usr/lib/perl/5.14.2/auto/threads/shared/shared.so'
        NOTE: package python-2.7.2-r2.14: task do_package_write_rpm: Succeeded

But when I launched poky  with hob gui, the poky failed with the fellow messages:
      ......
      QA Issue:No GNU_HASH in the elf binary:'/home/ljc/poky-denzil-7.0/build/tmp/work/armv6-vfp-poky-linux-gnueabi/perl-
                      5.14.2-r6/packages-split/perl-module-threads/usr/lib/perl/5.14.2/auto/threads/shared/shared.so'
      QA run found fatal errors.Please consider fixing then.
      Function faild:do_package_qa
Hob can't support external toolchain?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20120620/06efd245/attachment-0001.html>


More information about the bitbake-devel mailing list