|
external-sourcery-toolchain: cp: cannot stat `/tool/yocto/poky/build/tmp/sysroots/virtex5/usr/share/gettext/config.rpath': No such file or directory
Hi, I solved the problem, I ignored a warning saying that there were multiple providers for virtual/gettext. When I looked at the target folder, gettext was missing. I added the following entry to my
Hi, I solved the problem, I ignored a warning saying that there were multiple providers for virtual/gettext. When I looked at the target folder, gettext was missing. I added the following entry to my
|
By
Elvis Dowson
· #8583
·
|
|
external-sourcery-toolchain: cp: cannot stat `/tool/yocto/poky/build/tmp/sysroots/virtex5/usr/share/gettext/config.rpath': No such file or directory
Hi, When using the mentor external-sourcery-toolchain, I get the following error: NOTE: package gdbm-1.10-r3: task do_configure: Started ERROR: Function failed: do_configure (see /tool/yocto/poky/buil
Hi, When using the mentor external-sourcery-toolchain, I get the following error: NOTE: package gdbm-1.10-r3: task do_configure: Started ERROR: Function failed: do_configure (see /tool/yocto/poky/buil
|
By
Elvis Dowson
· #8582
·
|
|
external-sourcery-toolchain: ERROR: QA Issue: No GNU_HASH in the elf binary
Hi, Copy pasting the tcmode-external-sourcery.inc file from your meta-sourcery repo, to oe-core fixes the issue. Thanks for the timely assist!! :-) Best regards, Elvis Dowson
Hi, Copy pasting the tcmode-external-sourcery.inc file from your meta-sourcery repo, to oe-core fixes the issue. Thanks for the timely assist!! :-) Best regards, Elvis Dowson
|
By
Elvis Dowson
· #8581
·
|
|
external-sourcery-toolchain: ERROR: QA Issue: No GNU_HASH in the elf binary
Hi, I'm building with the mentor external-sourcery-toolchain. I get the following error: ERROR: QA Issue: No GNU_HASH in the elf binary: '/tool/yocto/poky/build/tmp/work/ppc440-poky-linux/zip-3.0-r1/p
Hi, I'm building with the mentor external-sourcery-toolchain. I get the following error: ERROR: QA Issue: No GNU_HASH in the elf binary: '/tool/yocto/poky/build/tmp/work/ppc440-poky-linux/zip-3.0-r1/p
|
By
Elvis Dowson
· #8578
·
|
|
external-sourcery-toolchain: ERROR: Function failed: do_install
Hi, I found the solution. I had to specify NO32LIBS = "0", since I'm building on an Ubuntu 12.04 64-bit machine. # Set the toolchain. TCMODE = "external-csl" EXTERNAL_TOOLCHAIN = "/tool/mentor/csl-201
Hi, I found the solution. I had to specify NO32LIBS = "0", since I'm building on an Ubuntu 12.04 64-bit machine. # Set the toolchain. TCMODE = "external-csl" EXTERNAL_TOOLCHAIN = "/tool/mentor/csl-201
|
By
Elvis Dowson
· #8576
·
|
|
external-sourcery-toolchain: ERROR: Function failed: do_install
Hi, I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: #
Hi, I cloned the meta-sourcery repo, added it to my bblayers.conf $ cd /tool/yocto $ git clone git://github.com/MentorEmbedded/meta-sourcery.git I specified the following variables in my local.conf: #
|
By
Elvis Dowson
· #8575
·
|
|
Running gcc test suites for current machine configuration architecture (e.g. powerpc), from within yocto
Hi, Is there a way to run the gcc test suites for the current machine configuration architecture (e.g. powerpc), from within yocto? Elvis Dowson
Hi, Is there a way to run the gcc test suites for the current machine configuration architecture (e.g. powerpc), from within yocto? Elvis Dowson
|
By
Elvis Dowson
· #8570
·
|
|
Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)
HI, If I set the values as follows: PREFERRED_VERSION_gcc = "4.5" PREFERRED_VERSION_gcc-cross = "4.5" PREFERRED_VERSION_gcc-cross-initial = "4.5" PREFERRED_VERSION_gcc-cross-intermediate = "4.5" PREFE
HI, If I set the values as follows: PREFERRED_VERSION_gcc = "4.5" PREFERRED_VERSION_gcc-cross = "4.5" PREFERRED_VERSION_gcc-cross-initial = "4.5" PREFERRED_VERSION_gcc-cross-intermediate = "4.5" PREFE
|
By
Elvis Dowson
· #8527
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh zImage starting: loaded at 0x00800000 (sp: 0x016d2fa0) Al
Hi, I switched to using gcc-4.6 from the meta-openembedded layer, and still get the same issue, i.e. no login or bash prompt with init=/bin/sh zImage starting: loaded at 0x00800000 (sp: 0x016d2fa0) Al
|
By
Elvis Dowson
· #8524
·
|
|
Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)
Hi Bruce, Ahh, ok, that worked. Along similar lines, if I had to explicitly set the gcc version, is it correct to specify the following variables? PREFERRED_VERSION_gcc = "gcc_4.6" PREFERRED_VERSION_g
Hi Bruce, Ahh, ok, that worked. Along similar lines, if I had to explicitly set the gcc version, is it correct to specify the following variables? PREFERRED_VERSION_gcc = "gcc_4.6" PREFERRED_VERSION_g
|
By
Elvis Dowson
· #8519
·
|
|
Incorrect warning: preferred version linux-libc-headers_3.3 of linux-libc-headers not available (for item linux-libc-headers)
Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = "linux-libc-headers_3.3" However, when I run bitbake linux-libc-headers -c fetchall, it complains that the
Hi, In my local.conf I have set the following variable PREFERRED_VERSION_linux-libc-headers = "linux-libc-headers_3.3" However, when I run bitbake linux-libc-headers -c fetchall, it complains that the
|
By
Elvis Dowson
· #8517
·
|
|
poky/bernard: gcc-4.5.1 configure: error: cannot compute suffix of object files: cannot compile
Hi Khem, Ok, just reconfigured all my layers to use the latest poky and meta-openembedded updates, and set the preferred versions for gcc to 4.6, and will give it a try. I just have one question thoug
Hi Khem, Ok, just reconfigured all my layers to use the latest poky and meta-openembedded updates, and set the preferred versions for gcc to 4.6, and will give it a try. I just have one question thoug
|
By
Elvis Dowson
· #8513
·
|
|
poky/bernard: gcc-4.5.1 configure: error: cannot compute suffix of object files: cannot compile
Hi, I'm trying to get build using the bernard branch, for a PowerPC440 target, and I get a build failure for gcc-4.5.1: NOTE: Running task 500 of 1502 (ID: 590, virtual:native:/tool/yocto/poky/meta/re
Hi, I'm trying to get build using the bernard branch, for a PowerPC440 target, and I get a build failure for gcc-4.5.1: NOTE: Running task 500 of 1502 (ID: 590, virtual:native:/tool/yocto/poky/meta/re
|
By
Elvis Dowson
· #8481
·
|
|
Maintenance on older branches, e.g. bernard
Hi Scott, At the moment, I'm focussing on PowerPC440 CPU support. I usually build two targets core-image-minimal and meta-toolchain, using Ubuntu 12.04 LTS. I've temporarily switched to the older bern
Hi Scott, At the moment, I'm focussing on PowerPC440 CPU support. I usually build two targets core-image-minimal and meta-toolchain, using Ubuntu 12.04 LTS. I've temporarily switched to the older bern
|
By
Elvis Dowson
· #8461
·
|
|
Maintenance on older branches, e.g. bernard
Hi, I just noticed that if one were to try switching to an older poky branch, say bernard, there are a few errors: e.g. meta-yocto layer doesn't have a conf folder. Also if you use one of the tags, e.
Hi, I just noticed that if one were to try switching to an older poky branch, say bernard, there are a few errors: e.g. meta-yocto layer doesn't have a conf folder. Also if you use one of the tags, e.
|
By
Elvis Dowson
· #8457
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I was just going through the recipes-devtools/gcc/gcc-common.inc file, and noticed the following snippet: def get_gcc_multiarch_setting(bb, d): target_arch = d.getVar('TRANSLATED_TARGET_ARCH', Tru
Hi, I was just going through the recipes-devtools/gcc/gcc-common.inc file, and noticed the following snippet: def get_gcc_multiarch_setting(bb, d): target_arch = d.getVar('TRANSLATED_TARGET_ARCH', Tru
|
By
Elvis Dowson
· #8436
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I tired manually copying the static bash binary 8mb, over to the ramdisk root folder. The problem still manifests, if there is no other file other than the static bash file, it displays the prompt
Hi, I tired manually copying the static bash binary 8mb, over to the ramdisk root folder. The problem still manifests, if there is no other file other than the static bash file, it displays the prompt
|
By
Elvis Dowson
· #8433
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I tried running the newly created root filesystem, and passed init=/bin/bash to the kernel boot args, and get the kernel panic, as shown below. It doesn't happen when I just have only a static bas
Hi, I tried running the newly created root filesystem, and passed init=/bin/bash to the kernel boot args, and get the kernel panic, as shown below. It doesn't happen when I just have only a static bas
|
By
Elvis Dowson
· #8431
·
|
|
Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
Hi, I decided to modify the bash and busybox recipes to build statically, and try to create a core-image-minimal root filesystem, so that I can get a sensible prompt with paths set, etc, to debug the
Hi, I decided to modify the bash and busybox recipes to build statically, and try to create a core-image-minimal root filesystem, so that I can get a sensible prompt with paths set, etc, to debug the
|
By
Elvis Dowson
· #8429
·
|
|
Adding gcc-4.5.4 release back into oe-core
I'm creating a gcc-4.5 recipe locally, modeling it after the current gcc-4.7 recipe folder. I've taken the patches from the gcc-4.5.1 recipe folder from a previous yocto release, and was wondering for
I'm creating a gcc-4.5 recipe locally, modeling it after the current gcc-4.7 recipe folder. I've taken the patches from the gcc-4.5.1 recipe folder from a previous yocto release, and was wondering for
|
By
Elvis Dowson
· #8412
·
|