All of lore.kernel.org
 help / color / mirror / Atom feed
* FW: FW: [OE-core] Doc: external toolchain
@ 2013-07-24  7:47 Rifenbark, Scott M
  2013-07-24 14:14 ` Laszlo Papp
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Rifenbark, Scott M @ 2013-07-24  7:47 UTC (permalink / raw)
  To: yocto@yoctoproject.org; +Cc: Laszlo Papp, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 5586 bytes --]

Hi,

Can anyone address the toolchain questions here for Laszlo?

Thanks,
Scott

From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of Laszlo Papp
Sent: Tuesday, July 23, 2013 11:52 PM
To: Rifenbark, Scott M
Cc: Wold, Saul
Subject: Re: FW: [OE-core] Doc: external toolchain

OK, thanks.

I am facing this issue, any clue?

ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found

This is what I have in my build/conf/local.conf:

...
TCMODE = "external-sourcery"
EXTERNAL_TOOLCHAIN = "/usr"
TARGET_PREFIX = "arm-none-linux-gnueabi-"
...

The external toolchain does exist:

/usr/bin/arm-none-linux-gnueabi-gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
Target: arm-none-linux-gnueabi
Configured with: /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs --with-arch=armv5te --with-gnu-as --with-gnu-ld --with-specs='%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables} -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5 -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics: -fremove-local-statics}} %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics: -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared --enable-lto --enable-symvers=gnu --enable-__cxa_atexit --with-pkgversion='Sourcery CodeBench Lite 2013.05-24' --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls --prefix=/opt/codesourcery --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr --disable-libgomp --disable-libitm --enable-poison-system-directories --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
Thread model: posix
gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)

On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M <scott.m.rifenbark@intel.com<mailto:scott.m.rifenbark@intel.com>> wrote:
Laszlo,

Saul forwarded me this email regarding external toolchains.  The "In Progress" version of the YP Reference Manual has a new section on toolchains in general.  This section, combined with the TCMODE glossary entry and a FAQ entry, both in the reference manual, comprise our information on the external toolchain topic.  Let me know what specifically would need additionally addressed and I can get that on my plate to improve the doc set.

Thanks,
Scott

http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640




>-----Original Message-----
>From: Saul Wold [mailto:sgw@linux.intel.com<mailto:sgw@linux.intel.com>]
>Sent: Tuesday, July 23, 2013 3:52 PM
>To: Rifenbark, Scott M
>Subject: Fwd: [OE-core] Doc: external toolchain
>
>
>
>
>-------- Original Message --------
>Subject:       [OE-core] Doc: external toolchain
>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>From:  Laszlo Papp <lpapp@kde.org<mailto:lpapp@kde.org>>
>To:    openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>
>
>
>
>Dear gents and ladies,
>
>it would be nice to get some documentation about this subject. There is
>only one presentation with only a few short slides about the topic:
>http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>f
>
>I am now having some issues currently, and hard time to figure out what
>is going on. Note, this thread is not about getting help with that
>particular issue, but encouraging you to document this, for me,
>fundamental feature more thoroughly.
>
>Thank you for your understanding.
>
>Many thanks,
>Laszlo
>
>
>


[-- Attachment #2: Type: text/html, Size: 11396 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24  7:47 FW: FW: [OE-core] Doc: external toolchain Rifenbark, Scott M
@ 2013-07-24 14:14 ` Laszlo Papp
  2013-07-24 14:16   ` Laszlo Papp
  2013-07-24 15:06 ` Bill Traynor
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 14:14 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 7732 bytes --]

It is a different issue I am facing on another computer, so yet another one
to be solved, but here it goes:

ERROR: Multiple .bb files are due to be built which each provide
busybox (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta-foo/recipes-core/busybox/busybox_1.20.2.bb
/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/busybox_1.20.2.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
virtual/arm-none-linux-gnueabi-libc-for-gcc
(/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb
/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
virtual/libc (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb
/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
virtual/libiconv
(/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb
/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
 This usually means one provides something the other doesn't and should.

Any clue? It worked fine in denzil. :(



On Wed, Jul 24, 2013 at 8:47 AM, Rifenbark, Scott M <
scott.m.rifenbark@intel.com> wrote:

>  Hi, ****
>
> ** **
>
> Can anyone address the toolchain questions here for Laszlo?****
>
> ** **
>
> Thanks, ****
>
> Scott****
>
> ** **
>
> *From:* djszapi@archlinux.us [mailto:djszapi@archlinux.us] *On Behalf Of *Laszlo
> Papp
> *Sent:* Tuesday, July 23, 2013 11:52 PM
> *To:* Rifenbark, Scott M
> *Cc:* Wold, Saul
> *Subject:* Re: FW: [OE-core] Doc: external toolchain****
>
> ** **
>
> OK, thanks.****
>
> ** **
>
> I am facing this issue, any clue?****
>
> ** **
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>
> ** **
>
> This is what I have in my build/conf/local.conf:****
>
> ** **
>
> ...****
>
> TCMODE = "external-sourcery"****
>
> EXTERNAL_TOOLCHAIN = "/usr"****
>
> TARGET_PREFIX = "arm-none-linux-gnueabi-"****
>
> ...****
>
> ** **
>
> The external toolchain does exist:****
>
> ** **
>
> /usr/bin/arm-none-linux-gnueabi-gcc -v****
>
> Using built-in specs.****
>
> COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc****
>
>
> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
> ****
>
> Target: arm-none-linux-gnueabi****
>
> Configured with:
> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
> --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
> --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
> --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs
> --with-arch=armv5te --with-gnu-as --with-gnu-ld --with-specs='%{save-temps:
> -fverbose-asm}
> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
> -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
> -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
> -fremove-local-statics}}
> %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
> -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
> --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
> --with-pkgversion='Sourcery CodeBench Lite 2013.05-24' --with-bugurl=
> https://sourcery.mentor.com/GNUToolchain/ --disable-nls
> --prefix=/opt/codesourcery
> --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --disable-libgomp --disable-libitm --enable-poison-system-directories
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> ****
>
> Thread model: posix****
>
> gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24) ****
>
> ** **
>
> On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M <
> scott.m.rifenbark@intel.com> wrote:****
>
> Laszlo,
>
> Saul forwarded me this email regarding external toolchains.  The "In
> Progress" version of the YP Reference Manual has a new section on
> toolchains in general.  This section, combined with the TCMODE glossary
> entry and a FAQ entry, both in the reference manual, comprise our
> information on the external toolchain topic.  Let me know what specifically
> would need additionally addressed and I can get that on my plate to improve
> the doc set.
>
> Thanks,
> Scott
>
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>
>
>
>
> >-----Original Message-----
> >From: Saul Wold [mailto:sgw@linux.intel.com]
> >Sent: Tuesday, July 23, 2013 3:52 PM
> >To: Rifenbark, Scott M
> >Subject: Fwd: [OE-core] Doc: external toolchain
> >
> >
> >
> >
> >-------- Original Message --------
> >Subject:       [OE-core] Doc: external toolchain
> >Date:  Tue, 23 Jul 2013 23:45:28 +0100
> >From:  Laszlo Papp <lpapp@kde.org>
> >To:    openembedded-core@lists.openembedded.org
> >
> >
> >
> >Dear gents and ladies,
> >
> >it would be nice to get some documentation about this subject. There is
> >only one presentation with only a few short slides about the topic:
> >http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
> >f
> >
> >I am now having some issues currently, and hard time to figure out what
> >is going on. Note, this thread is not about getting help with that
> >particular issue, but encouraging you to document this, for me,
> >fundamental feature more thoroughly.
> >
> >Thank you for your understanding.
> >
> >Many thanks,
> >Laszlo
> >
> >
> >****
>
> ** **
>

[-- Attachment #2: Type: text/html, Size: 12570 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 14:14 ` Laszlo Papp
@ 2013-07-24 14:16   ` Laszlo Papp
  0 siblings, 0 replies; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 14:16 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 8244 bytes --]

Sorry for the noise. Disregard the busybox issue as that has been now
solved. The problem is with the external sourcery toolchain inside the
platform as it seems. At least, the error message has no any reference to
my custom layer.


On Wed, Jul 24, 2013 at 3:14 PM, Laszlo Papp <lpapp@kde.org> wrote:

> It is a different issue I am facing on another computer, so yet another
> one to be solved, but here it goes:
>
> ERROR: Multiple .bb files are due to be built which each provide busybox (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta-foo/recipes-core/busybox/busybox_1.20.2.bb /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/busybox_1.20.2.bb).
>  This usually means one provides something the other doesn't and should.
> ERROR: Multiple .bb files are due to be built which each provide virtual/arm-none-linux-gnueabi-libc-for-gcc (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
>  This usually means one provides something the other doesn't and should.
> ERROR: Multiple .bb files are due to be built which each provide virtual/libc (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
>  This usually means one provides something the other doesn't and should.
> ERROR: Multiple .bb files are due to be built which each provide virtual/libiconv (/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/eglibc/eglibc_2.17.bb /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/meta/external-sourcery-toolchain.bb).
>  This usually means one provides something the other doesn't and should.
>
> Any clue? It worked fine in denzil. :(
>
>
>
> On Wed, Jul 24, 2013 at 8:47 AM, Rifenbark, Scott M <
> scott.m.rifenbark@intel.com> wrote:
>
>>  Hi, ****
>>
>> ** **
>>
>> Can anyone address the toolchain questions here for Laszlo?****
>>
>> ** **
>>
>> Thanks, ****
>>
>> Scott****
>>
>> ** **
>>
>> *From:* djszapi@archlinux.us [mailto:djszapi@archlinux.us] *On Behalf Of
>> *Laszlo Papp
>> *Sent:* Tuesday, July 23, 2013 11:52 PM
>> *To:* Rifenbark, Scott M
>> *Cc:* Wold, Saul
>> *Subject:* Re: FW: [OE-core] Doc: external toolchain****
>>
>> ** **
>>
>> OK, thanks.****
>>
>> ** **
>>
>> I am facing this issue, any clue?****
>>
>> ** **
>>
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>>
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>>
>> ** **
>>
>> This is what I have in my build/conf/local.conf:****
>>
>> ** **
>>
>> ...****
>>
>> TCMODE = "external-sourcery"****
>>
>> EXTERNAL_TOOLCHAIN = "/usr"****
>>
>> TARGET_PREFIX = "arm-none-linux-gnueabi-"****
>>
>> ...****
>>
>> ** **
>>
>> The external toolchain does exist:****
>>
>> ** **
>>
>> /usr/bin/arm-none-linux-gnueabi-gcc -v****
>>
>> Using built-in specs.****
>>
>> COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc****
>>
>>
>> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>> ****
>>
>> Target: arm-none-linux-gnueabi****
>>
>> Configured with:
>> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>> --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>> --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
>> --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs
>> --with-arch=armv5te --with-gnu-as --with-gnu-ld --with-specs='%{save-temps:
>> -fverbose-asm}
>> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>> -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>> -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
>> -fremove-local-statics}}
>> %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>> -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
>> --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>> --with-pkgversion='Sourcery CodeBench Lite 2013.05-24' --with-bugurl=
>> https://sourcery.mentor.com/GNUToolchain/ --disable-nls
>> --prefix=/opt/codesourcery
>> --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
>> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> --disable-libgomp --disable-libitm --enable-poison-system-directories
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> ****
>>
>> Thread model: posix****
>>
>> gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24) ****
>>
>> ** **
>>
>> On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M <
>> scott.m.rifenbark@intel.com> wrote:****
>>
>> Laszlo,
>>
>> Saul forwarded me this email regarding external toolchains.  The "In
>> Progress" version of the YP Reference Manual has a new section on
>> toolchains in general.  This section, combined with the TCMODE glossary
>> entry and a FAQ entry, both in the reference manual, comprise our
>> information on the external toolchain topic.  Let me know what specifically
>> would need additionally addressed and I can get that on my plate to improve
>> the doc set.
>>
>> Thanks,
>> Scott
>>
>>
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>>
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>>
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>>
>>
>>
>>
>> >-----Original Message-----
>> >From: Saul Wold [mailto:sgw@linux.intel.com]
>> >Sent: Tuesday, July 23, 2013 3:52 PM
>> >To: Rifenbark, Scott M
>> >Subject: Fwd: [OE-core] Doc: external toolchain
>> >
>> >
>> >
>> >
>> >-------- Original Message --------
>> >Subject:       [OE-core] Doc: external toolchain
>> >Date:  Tue, 23 Jul 2013 23:45:28 +0100
>> >From:  Laszlo Papp <lpapp@kde.org>
>> >To:    openembedded-core@lists.openembedded.org
>> >
>> >
>> >
>> >Dear gents and ladies,
>> >
>> >it would be nice to get some documentation about this subject. There is
>> >only one presentation with only a few short slides about the topic:
>> >http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>> >f
>> >
>> >I am now having some issues currently, and hard time to figure out what
>> >is going on. Note, this thread is not about getting help with that
>> >particular issue, but encouraging you to document this, for me,
>> >fundamental feature more thoroughly.
>> >
>> >Thank you for your understanding.
>> >
>> >Many thanks,
>> >Laszlo
>> >
>> >
>> >****
>>
>> ** **
>>
>
>

[-- Attachment #2: Type: text/html, Size: 13305 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24  7:47 FW: FW: [OE-core] Doc: external toolchain Rifenbark, Scott M
  2013-07-24 14:14 ` Laszlo Papp
@ 2013-07-24 15:06 ` Bill Traynor
  2013-07-24 15:08   ` Laszlo Papp
  2013-07-24 20:16 ` Laszlo Papp
  2013-07-25  5:47 ` Khem Raj
  3 siblings, 1 reply; 17+ messages in thread
From: Bill Traynor @ 2013-07-24 15:06 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org, Wold, Saul

Try with:

TCMODE = "external-csl"
EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"

On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
<scott.m.rifenbark@intel.com> wrote:
> Hi,
>
>
>
> Can anyone address the toolchain questions here for Laszlo?
>
>
>
> Thanks,
>
> Scott
>
>
>
> From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of Laszlo
> Papp
> Sent: Tuesday, July 23, 2013 11:52 PM
> To: Rifenbark, Scott M
> Cc: Wold, Saul
> Subject: Re: FW: [OE-core] Doc: external toolchain
>
>
>
> OK, thanks.
>
>
>
> I am facing this issue, any clue?
>
>
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>
>
>
> This is what I have in my build/conf/local.conf:
>
>
>
> ...
>
> TCMODE = "external-sourcery"
>
> EXTERNAL_TOOLCHAIN = "/usr"
>
> TARGET_PREFIX = "arm-none-linux-gnueabi-"
>
> ...
>
>
>
> The external toolchain does exist:
>
>
>
> /usr/bin/arm-none-linux-gnueabi-gcc -v
>
> Using built-in specs.
>
> COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>
> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>
> Target: arm-none-linux-gnueabi
>
> Configured with:
> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
> --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
> --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
> --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs
> --with-arch=armv5te --with-gnu-as --with-gnu-ld --with-specs='%{save-temps:
> -fverbose-asm}
> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
> -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
> -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
> -fremove-local-statics}} %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
> -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
> --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
> --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
> --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls
> --prefix=/opt/codesourcery
> --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --disable-libgomp --disable-libitm --enable-poison-system-directories
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>
> Thread model: posix
>
> gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>
>
>
> On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
> <scott.m.rifenbark@intel.com> wrote:
>
> Laszlo,
>
> Saul forwarded me this email regarding external toolchains.  The "In
> Progress" version of the YP Reference Manual has a new section on toolchains
> in general.  This section, combined with the TCMODE glossary entry and a FAQ
> entry, both in the reference manual, comprise our information on the
> external toolchain topic.  Let me know what specifically would need
> additionally addressed and I can get that on my plate to improve the doc
> set.
>
> Thanks,
> Scott
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>
>
>
>
>>-----Original Message-----
>>From: Saul Wold [mailto:sgw@linux.intel.com]
>>Sent: Tuesday, July 23, 2013 3:52 PM
>>To: Rifenbark, Scott M
>>Subject: Fwd: [OE-core] Doc: external toolchain
>>
>>
>>
>>
>>-------- Original Message --------
>>Subject:       [OE-core] Doc: external toolchain
>>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>>From:  Laszlo Papp <lpapp@kde.org>
>>To:    openembedded-core@lists.openembedded.org
>>
>>
>>
>>Dear gents and ladies,
>>
>>it would be nice to get some documentation about this subject. There is
>>only one presentation with only a few short slides about the topic:
>>http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>>f
>>
>>I am now having some issues currently, and hard time to figure out what
>>is going on. Note, this thread is not about getting help with that
>>particular issue, but encouraging you to document this, for me,
>>fundamental feature more thoroughly.
>>
>>Thank you for your understanding.
>>
>>Many thanks,
>>Laszlo
>>
>>
>>
>
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 15:06 ` Bill Traynor
@ 2013-07-24 15:08   ` Laszlo Papp
  2013-07-24 15:09     ` Laszlo Papp
  2013-07-24 15:12     ` Bill Traynor
  0 siblings, 2 replies; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 15:08 UTC (permalink / raw)
  To: Bill Traynor; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 6742 bytes --]

I was using that based on the non-official documentation (i.e. presentation
at the Linux event).


On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com> wrote:

> Try with:
>
> TCMODE = "external-csl"
> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>
> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
> <scott.m.rifenbark@intel.com> wrote:
> > Hi,
> >
> >
> >
> > Can anyone address the toolchain questions here for Laszlo?
> >
> >
> >
> > Thanks,
> >
> > Scott
> >
> >
> >
> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of
> Laszlo
> > Papp
> > Sent: Tuesday, July 23, 2013 11:52 PM
> > To: Rifenbark, Scott M
> > Cc: Wold, Saul
> > Subject: Re: FW: [OE-core] Doc: external toolchain
> >
> >
> >
> > OK, thanks.
> >
> >
> >
> > I am facing this issue, any clue?
> >
> >
> >
> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> >
> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> >
> >
> >
> > This is what I have in my build/conf/local.conf:
> >
> >
> >
> > ...
> >
> > TCMODE = "external-sourcery"
> >
> > EXTERNAL_TOOLCHAIN = "/usr"
> >
> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
> >
> > ...
> >
> >
> >
> > The external toolchain does exist:
> >
> >
> >
> > /usr/bin/arm-none-linux-gnueabi-gcc -v
> >
> > Using built-in specs.
> >
> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
> >
> >
> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
> >
> > Target: arm-none-linux-gnueabi
> >
> > Configured with:
> > /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
> > --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
> > --disable-libssp --disable-libstdcxx-pch
> --enable-extra-sgxxlite-multilibs
> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
> --with-specs='%{save-temps:
> > -fverbose-asm}
> >
> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
> > -fremove-local-statics}}
> %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls
> > --prefix=/opt/codesourcery
> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
> >
> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
> >
> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >
> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >
> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >
> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> > --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
> -lm'
> >
> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >
> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> > --disable-libgomp --disable-libitm --enable-poison-system-directories
> >
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> >
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> >
> > Thread model: posix
> >
> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
> >
> >
> >
> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
> > <scott.m.rifenbark@intel.com> wrote:
> >
> > Laszlo,
> >
> > Saul forwarded me this email regarding external toolchains.  The "In
> > Progress" version of the YP Reference Manual has a new section on
> toolchains
> > in general.  This section, combined with the TCMODE glossary entry and a
> FAQ
> > entry, both in the reference manual, comprise our information on the
> > external toolchain topic.  Let me know what specifically would need
> > additionally addressed and I can get that on my plate to improve the doc
> > set.
> >
> > Thanks,
> > Scott
> >
> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
> >
> >
> >
> >
> >>-----Original Message-----
> >>From: Saul Wold [mailto:sgw@linux.intel.com]
> >>Sent: Tuesday, July 23, 2013 3:52 PM
> >>To: Rifenbark, Scott M
> >>Subject: Fwd: [OE-core] Doc: external toolchain
> >>
> >>
> >>
> >>
> >>-------- Original Message --------
> >>Subject:       [OE-core] Doc: external toolchain
> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
> >>From:  Laszlo Papp <lpapp@kde.org>
> >>To:    openembedded-core@lists.openembedded.org
> >>
> >>
> >>
> >>Dear gents and ladies,
> >>
> >>it would be nice to get some documentation about this subject. There is
> >>only one presentation with only a few short slides about the topic:
> >>http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
> >>f
> >>
> >>I am now having some issues currently, and hard time to figure out what
> >>is going on. Note, this thread is not about getting help with that
> >>particular issue, but encouraging you to document this, for me,
> >>fundamental feature more thoroughly.
> >>
> >>Thank you for your understanding.
> >>
> >>Many thanks,
> >>Laszlo
> >>
> >>
> >>
> >
> >
> >
> >
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

[-- Attachment #2: Type: text/html, Size: 9071 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 15:08   ` Laszlo Papp
@ 2013-07-24 15:09     ` Laszlo Papp
  2013-07-24 15:12     ` Bill Traynor
  1 sibling, 0 replies; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 15:09 UTC (permalink / raw)
  To: Bill Traynor; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 7181 bytes --]

This one to be precise:

TCMODE = "external-csl"
EXTERNAL_TOOLCHAIN = "/usr/local/arm-2009q1"
TARGET_PREFIX = "arm-none-linux-gnueabi-"



On Wed, Jul 24, 2013 at 4:08 PM, Laszlo Papp <lpapp@kde.org> wrote:

> I was using that based on the non-official documentation (i.e.
> presentation at the Linux event).
>
>
> On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com> wrote:
>
>> Try with:
>>
>> TCMODE = "external-csl"
>> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>>
>> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>> <scott.m.rifenbark@intel.com> wrote:
>> > Hi,
>> >
>> >
>> >
>> > Can anyone address the toolchain questions here for Laszlo?
>> >
>> >
>> >
>> > Thanks,
>> >
>> > Scott
>> >
>> >
>> >
>> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of
>> Laszlo
>> > Papp
>> > Sent: Tuesday, July 23, 2013 11:52 PM
>> > To: Rifenbark, Scott M
>> > Cc: Wold, Saul
>> > Subject: Re: FW: [OE-core] Doc: external toolchain
>> >
>> >
>> >
>> > OK, thanks.
>> >
>> >
>> >
>> > I am facing this issue, any clue?
>> >
>> >
>> >
>> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >
>> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >
>> >
>> >
>> > This is what I have in my build/conf/local.conf:
>> >
>> >
>> >
>> > ...
>> >
>> > TCMODE = "external-sourcery"
>> >
>> > EXTERNAL_TOOLCHAIN = "/usr"
>> >
>> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>> >
>> > ...
>> >
>> >
>> >
>> > The external toolchain does exist:
>> >
>> >
>> >
>> > /usr/bin/arm-none-linux-gnueabi-gcc -v
>> >
>> > Using built-in specs.
>> >
>> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>> >
>> >
>> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>> >
>> > Target: arm-none-linux-gnueabi
>> >
>> > Configured with:
>> > /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>> > --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
>> > --disable-libssp --disable-libstdcxx-pch
>> --enable-extra-sgxxlite-multilibs
>> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>> --with-specs='%{save-temps:
>> > -fverbose-asm}
>> >
>> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
>> > -fremove-local-statics}}
>> %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
>> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls
>> > --prefix=/opt/codesourcery
>> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>> >
>> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>> >
>> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> > --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
>> -lm'
>> >
>> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> > --disable-libgomp --disable-libitm --enable-poison-system-directories
>> >
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >
>> > Thread model: posix
>> >
>> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>> >
>> >
>> >
>> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>> > <scott.m.rifenbark@intel.com> wrote:
>> >
>> > Laszlo,
>> >
>> > Saul forwarded me this email regarding external toolchains.  The "In
>> > Progress" version of the YP Reference Manual has a new section on
>> toolchains
>> > in general.  This section, combined with the TCMODE glossary entry and
>> a FAQ
>> > entry, both in the reference manual, comprise our information on the
>> > external toolchain topic.  Let me know what specifically would need
>> > additionally addressed and I can get that on my plate to improve the doc
>> > set.
>> >
>> > Thanks,
>> > Scott
>> >
>> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>> >
>> >
>> >
>> >
>> >>-----Original Message-----
>> >>From: Saul Wold [mailto:sgw@linux.intel.com]
>> >>Sent: Tuesday, July 23, 2013 3:52 PM
>> >>To: Rifenbark, Scott M
>> >>Subject: Fwd: [OE-core] Doc: external toolchain
>> >>
>> >>
>> >>
>> >>
>> >>-------- Original Message --------
>> >>Subject:       [OE-core] Doc: external toolchain
>> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>> >>From:  Laszlo Papp <lpapp@kde.org>
>> >>To:    openembedded-core@lists.openembedded.org
>> >>
>> >>
>> >>
>> >>Dear gents and ladies,
>> >>
>> >>it would be nice to get some documentation about this subject. There is
>> >>only one presentation with only a few short slides about the topic:
>> >>
>> http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>> >>f
>> >>
>> >>I am now having some issues currently, and hard time to figure out what
>> >>is going on. Note, this thread is not about getting help with that
>> >>particular issue, but encouraging you to document this, for me,
>> >>fundamental feature more thoroughly.
>> >>
>> >>Thank you for your understanding.
>> >>
>> >>Many thanks,
>> >>Laszlo
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>>
>
>

[-- Attachment #2: Type: text/html, Size: 9844 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 15:08   ` Laszlo Papp
  2013-07-24 15:09     ` Laszlo Papp
@ 2013-07-24 15:12     ` Bill Traynor
  2013-07-24 15:20       ` Laszlo Papp
  1 sibling, 1 reply; 17+ messages in thread
From: Bill Traynor @ 2013-07-24 15:12 UTC (permalink / raw)
  To: Laszlo Papp; +Cc: yocto@yoctoproject.org, Wold, Saul

On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org> wrote:
> I was using that based on the non-official documentation (i.e. presentation
> at the Linux event).

external-sourcery is the new TCMODE and should work, however, I just
thought trying the old one may work.

>
>
> On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com> wrote:
>>
>> Try with:
>>
>> TCMODE = "external-csl"
>> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>>
>> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>> <scott.m.rifenbark@intel.com> wrote:
>> > Hi,
>> >
>> >
>> >
>> > Can anyone address the toolchain questions here for Laszlo?
>> >
>> >
>> >
>> > Thanks,
>> >
>> > Scott
>> >
>> >
>> >
>> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of
>> > Laszlo
>> > Papp
>> > Sent: Tuesday, July 23, 2013 11:52 PM
>> > To: Rifenbark, Scott M
>> > Cc: Wold, Saul
>> > Subject: Re: FW: [OE-core] Doc: external toolchain
>> >
>> >
>> >
>> > OK, thanks.
>> >
>> >
>> >
>> > I am facing this issue, any clue?
>> >
>> >
>> >
>> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >
>> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >
>> >
>> >
>> > This is what I have in my build/conf/local.conf:
>> >
>> >
>> >
>> > ...
>> >
>> > TCMODE = "external-sourcery"
>> >
>> > EXTERNAL_TOOLCHAIN = "/usr"
>> >
>> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>> >
>> > ...
>> >
>> >
>> >
>> > The external toolchain does exist:
>> >
>> >
>> >
>> > /usr/bin/arm-none-linux-gnueabi-gcc -v
>> >
>> > Using built-in specs.
>> >
>> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>> >
>> >
>> > COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>> >
>> > Target: arm-none-linux-gnueabi
>> >
>> > Configured with:
>> > /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>> > --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
>> > --disable-libssp --disable-libstdcxx-pch
>> > --enable-extra-sgxxlite-multilibs
>> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>> > --with-specs='%{save-temps:
>> > -fverbose-asm}
>> >
>> > %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
>> > -fremove-local-statics}}
>> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
>> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls
>> > --prefix=/opt/codesourcery
>> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>> >
>> > --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>> >
>> > --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> > --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> > --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> > --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> > --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
>> > -lm'
>> >
>> > --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >
>> > --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> > --disable-libgomp --disable-libitm --enable-poison-system-directories
>> >
>> > --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >
>> > --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >
>> > Thread model: posix
>> >
>> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>> >
>> >
>> >
>> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>> > <scott.m.rifenbark@intel.com> wrote:
>> >
>> > Laszlo,
>> >
>> > Saul forwarded me this email regarding external toolchains.  The "In
>> > Progress" version of the YP Reference Manual has a new section on
>> > toolchains
>> > in general.  This section, combined with the TCMODE glossary entry and a
>> > FAQ
>> > entry, both in the reference manual, comprise our information on the
>> > external toolchain topic.  Let me know what specifically would need
>> > additionally addressed and I can get that on my plate to improve the doc
>> > set.
>> >
>> > Thanks,
>> > Scott
>> >
>> >
>> > http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>> >
>> > http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>> >
>> > http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>> >
>> >
>> >
>> >
>> >>-----Original Message-----
>> >>From: Saul Wold [mailto:sgw@linux.intel.com]
>> >>Sent: Tuesday, July 23, 2013 3:52 PM
>> >>To: Rifenbark, Scott M
>> >>Subject: Fwd: [OE-core] Doc: external toolchain
>> >>
>> >>
>> >>
>> >>
>> >>-------- Original Message --------
>> >>Subject:       [OE-core] Doc: external toolchain
>> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>> >>From:  Laszlo Papp <lpapp@kde.org>
>> >>To:    openembedded-core@lists.openembedded.org
>> >>
>> >>
>> >>
>> >>Dear gents and ladies,
>> >>
>> >>it would be nice to get some documentation about this subject. There is
>> >>only one presentation with only a few short slides about the topic:
>> >>http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>> >>f
>> >>
>> >>I am now having some issues currently, and hard time to figure out what
>> >>is going on. Note, this thread is not about getting help with that
>> >>particular issue, but encouraging you to document this, for me,
>> >>fundamental feature more thoroughly.
>> >>
>> >>Thank you for your understanding.
>> >>
>> >>Many thanks,
>> >>Laszlo
>> >>
>> >>
>> >>
>> >
>> >
>> >
>> >
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>
>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 15:12     ` Bill Traynor
@ 2013-07-24 15:20       ` Laszlo Papp
  2013-07-24 16:46         ` Laszlo Papp
  0 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 15:20 UTC (permalink / raw)
  To: Bill Traynor; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 8344 bytes --]

If I change external-csl to external-sourcery, busybox keeps failing with
the following error:

ERROR: ExpansionError during parsing
/home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/
busybox_1.20.2.bb: Failure expanding variable do_configure: ExpansionError:
Failure expanding variable do_configure, expression was
do_prepare_config
        merge_config.sh -m .config ${@" ".join(find_cfgs(d))}
        cml1_do_configure
 which triggered exception NameError: name 'find_cfgs' is not defined
ERROR: Command execution failed: Exited with 1

Got a clue?


On Wed, Jul 24, 2013 at 4:12 PM, Bill Traynor <btraynor@gmail.com> wrote:

> On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org> wrote:
> > I was using that based on the non-official documentation (i.e.
> presentation
> > at the Linux event).
>
> external-sourcery is the new TCMODE and should work, however, I just
> thought trying the old one may work.
>
> >
> >
> > On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com>
> wrote:
> >>
> >> Try with:
> >>
> >> TCMODE = "external-csl"
> >> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
> >>
> >> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
> >> <scott.m.rifenbark@intel.com> wrote:
> >> > Hi,
> >> >
> >> >
> >> >
> >> > Can anyone address the toolchain questions here for Laszlo?
> >> >
> >> >
> >> >
> >> > Thanks,
> >> >
> >> > Scott
> >> >
> >> >
> >> >
> >> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf Of
> >> > Laszlo
> >> > Papp
> >> > Sent: Tuesday, July 23, 2013 11:52 PM
> >> > To: Rifenbark, Scott M
> >> > Cc: Wold, Saul
> >> > Subject: Re: FW: [OE-core] Doc: external toolchain
> >> >
> >> >
> >> >
> >> > OK, thanks.
> >> >
> >> >
> >> >
> >> > I am facing this issue, any clue?
> >> >
> >> >
> >> >
> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> >> >
> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> >> >
> >> >
> >> >
> >> > This is what I have in my build/conf/local.conf:
> >> >
> >> >
> >> >
> >> > ...
> >> >
> >> > TCMODE = "external-sourcery"
> >> >
> >> > EXTERNAL_TOOLCHAIN = "/usr"
> >> >
> >> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
> >> >
> >> > ...
> >> >
> >> >
> >> >
> >> > The external toolchain does exist:
> >> >
> >> >
> >> >
> >> > /usr/bin/arm-none-linux-gnueabi-gcc -v
> >> >
> >> > Using built-in specs.
> >> >
> >> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
> >> >
> >> >
> >> >
> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
> >> >
> >> > Target: arm-none-linux-gnueabi
> >> >
> >> > Configured with:
> >> >
> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
> >> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
> >> > --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
> >> > --disable-libssp --disable-libstdcxx-pch
> >> > --enable-extra-sgxxlite-multilibs
> >> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
> >> > --with-specs='%{save-temps:
> >> > -fverbose-asm}
> >> >
> >> >
> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
> >> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
> >> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
> >> > -fremove-local-statics}}
> >> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
> >> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
> >> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
> >> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
> >> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/ --disable-nls
> >> > --prefix=/opt/codesourcery
> >> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
> >> >
> >> >
> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
> >> >
> >> >
> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> >
> >> >
> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> >
> >> >
> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> >
> >> >
> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> > --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
> >> > -lm'
> >> >
> >> >
> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> >
> >> >
> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> >> > --disable-libgomp --disable-libitm --enable-poison-system-directories
> >> >
> >> >
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> >> >
> >> >
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> >> >
> >> > Thread model: posix
> >> >
> >> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
> >> >
> >> >
> >> >
> >> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
> >> > <scott.m.rifenbark@intel.com> wrote:
> >> >
> >> > Laszlo,
> >> >
> >> > Saul forwarded me this email regarding external toolchains.  The "In
> >> > Progress" version of the YP Reference Manual has a new section on
> >> > toolchains
> >> > in general.  This section, combined with the TCMODE glossary entry
> and a
> >> > FAQ
> >> > entry, both in the reference manual, comprise our information on the
> >> > external toolchain topic.  Let me know what specifically would need
> >> > additionally addressed and I can get that on my plate to improve the
> doc
> >> > set.
> >> >
> >> > Thanks,
> >> > Scott
> >> >
> >> >
> >> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
> >> >
> >> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
> >> >
> >> >
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
> >> >
> >> >
> >> >
> >> >
> >> >>-----Original Message-----
> >> >>From: Saul Wold [mailto:sgw@linux.intel.com]
> >> >>Sent: Tuesday, July 23, 2013 3:52 PM
> >> >>To: Rifenbark, Scott M
> >> >>Subject: Fwd: [OE-core] Doc: external toolchain
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>-------- Original Message --------
> >> >>Subject:       [OE-core] Doc: external toolchain
> >> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
> >> >>From:  Laszlo Papp <lpapp@kde.org>
> >> >>To:    openembedded-core@lists.openembedded.org
> >> >>
> >> >>
> >> >>
> >> >>Dear gents and ladies,
> >> >>
> >> >>it would be nice to get some documentation about this subject. There
> is
> >> >>only one presentation with only a few short slides about the topic:
> >> >>
> http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
> >> >>f
> >> >>
> >> >>I am now having some issues currently, and hard time to figure out
> what
> >> >>is going on. Note, this thread is not about getting help with that
> >> >>particular issue, but encouraging you to document this, for me,
> >> >>fundamental feature more thoroughly.
> >> >>
> >> >>Thank you for your understanding.
> >> >>
> >> >>Many thanks,
> >> >>Laszlo
> >> >>
> >> >>
> >> >>
> >> >
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > yocto mailing list
> >> > yocto@yoctoproject.org
> >> > https://lists.yoctoproject.org/listinfo/yocto
> >> >
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 12306 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 15:20       ` Laszlo Papp
@ 2013-07-24 16:46         ` Laszlo Papp
  2013-07-24 18:11           ` Laszlo Papp
  0 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 16:46 UTC (permalink / raw)
  To: Bill Traynor; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 8949 bytes --]

Here you can find the two outputs for "bitbake -e busybox". The broken
sourcery, and not so broken csl:

http://ix.io/6QZ
http://ix.io/6R1

Yeah, I know it is a bad practice to paste files to a mailing list, so
forgive that for me now, please.


On Wed, Jul 24, 2013 at 4:20 PM, Laszlo Papp <lpapp@kde.org> wrote:

> If I change external-csl to external-sourcery, busybox keeps failing with
> the following error:
>
> ERROR: ExpansionError during parsing
> /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/
> busybox_1.20.2.bb: Failure expanding variable do_configure:
> ExpansionError: Failure expanding variable do_configure, expression was
>   do_prepare_config
>         merge_config.sh -m .config ${@" ".join(find_cfgs(d))}
>         cml1_do_configure
>  which triggered exception NameError: name 'find_cfgs' is not defined
> ERROR: Command execution failed: Exited with 1
>
> Got a clue?
>
>
> On Wed, Jul 24, 2013 at 4:12 PM, Bill Traynor <btraynor@gmail.com> wrote:
>
>> On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org> wrote:
>> > I was using that based on the non-official documentation (i.e.
>> presentation
>> > at the Linux event).
>>
>> external-sourcery is the new TCMODE and should work, however, I just
>> thought trying the old one may work.
>>
>> >
>> >
>> > On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com>
>> wrote:
>> >>
>> >> Try with:
>> >>
>> >> TCMODE = "external-csl"
>> >> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>> >>
>> >> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>> >> <scott.m.rifenbark@intel.com> wrote:
>> >> > Hi,
>> >> >
>> >> >
>> >> >
>> >> > Can anyone address the toolchain questions here for Laszlo?
>> >> >
>> >> >
>> >> >
>> >> > Thanks,
>> >> >
>> >> > Scott
>> >> >
>> >> >
>> >> >
>> >> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf
>> Of
>> >> > Laszlo
>> >> > Papp
>> >> > Sent: Tuesday, July 23, 2013 11:52 PM
>> >> > To: Rifenbark, Scott M
>> >> > Cc: Wold, Saul
>> >> > Subject: Re: FW: [OE-core] Doc: external toolchain
>> >> >
>> >> >
>> >> >
>> >> > OK, thanks.
>> >> >
>> >> >
>> >> >
>> >> > I am facing this issue, any clue?
>> >> >
>> >> >
>> >> >
>> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >> >
>> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> >> >
>> >> >
>> >> >
>> >> > This is what I have in my build/conf/local.conf:
>> >> >
>> >> >
>> >> >
>> >> > ...
>> >> >
>> >> > TCMODE = "external-sourcery"
>> >> >
>> >> > EXTERNAL_TOOLCHAIN = "/usr"
>> >> >
>> >> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>> >> >
>> >> > ...
>> >> >
>> >> >
>> >> >
>> >> > The external toolchain does exist:
>> >> >
>> >> >
>> >> >
>> >> > /usr/bin/arm-none-linux-gnueabi-gcc -v
>> >> >
>> >> > Using built-in specs.
>> >> >
>> >> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>> >> >
>> >> >
>> >> >
>> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>> >> >
>> >> > Target: arm-none-linux-gnueabi
>> >> >
>> >> > Configured with:
>> >> >
>> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>> >> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>> >> > --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
>> >> > --disable-libssp --disable-libstdcxx-pch
>> >> > --enable-extra-sgxxlite-multilibs
>> >> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>> >> > --with-specs='%{save-temps:
>> >> > -fverbose-asm}
>> >> >
>> >> >
>> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>> >> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>> >> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
>> >> > -fremove-local-statics}}
>> >> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>> >> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
>> >> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>> >> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>> >> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/--disable-nls
>> >> > --prefix=/opt/codesourcery
>> >> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>> >> >
>> >> >
>> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>> >> >
>> >> >
>> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> >
>> >> >
>> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> >
>> >> >
>> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> >
>> >> >
>> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> > --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic
>> >> > -lm'
>> >> >
>> >> >
>> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> >
>> >> >
>> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>> >> > --disable-libgomp --disable-libitm --enable-poison-system-directories
>> >> >
>> >> >
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >> >
>> >> >
>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>> >> >
>> >> > Thread model: posix
>> >> >
>> >> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>> >> >
>> >> >
>> >> >
>> >> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>> >> > <scott.m.rifenbark@intel.com> wrote:
>> >> >
>> >> > Laszlo,
>> >> >
>> >> > Saul forwarded me this email regarding external toolchains.  The "In
>> >> > Progress" version of the YP Reference Manual has a new section on
>> >> > toolchains
>> >> > in general.  This section, combined with the TCMODE glossary entry
>> and a
>> >> > FAQ
>> >> > entry, both in the reference manual, comprise our information on the
>> >> > external toolchain topic.  Let me know what specifically would need
>> >> > additionally addressed and I can get that on my plate to improve the
>> doc
>> >> > set.
>> >> >
>> >> > Thanks,
>> >> > Scott
>> >> >
>> >> >
>> >> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>> >> >
>> >> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>> >> >
>> >> >
>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >>-----Original Message-----
>> >> >>From: Saul Wold [mailto:sgw@linux.intel.com]
>> >> >>Sent: Tuesday, July 23, 2013 3:52 PM
>> >> >>To: Rifenbark, Scott M
>> >> >>Subject: Fwd: [OE-core] Doc: external toolchain
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>-------- Original Message --------
>> >> >>Subject:       [OE-core] Doc: external toolchain
>> >> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>> >> >>From:  Laszlo Papp <lpapp@kde.org>
>> >> >>To:    openembedded-core@lists.openembedded.org
>> >> >>
>> >> >>
>> >> >>
>> >> >>Dear gents and ladies,
>> >> >>
>> >> >>it would be nice to get some documentation about this subject. There
>> is
>> >> >>only one presentation with only a few short slides about the topic:
>> >> >>
>> http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>> >> >>f
>> >> >>
>> >> >>I am now having some issues currently, and hard time to figure out
>> what
>> >> >>is going on. Note, this thread is not about getting help with that
>> >> >>particular issue, but encouraging you to document this, for me,
>> >> >>fundamental feature more thoroughly.
>> >> >>
>> >> >>Thank you for your understanding.
>> >> >>
>> >> >>Many thanks,
>> >> >>Laszlo
>> >> >>
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > _______________________________________________
>> >> > yocto mailing list
>> >> > yocto@yoctoproject.org
>> >> > https://lists.yoctoproject.org/listinfo/yocto
>> >> >
>> >
>> >
>>
>
>

[-- Attachment #2: Type: text/html, Size: 13260 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 16:46         ` Laszlo Papp
@ 2013-07-24 18:11           ` Laszlo Papp
  2013-07-24 18:16             ` Saul Wold
  0 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 18:11 UTC (permalink / raw)
  To: Bill Traynor; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 9453 bytes --]

It seems I can reproduce the issue with even beagleboard + poky using poky
dylan vanilla.

Anyone mind fixing this very nasty bug?


On Wed, Jul 24, 2013 at 5:46 PM, Laszlo Papp <lpapp@kde.org> wrote:

> Here you can find the two outputs for "bitbake -e busybox". The broken
> sourcery, and not so broken csl:
>
> http://ix.io/6QZ
> http://ix.io/6R1
>
> Yeah, I know it is a bad practice to paste files to a mailing list, so
> forgive that for me now, please.
>
>
> On Wed, Jul 24, 2013 at 4:20 PM, Laszlo Papp <lpapp@kde.org> wrote:
>
>> If I change external-csl to external-sourcery, busybox keeps failing with
>> the following error:
>>
>> ERROR: ExpansionError during parsing
>> /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/
>> busybox_1.20.2.bb: Failure expanding variable do_configure:
>> ExpansionError: Failure expanding variable do_configure, expression was
>>   do_prepare_config
>>         merge_config.sh -m .config ${@" ".join(find_cfgs(d))}
>>         cml1_do_configure
>>  which triggered exception NameError: name 'find_cfgs' is not defined
>> ERROR: Command execution failed: Exited with 1
>>
>> Got a clue?
>>
>>
>> On Wed, Jul 24, 2013 at 4:12 PM, Bill Traynor <btraynor@gmail.com> wrote:
>>
>>> On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org> wrote:
>>> > I was using that based on the non-official documentation (i.e.
>>> presentation
>>> > at the Linux event).
>>>
>>> external-sourcery is the new TCMODE and should work, however, I just
>>> thought trying the old one may work.
>>>
>>> >
>>> >
>>> > On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor <btraynor@gmail.com>
>>> wrote:
>>> >>
>>> >> Try with:
>>> >>
>>> >> TCMODE = "external-csl"
>>> >> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>>> >>
>>> >> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>>> >> <scott.m.rifenbark@intel.com> wrote:
>>> >> > Hi,
>>> >> >
>>> >> >
>>> >> >
>>> >> > Can anyone address the toolchain questions here for Laszlo?
>>> >> >
>>> >> >
>>> >> >
>>> >> > Thanks,
>>> >> >
>>> >> > Scott
>>> >> >
>>> >> >
>>> >> >
>>> >> > From: djszapi@archlinux.us [mailto:djszapi@archlinux.us] On Behalf
>>> Of
>>> >> > Laszlo
>>> >> > Papp
>>> >> > Sent: Tuesday, July 23, 2013 11:52 PM
>>> >> > To: Rifenbark, Scott M
>>> >> > Cc: Wold, Saul
>>> >> > Subject: Re: FW: [OE-core] Doc: external toolchain
>>> >> >
>>> >> >
>>> >> >
>>> >> > OK, thanks.
>>> >> >
>>> >> >
>>> >> >
>>> >> > I am facing this issue, any clue?
>>> >> >
>>> >> >
>>> >> >
>>> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>>> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>>> >> >
>>> >> > ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>>> >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>>> >> >
>>> >> >
>>> >> >
>>> >> > This is what I have in my build/conf/local.conf:
>>> >> >
>>> >> >
>>> >> >
>>> >> > ...
>>> >> >
>>> >> > TCMODE = "external-sourcery"
>>> >> >
>>> >> > EXTERNAL_TOOLCHAIN = "/usr"
>>> >> >
>>> >> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>>> >> >
>>> >> > ...
>>> >> >
>>> >> >
>>> >> >
>>> >> > The external toolchain does exist:
>>> >> >
>>> >> >
>>> >> >
>>> >> > /usr/bin/arm-none-linux-gnueabi-gcc -v
>>> >> >
>>> >> > Using built-in specs.
>>> >> >
>>> >> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>>> >> >
>>> >> >
>>> >> >
>>> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>>> >> >
>>> >> > Target: arm-none-linux-gnueabi
>>> >> >
>>> >> > Configured with:
>>> >> >
>>> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>>> >> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>>> >> > --target=arm-none-linux-gnueabi --enable-threads
>>> --disable-libmudflap
>>> >> > --disable-libssp --disable-libstdcxx-pch
>>> >> > --enable-extra-sgxxlite-multilibs
>>> >> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>>> >> > --with-specs='%{save-temps:
>>> >> > -fverbose-asm}
>>> >> >
>>> >> >
>>> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>>> >> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>>> >> > -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
>>> >> > -fremove-local-statics}}
>>> >> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>>> >> > -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
>>> >> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>>> >> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>>> >> > --with-bugurl=https://sourcery.mentor.com/GNUToolchain/--disable-nls
>>> >> > --prefix=/opt/codesourcery
>>> >> > --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>>> >> >
>>> >> >
>>> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>>> >> >
>>> >> >
>>> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> >
>>> >> >
>>> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> >
>>> >> >
>>> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> >
>>> >> >
>>> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> > --with-host-libstdcxx='-static-libgcc
>>> -Wl,-Bstatic,-lstdc++,-Bdynamic
>>> >> > -lm'
>>> >> >
>>> >> >
>>> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> >
>>> >> >
>>> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>>> >> > --disable-libgomp --disable-libitm
>>> --enable-poison-system-directories
>>> >> >
>>> >> >
>>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>>> >> >
>>> >> >
>>> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>>> >> >
>>> >> > Thread model: posix
>>> >> >
>>> >> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>>> >> >
>>> >> >
>>> >> >
>>> >> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>>> >> > <scott.m.rifenbark@intel.com> wrote:
>>> >> >
>>> >> > Laszlo,
>>> >> >
>>> >> > Saul forwarded me this email regarding external toolchains.  The "In
>>> >> > Progress" version of the YP Reference Manual has a new section on
>>> >> > toolchains
>>> >> > in general.  This section, combined with the TCMODE glossary entry
>>> and a
>>> >> > FAQ
>>> >> > entry, both in the reference manual, comprise our information on the
>>> >> > external toolchain topic.  Let me know what specifically would need
>>> >> > additionally addressed and I can get that on my plate to improve
>>> the doc
>>> >> > set.
>>> >> >
>>> >> > Thanks,
>>> >> > Scott
>>> >> >
>>> >> >
>>> >> >
>>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>>> >> >
>>> >> >
>>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>>> >> >
>>> >> >
>>> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> >>-----Original Message-----
>>> >> >>From: Saul Wold [mailto:sgw@linux.intel.com]
>>> >> >>Sent: Tuesday, July 23, 2013 3:52 PM
>>> >> >>To: Rifenbark, Scott M
>>> >> >>Subject: Fwd: [OE-core] Doc: external toolchain
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >>-------- Original Message --------
>>> >> >>Subject:       [OE-core] Doc: external toolchain
>>> >> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>>> >> >>From:  Laszlo Papp <lpapp@kde.org>
>>> >> >>To:    openembedded-core@lists.openembedded.org
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >>Dear gents and ladies,
>>> >> >>
>>> >> >>it would be nice to get some documentation about this subject.
>>> There is
>>> >> >>only one presentation with only a few short slides about the topic:
>>> >> >>
>>> http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>>> >> >>f
>>> >> >>
>>> >> >>I am now having some issues currently, and hard time to figure out
>>> what
>>> >> >>is going on. Note, this thread is not about getting help with that
>>> >> >>particular issue, but encouraging you to document this, for me,
>>> >> >>fundamental feature more thoroughly.
>>> >> >>
>>> >> >>Thank you for your understanding.
>>> >> >>
>>> >> >>Many thanks,
>>> >> >>Laszlo
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > _______________________________________________
>>> >> > yocto mailing list
>>> >> > yocto@yoctoproject.org
>>> >> > https://lists.yoctoproject.org/listinfo/yocto
>>> >> >
>>> >
>>> >
>>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 13851 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 18:11           ` Laszlo Papp
@ 2013-07-24 18:16             ` Saul Wold
  2013-07-24 18:20               ` Laszlo Papp
  0 siblings, 1 reply; 17+ messages in thread
From: Saul Wold @ 2013-07-24 18:16 UTC (permalink / raw)
  To: Laszlo Papp; +Cc: yocto@yoctoproject.org

On 07/24/2013 11:11 AM, Laszlo Papp wrote:
> It seems I can reproduce the issue with even beagleboard + poky using
> poky dylan vanilla.
>
> Anyone mind fixing this very nasty bug?
>
Please file a bug and include your local.conf and any other 
configuration files and setup information you have.  I will look at it 
and assign it to the correct person.

Sau!

>
> On Wed, Jul 24, 2013 at 5:46 PM, Laszlo Papp <lpapp@kde.org
> <mailto:lpapp@kde.org>> wrote:
>
>     Here you can find the two outputs for "bitbake -e busybox". The
>     broken sourcery, and not so broken csl:
>
>     http://ix.io/6QZ
>     http://ix.io/6R1
>
>     Yeah, I know it is a bad practice to paste files to a mailing list,
>     so forgive that for me now, please.
>
>
>     On Wed, Jul 24, 2013 at 4:20 PM, Laszlo Papp <lpapp@kde.org
>     <mailto:lpapp@kde.org>> wrote:
>
>         If I change external-csl to external-sourcery, busybox keeps
>         failing with the following error:
>
>         ERROR: ExpansionError during parsing
>         /home/lpapp/Projects/foo/Yocto/poky-dylan-9.0.0/meta/recipes-core/busybox/busybox_1.20.2.bb
>         <http://busybox_1.20.2.bb>: Failure expanding variable
>         do_configure: ExpansionError: Failure expanding variable
>         do_configure, expression was       do_prepare_config
>                  merge_config.sh -m .config ${@" ".join(find_cfgs(d))}
>                  cml1_do_configure
>           which triggered exception NameError: name 'find_cfgs' is not
>         defined
>         ERROR: Command execution failed: Exited with 1
>
>         Got a clue?
>
>
>         On Wed, Jul 24, 2013 at 4:12 PM, Bill Traynor
>         <btraynor@gmail.com <mailto:btraynor@gmail.com>> wrote:
>
>             On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org
>             <mailto:lpapp@kde.org>> wrote:
>              > I was using that based on the non-official documentation
>             (i.e. presentation
>              > at the Linux event).
>
>             external-sourcery is the new TCMODE and should work,
>             however, I just
>             thought trying the old one may work.
>
>              >
>              >
>              > On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor
>             <btraynor@gmail.com <mailto:btraynor@gmail.com>> wrote:
>              >>
>              >> Try with:
>              >>
>              >> TCMODE = "external-csl"
>              >> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>              >>
>              >> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>              >> <scott.m.rifenbark@intel.com
>             <mailto:scott.m.rifenbark@intel.com>> wrote:
>              >> > Hi,
>              >> >
>              >> >
>              >> >
>              >> > Can anyone address the toolchain questions here for
>             Laszlo?
>              >> >
>              >> >
>              >> >
>              >> > Thanks,
>              >> >
>              >> > Scott
>              >> >
>              >> >
>              >> >
>              >> > From: djszapi@archlinux.us
>             <mailto:djszapi@archlinux.us> [mailto:djszapi@archlinux.us
>             <mailto:djszapi@archlinux.us>] On Behalf Of
>              >> > Laszlo
>              >> > Papp
>              >> > Sent: Tuesday, July 23, 2013 11:52 PM
>              >> > To: Rifenbark, Scott M
>              >> > Cc: Wold, Saul
>              >> > Subject: Re: FW: [OE-core] Doc: external toolchain
>              >> >
>              >> >
>              >> >
>              >> > OK, thanks.
>              >> >
>              >> >
>              >> >
>              >> > I am facing this issue, any clue?
>              >> >
>              >> >
>              >> >
>              >> > ERROR: Failed to obtain CodeSourcery toolchain
>             version: Execution of
>              >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command
>             not found
>              >> >
>              >> > ERROR: Failed to obtain CodeSourcery toolchain
>             version: Execution of
>              >> > '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command
>             not found
>              >> >
>              >> >
>              >> >
>              >> > This is what I have in my build/conf/local.conf:
>              >> >
>              >> >
>              >> >
>              >> > ...
>              >> >
>              >> > TCMODE = "external-sourcery"
>              >> >
>              >> > EXTERNAL_TOOLCHAIN = "/usr"
>              >> >
>              >> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>              >> >
>              >> > ...
>              >> >
>              >> >
>              >> >
>              >> > The external toolchain does exist:
>              >> >
>              >> >
>              >> >
>              >> > /usr/bin/arm-none-linux-gnueabi-gcc -v
>              >> >
>              >> > Using built-in specs.
>              >> >
>              >> > COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc
>              >> >
>              >> >
>              >> >
>             COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
>              >> >
>              >> > Target: arm-none-linux-gnueabi
>              >> >
>              >> > Configured with:
>              >> >
>             /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
>              >> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>              >> > --target=arm-none-linux-gnueabi --enable-threads
>             --disable-libmudflap
>              >> > --disable-libssp --disable-libstdcxx-pch
>              >> > --enable-extra-sgxxlite-multilibs
>              >> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>              >> > --with-specs='%{save-temps:
>              >> > -fverbose-asm}
>              >> >
>              >> >
>             %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
>              >> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>              >> > -D__CS_SOURCERYGXX_REV__=24
>             %{O2:%{!fno-remove-local-statics:
>              >> > -fremove-local-statics}}
>              >> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
>              >> > -fremove-local-statics}}}' --enable-languages=c,c++
>             --enable-shared
>              >> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>              >> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>              >> >
>             --with-bugurl=https://sourcery.mentor.com/GNUToolchain/
>             --disable-nls
>              >> > --prefix=/opt/codesourcery
>              >> >
>             --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
>              >> >
>              >> >
>             --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
>              >> >
>              >> >
>             --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> >
>              >> >
>             --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> >
>              >> >
>             --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> >
>              >> >
>             --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> > --with-host-libstdcxx='-static-libgcc
>             -Wl,-Bstatic,-lstdc++,-Bdynamic
>              >> > -lm'
>              >> >
>              >> >
>             --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> >
>              >> >
>             --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
>              >> > --disable-libgomp --disable-libitm
>             --enable-poison-system-directories
>              >> >
>              >> >
>             --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>              >> >
>              >> >
>             --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
>              >> >
>              >> > Thread model: posix
>              >> >
>              >> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>              >> >
>              >> >
>              >> >
>              >> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>              >> > <scott.m.rifenbark@intel.com
>             <mailto:scott.m.rifenbark@intel.com>> wrote:
>              >> >
>              >> > Laszlo,
>              >> >
>              >> > Saul forwarded me this email regarding external
>             toolchains.  The "In
>              >> > Progress" version of the YP Reference Manual has a new
>             section on
>              >> > toolchains
>              >> > in general.  This section, combined with the TCMODE
>             glossary entry and a
>              >> > FAQ
>              >> > entry, both in the reference manual, comprise our
>             information on the
>              >> > external toolchain topic.  Let me know what
>             specifically would need
>              >> > additionally addressed and I can get that on my plate
>             to improve the doc
>              >> > set.
>              >> >
>              >> > Thanks,
>              >> > Scott
>              >> >
>              >> >
>              >> >
>             http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>              >> >
>              >> >
>             http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>              >> >
>              >> >
>             http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>              >> >
>              >> >
>              >> >
>              >> >
>              >> >>-----Original Message-----
>              >> >>From: Saul Wold [mailto:sgw@linux.intel.com
>             <mailto:sgw@linux.intel.com>]
>              >> >>Sent: Tuesday, July 23, 2013 3:52 PM
>              >> >>To: Rifenbark, Scott M
>              >> >>Subject: Fwd: [OE-core] Doc: external toolchain
>              >> >>
>              >> >>
>              >> >>
>              >> >>
>              >> >>-------- Original Message --------
>              >> >>Subject:       [OE-core] Doc: external toolchain
>              >> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>              >> >>From:  Laszlo Papp <lpapp@kde.org <mailto:lpapp@kde.org>>
>              >> >>To: openembedded-core@lists.openembedded.org
>             <mailto:openembedded-core@lists.openembedded.org>
>              >> >>
>              >> >>
>              >> >>
>              >> >>Dear gents and ladies,
>              >> >>
>              >> >>it would be nice to get some documentation about this
>             subject. There is
>              >> >>only one presentation with only a few short slides
>             about the topic:
>              >>
>              >>http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
>              >> >>f
>              >> >>
>              >> >>I am now having some issues currently, and hard time
>             to figure out what
>              >> >>is going on. Note, this thread is not about getting
>             help with that
>              >> >>particular issue, but encouraging you to document
>             this, for me,
>              >> >>fundamental feature more thoroughly.
>              >> >>
>              >> >>Thank you for your understanding.
>              >> >>
>              >> >>Many thanks,
>              >> >>Laszlo
>              >> >>
>              >> >>
>              >> >>
>              >> >
>              >> >
>              >> >
>              >> >
>              >> > _______________________________________________
>              >> > yocto mailing list
>              >> > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>              >> > https://lists.yoctoproject.org/listinfo/yocto
>              >> >
>              >
>              >
>
>
>
>



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24 18:16             ` Saul Wold
@ 2013-07-24 18:20               ` Laszlo Papp
  0 siblings, 0 replies; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 18:20 UTC (permalink / raw)
  To: Saul Wold; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 14618 bytes --]

Yeah, I already filed a bugreport:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4899


On Wed, Jul 24, 2013 at 7:16 PM, Saul Wold <saul.wold@intel.com> wrote:

> On 07/24/2013 11:11 AM, Laszlo Papp wrote:
>
>> It seems I can reproduce the issue with even beagleboard + poky using
>> poky dylan vanilla.
>>
>> Anyone mind fixing this very nasty bug?
>>
>>  Please file a bug and include your local.conf and any other
> configuration files and setup information you have.  I will look at it and
> assign it to the correct person.
>
> Sau!
>
>
>> On Wed, Jul 24, 2013 at 5:46 PM, Laszlo Papp <lpapp@kde.org
>> <mailto:lpapp@kde.org>> wrote:
>>
>>     Here you can find the two outputs for "bitbake -e busybox". The
>>     broken sourcery, and not so broken csl:
>>
>>     http://ix.io/6QZ
>>     http://ix.io/6R1
>>
>>     Yeah, I know it is a bad practice to paste files to a mailing list,
>>     so forgive that for me now, please.
>>
>>
>>     On Wed, Jul 24, 2013 at 4:20 PM, Laszlo Papp <lpapp@kde.org
>>     <mailto:lpapp@kde.org>> wrote:
>>
>>         If I change external-csl to external-sourcery, busybox keeps
>>         failing with the following error:
>>
>>         ERROR: ExpansionError during parsing
>>         /home/lpapp/Projects/foo/**Yocto/poky-dylan-9.0.0/meta/**
>> recipes-core/busybox/busybox_**1.20.2.bb <http://busybox_1.20.2.bb>
>>         <http://busybox_1.20.2.bb>: Failure expanding variable
>>
>>         do_configure: ExpansionError: Failure expanding variable
>>         do_configure, expression was       do_prepare_config
>>                  merge_config.sh -m .config ${@" ".join(find_cfgs(d))}
>>                  cml1_do_configure
>>           which triggered exception NameError: name 'find_cfgs' is not
>>         defined
>>         ERROR: Command execution failed: Exited with 1
>>
>>         Got a clue?
>>
>>
>>         On Wed, Jul 24, 2013 at 4:12 PM, Bill Traynor
>>         <btraynor@gmail.com <mailto:btraynor@gmail.com>> wrote:
>>
>>             On Wed, Jul 24, 2013 at 11:08 AM, Laszlo Papp <lpapp@kde.org
>>             <mailto:lpapp@kde.org>> wrote:
>>              > I was using that based on the non-official documentation
>>             (i.e. presentation
>>              > at the Linux event).
>>
>>             external-sourcery is the new TCMODE and should work,
>>             however, I just
>>             thought trying the old one may work.
>>
>>              >
>>              >
>>              > On Wed, Jul 24, 2013 at 4:06 PM, Bill Traynor
>>             <btraynor@gmail.com <mailto:btraynor@gmail.com>> wrote:
>>              >>
>>              >> Try with:
>>              >>
>>              >> TCMODE = "external-csl"
>>              >> EXTERNAL_TOOLCHAIN = "/path/to/sourcery/toolchain"
>>              >>
>>              >> On Wed, Jul 24, 2013 at 3:47 AM, Rifenbark, Scott M
>>              >> <scott.m.rifenbark@intel.com
>>             <mailto:scott.m.rifenbark@**intel.com<scott.m.rifenbark@intel.com>>>
>> wrote:
>>              >> > Hi,
>>              >> >
>>              >> >
>>              >> >
>>              >> > Can anyone address the toolchain questions here for
>>             Laszlo?
>>              >> >
>>              >> >
>>              >> >
>>              >> > Thanks,
>>              >> >
>>              >> > Scott
>>              >> >
>>              >> >
>>              >> >
>>              >> > From: djszapi@archlinux.us
>>             <mailto:djszapi@archlinux.us> [mailto:djszapi@archlinux.us
>>
>>             <mailto:djszapi@archlinux.us>] On Behalf Of
>>              >> > Laszlo
>>              >> > Papp
>>              >> > Sent: Tuesday, July 23, 2013 11:52 PM
>>              >> > To: Rifenbark, Scott M
>>              >> > Cc: Wold, Saul
>>              >> > Subject: Re: FW: [OE-core] Doc: external toolchain
>>              >> >
>>              >> >
>>              >> >
>>              >> > OK, thanks.
>>              >> >
>>              >> >
>>              >> >
>>              >> > I am facing this issue, any clue?
>>              >> >
>>              >> >
>>              >> >
>>              >> > ERROR: Failed to obtain CodeSourcery toolchain
>>             version: Execution of
>>              >> > '/usr/bin/i686-pc-linux-gnu-**gcc -v' failed: command
>>             not found
>>              >> >
>>              >> > ERROR: Failed to obtain CodeSourcery toolchain
>>             version: Execution of
>>              >> > '/usr/bin/i686-pc-linux-gnu-**gcc -v' failed: command
>>             not found
>>              >> >
>>              >> >
>>              >> >
>>              >> > This is what I have in my build/conf/local.conf:
>>              >> >
>>              >> >
>>              >> >
>>              >> > ...
>>              >> >
>>              >> > TCMODE = "external-sourcery"
>>              >> >
>>              >> > EXTERNAL_TOOLCHAIN = "/usr"
>>              >> >
>>              >> > TARGET_PREFIX = "arm-none-linux-gnueabi-"
>>              >> >
>>              >> > ...
>>              >> >
>>              >> >
>>              >> >
>>              >> > The external toolchain does exist:
>>              >> >
>>              >> >
>>              >> >
>>              >> > /usr/bin/arm-none-linux-**gnueabi-gcc -v
>>              >> >
>>              >> > Using built-in specs.
>>              >> >
>>              >> > COLLECT_GCC=/usr/bin/arm-none-**linux-gnueabi-gcc
>>              >> >
>>              >> >
>>              >> >
>>             COLLECT_LTO_WRAPPER=/usr/bin/.**./libexec/gcc/arm-none-linux-
>> **gnueabi/4.7.3/lto-wrapper
>>              >> >
>>              >> > Target: arm-none-linux-gnueabi
>>              >> >
>>              >> > Configured with:
>>              >> >
>>             /scratch/jbrown/2013.05-arm-**linux-release/src/gcc-4.7-**
>> 2013.05/configure
>>              >> > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
>>              >> > --target=arm-none-linux-**gnueabi --enable-threads
>>             --disable-libmudflap
>>              >> > --disable-libssp --disable-libstdcxx-pch
>>              >> > --enable-extra-sgxxlite-**multilibs
>>              >> > --with-arch=armv5te --with-gnu-as --with-gnu-ld
>>              >> > --with-specs='%{save-temps:
>>              >> > -fverbose-asm}
>>              >> >
>>              >> >
>>             %{funwind-tables|fno-unwind-**tables|mabi=*|ffreestanding|**
>> nostdlib:;:-funwind-tables}
>>              >> > -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
>>              >> > -D__CS_SOURCERYGXX_REV__=24
>>             %{O2:%{!fno-remove-local-**statics:
>>              >> > -fremove-local-statics}}
>>              >> > %{O*:%{O|O0|O1|O2|Os:;:%{!fno-**remove-local-statics:
>>              >> > -fremove-local-statics}}}' --enable-languages=c,c++
>>             --enable-shared
>>              >> > --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
>>              >> > --with-pkgversion='Sourcery CodeBench Lite 2013.05-24'
>>              >> >
>>             --with-bugurl=https://**sourcery.mentor.com/**GNUToolchain/<https://sourcery.mentor.com/GNUToolchain/>
>>             --disable-nls
>>              >> > --prefix=/opt/codesourcery
>>              >> >
>>             --with-sysroot=/opt/**codesourcery/arm-none-linux-**
>> gnueabi/libc
>>              >> >
>>              >> >
>>             --with-build-sysroot=/scratch/**jbrown/2013.05-arm-linux-**
>> release/install/arm-none-**linux-gnueabi/libc
>>              >> >
>>              >> >
>>             --with-gmp=/scratch/jbrown/**2013.05-arm-linux-release/obj/**
>> pkg-2013.05-24-arm-none-linux-**gnueabi/arm-2013.05-24-arm-**
>> none-linux-gnueabi.extras/**host-libs-i686-pc-linux-gnu/**usr
>>              >> >
>>              >> >
>>             --with-mpfr=/scratch/jbrown/**2013.05-arm-linux-release/obj/*
>> *pkg-2013.05-24-arm-none-linux-**gnueabi/arm-2013.05-24-arm-**
>> none-linux-gnueabi.extras/**host-libs-i686-pc-linux-gnu/**usr
>>              >> >
>>              >> >
>>             --with-mpc=/scratch/jbrown/**2013.05-arm-linux-release/obj/**
>> pkg-2013.05-24-arm-none-linux-**gnueabi/arm-2013.05-24-arm-**
>> none-linux-gnueabi.extras/**host-libs-i686-pc-linux-gnu/**usr
>>              >> >
>>              >> >
>>             --with-ppl=/scratch/jbrown/**2013.05-arm-linux-release/obj/**
>> pkg-2013.05-24-arm-none-linux-**gnueabi/arm-2013.05-24-arm-**
>> none-linux-gnueabi.extras/**host-libs-i686-pc-linux-gnu/**usr
>>              >> > --with-host-libstdcxx='-**static-libgcc
>>             -Wl,-Bstatic,-lstdc++,-**Bdynamic
>>              >> > -lm'
>>              >> >
>>              >> >
>>             --with-cloog=/scratch/jbrown/**2013.05-arm-linux-release/obj/
>> **pkg-2013.05-24-arm-none-linux-**gnueabi/arm-2013.05-24-arm-**
>> none-linux-gnueabi.extras/**host-libs-i686-pc-linux-gnu/**usr
>>              >> >
>>              >> >
>>             --with-libelf=/scratch/jbrown/**
>> 2013.05-arm-linux-release/obj/**pkg-2013.05-24-arm-none-linux-**
>> gnueabi/arm-2013.05-24-arm-**none-linux-gnueabi.extras/**
>> host-libs-i686-pc-linux-gnu/**usr
>>              >> > --disable-libgomp --disable-libitm
>>             --enable-poison-system-**directories
>>              >> >
>>              >> >
>>             --with-build-time-tools=/**scratch/jbrown/2013.05-arm-**
>> linux-release/install/arm-**none-linux-gnueabi/bin
>>              >> >
>>              >> >
>>             --with-build-time-tools=/**scratch/jbrown/2013.05-arm-**
>> linux-release/install/arm-**none-linux-gnueabi/bin
>>              >> >
>>              >> > Thread model: posix
>>              >> >
>>              >> > gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24)
>>              >> >
>>              >> >
>>              >> >
>>              >> > On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M
>>              >> > <scott.m.rifenbark@intel.com
>>             <mailto:scott.m.rifenbark@**intel.com<scott.m.rifenbark@intel.com>>>
>> wrote:
>>              >> >
>>              >> > Laszlo,
>>              >> >
>>              >> > Saul forwarded me this email regarding external
>>             toolchains.  The "In
>>              >> > Progress" version of the YP Reference Manual has a new
>>             section on
>>              >> > toolchains
>>              >> > in general.  This section, combined with the TCMODE
>>             glossary entry and a
>>              >> > FAQ
>>              >> > entry, both in the reference manual, comprise our
>>             information on the
>>              >> > external toolchain topic.  Let me know what
>>             specifically would need
>>              >> > additionally addressed and I can get that on my plate
>>             to improve the doc
>>              >> > set.
>>              >> >
>>              >> > Thanks,
>>              >> > Scott
>>              >> >
>>              >> >
>>              >> >
>>             http://www.yoctoproject.org/**docs/latest/ref-manual/ref-**
>> manual.html#cross-development-**toolchain-generation<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation>
>>              >> >
>>              >> >
>>             http://www.yoctoproject.org/**docs/latest/ref-manual/ref-**
>> manual.html#var-TCMODE<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE>
>>              >> >
>>              >> >
>>             http://www.yoctoproject.org/**docs/latest/ref-manual/ref-**
>> manual.html#idm622640<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640>
>>              >> >
>>              >> >
>>              >> >
>>              >> >
>>              >> >>-----Original Message-----
>>              >> >>From: Saul Wold [mailto:sgw@linux.intel.com
>>             <mailto:sgw@linux.intel.com>]
>>              >> >>Sent: Tuesday, July 23, 2013 3:52 PM
>>              >> >>To: Rifenbark, Scott M
>>              >> >>Subject: Fwd: [OE-core] Doc: external toolchain
>>              >> >>
>>              >> >>
>>              >> >>
>>              >> >>
>>              >> >>-------- Original Message --------
>>              >> >>Subject:       [OE-core] Doc: external toolchain
>>              >> >>Date:  Tue, 23 Jul 2013 23:45:28 +0100
>>              >> >>From:  Laszlo Papp <lpapp@kde.org <mailto:lpapp@kde.org
>> >>
>>              >> >>To: openembedded-core@lists.**openembedded.org<openembedded-core@lists.openembedded.org>
>>             <mailto:openembedded-core@**lists.openembedded.org<openembedded-core@lists.openembedded.org>
>> >
>>              >> >>
>>              >> >>
>>              >> >>
>>              >> >>Dear gents and ladies,
>>              >> >>
>>              >> >>it would be nice to get some documentation about this
>>             subject. There is
>>              >> >>only one presentation with only a few short slides
>>             about the topic:
>>              >>
>>              >>http://events.**linuxfoundation.org/images/**
>> stories/slides/elc2013_denys.**pd<http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd>
>>              >> >>f
>>              >> >>
>>              >> >>I am now having some issues currently, and hard time
>>             to figure out what
>>              >> >>is going on. Note, this thread is not about getting
>>             help with that
>>              >> >>particular issue, but encouraging you to document
>>             this, for me,
>>              >> >>fundamental feature more thoroughly.
>>              >> >>
>>              >> >>Thank you for your understanding.
>>              >> >>
>>              >> >>Many thanks,
>>              >> >>Laszlo
>>              >> >>
>>              >> >>
>>              >> >>
>>              >> >
>>              >> >
>>              >> >
>>              >> >
>>              >> > ______________________________**_________________
>>              >> > yocto mailing list
>>              >> > yocto@yoctoproject.org <mailto:yocto@yoctoproject.org**
>> >
>>              >> > https://lists.yoctoproject.**org/listinfo/yocto<https://lists.yoctoproject.org/listinfo/yocto>
>>              >> >
>>              >
>>              >
>>
>>
>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 20171 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: FW: FW: [OE-core] Doc: external toolchain
  2013-07-24  7:47 FW: FW: [OE-core] Doc: external toolchain Rifenbark, Scott M
  2013-07-24 14:14 ` Laszlo Papp
  2013-07-24 15:06 ` Bill Traynor
@ 2013-07-24 20:16 ` Laszlo Papp
  2013-07-25  5:47 ` Khem Raj
  3 siblings, 0 replies; 17+ messages in thread
From: Laszlo Papp @ 2013-07-24 20:16 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 6267 bytes --]

This issue is fixed by not having the default MACHINE ??= "qemux86", but a
real arm machine, like beagleboard.


On Wed, Jul 24, 2013 at 8:47 AM, Rifenbark, Scott M <
scott.m.rifenbark@intel.com> wrote:

>  Hi, ****
>
> ** **
>
> Can anyone address the toolchain questions here for Laszlo?****
>
> ** **
>
> Thanks, ****
>
> Scott****
>
> ** **
>
> *From:* djszapi@archlinux.us [mailto:djszapi@archlinux.us] *On Behalf Of *Laszlo
> Papp
> *Sent:* Tuesday, July 23, 2013 11:52 PM
> *To:* Rifenbark, Scott M
> *Cc:* Wold, Saul
> *Subject:* Re: FW: [OE-core] Doc: external toolchain****
>
> ** **
>
> OK, thanks.****
>
> ** **
>
> I am facing this issue, any clue?****
>
> ** **
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>
> ** **
>
> This is what I have in my build/conf/local.conf:****
>
> ** **
>
> ...****
>
> TCMODE = "external-sourcery"****
>
> EXTERNAL_TOOLCHAIN = "/usr"****
>
> TARGET_PREFIX = "arm-none-linux-gnueabi-"****
>
> ...****
>
> ** **
>
> The external toolchain does exist:****
>
> ** **
>
> /usr/bin/arm-none-linux-gnueabi-gcc -v****
>
> Using built-in specs.****
>
> COLLECT_GCC=/usr/bin/arm-none-linux-gnueabi-gcc****
>
>
> COLLECT_LTO_WRAPPER=/usr/bin/../libexec/gcc/arm-none-linux-gnueabi/4.7.3/lto-wrapper
> ****
>
> Target: arm-none-linux-gnueabi****
>
> Configured with:
> /scratch/jbrown/2013.05-arm-linux-release/src/gcc-4.7-2013.05/configure
> --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu
> --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap
> --disable-libssp --disable-libstdcxx-pch --enable-extra-sgxxlite-multilibs
> --with-arch=armv5te --with-gnu-as --with-gnu-ld --with-specs='%{save-temps:
> -fverbose-asm}
> %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}
> -D__CS_SOURCERYGXX_MAJ__=2013 -D__CS_SOURCERYGXX_MIN__=5
> -D__CS_SOURCERYGXX_REV__=24 %{O2:%{!fno-remove-local-statics:
> -fremove-local-statics}}
> %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics:
> -fremove-local-statics}}}' --enable-languages=c,c++ --enable-shared
> --enable-lto --enable-symvers=gnu --enable-__cxa_atexit
> --with-pkgversion='Sourcery CodeBench Lite 2013.05-24' --with-bugurl=
> https://sourcery.mentor.com/GNUToolchain/ --disable-nls
> --prefix=/opt/codesourcery
> --with-sysroot=/opt/codesourcery/arm-none-linux-gnueabi/libc
> --with-build-sysroot=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/libc
> --with-gmp=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpfr=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-mpc=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-ppl=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
> --with-cloog=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --with-libelf=/scratch/jbrown/2013.05-arm-linux-release/obj/pkg-2013.05-24-arm-none-linux-gnueabi/arm-2013.05-24-arm-none-linux-gnueabi.extras/host-libs-i686-pc-linux-gnu/usr
> --disable-libgomp --disable-libitm --enable-poison-system-directories
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> --with-build-time-tools=/scratch/jbrown/2013.05-arm-linux-release/install/arm-none-linux-gnueabi/bin
> ****
>
> Thread model: posix****
>
> gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-24) ****
>
> ** **
>
> On Wed, Jul 24, 2013 at 7:19 AM, Rifenbark, Scott M <
> scott.m.rifenbark@intel.com> wrote:****
>
> Laszlo,
>
> Saul forwarded me this email regarding external toolchains.  The "In
> Progress" version of the YP Reference Manual has a new section on
> toolchains in general.  This section, combined with the TCMODE glossary
> entry and a FAQ entry, both in the reference manual, comprise our
> information on the external toolchain topic.  Let me know what specifically
> would need additionally addressed and I can get that on my plate to improve
> the doc set.
>
> Thanks,
> Scott
>
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#cross-development-toolchain-generation
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TCMODE
>
> http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#idm622640
>
>
>
>
> >-----Original Message-----
> >From: Saul Wold [mailto:sgw@linux.intel.com]
> >Sent: Tuesday, July 23, 2013 3:52 PM
> >To: Rifenbark, Scott M
> >Subject: Fwd: [OE-core] Doc: external toolchain
> >
> >
> >
> >
> >-------- Original Message --------
> >Subject:       [OE-core] Doc: external toolchain
> >Date:  Tue, 23 Jul 2013 23:45:28 +0100
> >From:  Laszlo Papp <lpapp@kde.org>
> >To:    openembedded-core@lists.openembedded.org
> >
> >
> >
> >Dear gents and ladies,
> >
> >it would be nice to get some documentation about this subject. There is
> >only one presentation with only a few short slides about the topic:
> >http://events.linuxfoundation.org/images/stories/slides/elc2013_denys.pd
> >f
> >
> >I am now having some issues currently, and hard time to figure out what
> >is going on. Note, this thread is not about getting help with that
> >particular issue, but encouraging you to document this, for me,
> >fundamental feature more thoroughly.
> >
> >Thank you for your understanding.
> >
> >Many thanks,
> >Laszlo
> >
> >
> >****
>
> ** **
>

[-- Attachment #2: Type: text/html, Size: 10593 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [OE-core] Doc: external toolchain
  2013-07-24  7:47 FW: FW: [OE-core] Doc: external toolchain Rifenbark, Scott M
                   ` (2 preceding siblings ...)
  2013-07-24 20:16 ` Laszlo Papp
@ 2013-07-25  5:47 ` Khem Raj
  2013-07-25  5:57   ` Laszlo Papp
  3 siblings, 1 reply; 17+ messages in thread
From: Khem Raj @ 2013-07-25  5:47 UTC (permalink / raw)
  To: Rifenbark, Scott M; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 782 bytes --]


On Jul 24, 2013, at 12:47 AM, "Rifenbark, Scott M" <scott.m.rifenbark@intel.com> wrote:

> I am facing this issue, any clue?
>  
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>  
> This is what I have in my build/conf/local.conf:
>  
> ...
> TCMODE = "external-sourcery"
> EXTERNAL_TOOLCHAIN = "/usr"
> TARGET_PREFIX = "arm-none-linux-gnueabi-"
> ...
> 

what machine are you building for? it seems you are building for a x86 target and expect arm cross toolchain to build it aint gonna work.
chose a proper arm'ish machine and it should work.

[-- Attachment #2: Type: text/html, Size: 6211 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [OE-core] Doc: external toolchain
  2013-07-25  5:47 ` Khem Raj
@ 2013-07-25  5:57   ` Laszlo Papp
  2013-07-25  6:02     ` Laszlo Papp
  0 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-25  5:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

You seem to have missed this email:
https://lists.yoctoproject.org/pipermail/yocto/2013-July/017416.html


On Thu, Jul 25, 2013 at 6:47 AM, Khem Raj <raj.khem@gmail.com> wrote:

>
> On Jul 24, 2013, at 12:47 AM, "Rifenbark, Scott M" <
> scott.m.rifenbark@intel.com> wrote:
>
> I am facing this issue, any clue?****
> ** **
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
> ** **
> This is what I have in my build/conf/local.conf:****
> ** **
> ...****
> TCMODE = "external-sourcery"****
> EXTERNAL_TOOLCHAIN = "/usr"****
> TARGET_PREFIX = "arm-none-linux-gnueabi-"****
> ...****
>
>
> what machine are you building for? it seems you are building for a x86
> target and expect arm cross toolchain to build it aint gonna work.
> chose a proper arm'ish machine and it should work.
>

[-- Attachment #2: Type: text/html, Size: 5570 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [OE-core] Doc: external toolchain
  2013-07-25  5:57   ` Laszlo Papp
@ 2013-07-25  6:02     ` Laszlo Papp
  2013-07-25  6:11       ` Khem Raj
  0 siblings, 1 reply; 17+ messages in thread
From: Laszlo Papp @ 2013-07-25  6:02 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

I also filed a bugreport with regards to this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4901


On Thu, Jul 25, 2013 at 6:57 AM, Laszlo Papp <lpapp@kde.org> wrote:

> You seem to have missed this email:
> https://lists.yoctoproject.org/pipermail/yocto/2013-July/017416.html
>
>
> On Thu, Jul 25, 2013 at 6:47 AM, Khem Raj <raj.khem@gmail.com> wrote:
>
>>
>> On Jul 24, 2013, at 12:47 AM, "Rifenbark, Scott M" <
>> scott.m.rifenbark@intel.com> wrote:
>>
>> I am facing this issue, any clue?****
>> ** **
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of
>> '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found****
>>  ** **
>> This is what I have in my build/conf/local.conf:****
>> ** **
>> ...****
>> TCMODE = "external-sourcery"****
>> EXTERNAL_TOOLCHAIN = "/usr"****
>> TARGET_PREFIX = "arm-none-linux-gnueabi-"****
>>  ...****
>>
>>
>> what machine are you building for? it seems you are building for a x86
>> target and expect arm cross toolchain to build it aint gonna work.
>> chose a proper arm'ish machine and it should work.
>>
>
>

[-- Attachment #2: Type: text/html, Size: 6196 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [OE-core] Doc: external toolchain
  2013-07-25  6:02     ` Laszlo Papp
@ 2013-07-25  6:11       ` Khem Raj
  0 siblings, 0 replies; 17+ messages in thread
From: Khem Raj @ 2013-07-25  6:11 UTC (permalink / raw)
  To: Laszlo Papp; +Cc: yocto@yoctoproject.org, Wold, Saul

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]


On Jul 24, 2013, at 11:02 PM, Laszlo Papp <lpapp@kde.org> wrote:

> I also filed a bugreport with regards to this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4901

OK thanks.

> 
> 
> On Thu, Jul 25, 2013 at 6:57 AM, Laszlo Papp <lpapp@kde.org> wrote:
> You seem to have missed this email: https://lists.yoctoproject.org/pipermail/yocto/2013-July/017416.html


yes I was reading the digest serially

> 
> 
> On Thu, Jul 25, 2013 at 6:47 AM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> On Jul 24, 2013, at 12:47 AM, "Rifenbark, Scott M" <scott.m.rifenbark@intel.com> wrote:
> 
>> I am facing this issue, any clue?
>>  
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>> ERROR: Failed to obtain CodeSourcery toolchain version: Execution of '/usr/bin/i686-pc-linux-gnu-gcc -v' failed: command not found
>>  
>> This is what I have in my build/conf/local.conf:
>>  
>> ...
>> TCMODE = "external-sourcery"
>> EXTERNAL_TOOLCHAIN = "/usr"
>> TARGET_PREFIX = "arm-none-linux-gnueabi-"
>> ...
>> 
> 
> what machine are you building for? it seems you are building for a x86 target and expect arm cross toolchain to build it aint gonna work.
> chose a proper arm'ish machine and it should work.
> 
> 


[-- Attachment #2: Type: text/html, Size: 7071 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-07-25  6:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24  7:47 FW: FW: [OE-core] Doc: external toolchain Rifenbark, Scott M
2013-07-24 14:14 ` Laszlo Papp
2013-07-24 14:16   ` Laszlo Papp
2013-07-24 15:06 ` Bill Traynor
2013-07-24 15:08   ` Laszlo Papp
2013-07-24 15:09     ` Laszlo Papp
2013-07-24 15:12     ` Bill Traynor
2013-07-24 15:20       ` Laszlo Papp
2013-07-24 16:46         ` Laszlo Papp
2013-07-24 18:11           ` Laszlo Papp
2013-07-24 18:16             ` Saul Wold
2013-07-24 18:20               ` Laszlo Papp
2013-07-24 20:16 ` Laszlo Papp
2013-07-25  5:47 ` Khem Raj
2013-07-25  5:57   ` Laszlo Papp
2013-07-25  6:02     ` Laszlo Papp
2013-07-25  6:11       ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.