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

李金成 scanli at 126.com
Wed Jun 20 01:06:55 UTC 2012


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/cf49261e/attachment-0001.html>


More information about the bitbake-devel mailing list