All of lore.kernel.org
 help / color / mirror / Atom feed
* arm-angstrom-linux-gnueabi-gcc compiler
@ 2010-10-10 16:49 Elvis Dowson
  2010-10-10 16:51 ` Gary Thomas
  2010-10-10 19:21 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Elvis Dowson @ 2010-10-10 16:49 UTC (permalink / raw)
  To: OpenEmbedded Developer Mailing List

Hi,
      I just built the omap3-console-image using a recently synced version of the overo-oe repository. 

It no longer generates the /tmp/cross folder with the arm-angstrom-linux-gnueabi-gcc cross compiler. 

Has somethings changed? Which recipe should I use to generate the cross compiler? Is it gcc-cross?

Elvis Dowson



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

* Re: arm-angstrom-linux-gnueabi-gcc compiler
  2010-10-10 16:49 arm-angstrom-linux-gnueabi-gcc compiler Elvis Dowson
@ 2010-10-10 16:51 ` Gary Thomas
  2010-10-10 17:10   ` Chris Larson
  2010-10-10 19:21 ` Khem Raj
  1 sibling, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2010-10-10 16:51 UTC (permalink / raw)
  To: openembedded-devel

On 10/10/2010 10:49 AM, Elvis Dowson wrote:
> Hi,
>        I just built the omap3-console-image using a recently synced version of the overo-oe repository.
>
> It no longer generates the /tmp/cross folder with the arm-angstrom-linux-gnueabi-gcc cross compiler.
>
> Has somethings changed? Which recipe should I use to generate the cross compiler? Is it gcc-cross?

The compiler is still there - look in tmp/sysroots

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: arm-angstrom-linux-gnueabi-gcc compiler
  2010-10-10 16:51 ` Gary Thomas
@ 2010-10-10 17:10   ` Chris Larson
  2010-10-10 17:23     ` Elvis Dowson
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Larson @ 2010-10-10 17:10 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Oct 10, 2010 at 9:51 AM, Gary Thomas <gary@mlbassoc.com> wrote:

> On 10/10/2010 10:49 AM, Elvis Dowson wrote:
>
>> Hi,
>>       I just built the omap3-console-image using a recently synced version
>> of the overo-oe repository.
>>
>> It no longer generates the /tmp/cross folder with the
>> arm-angstrom-linux-gnueabi-gcc cross compiler.
>>
>> Has somethings changed? Which recipe should I use to generate the cross
>> compiler? Is it gcc-cross?
>>
>
> The compiler is still there - look in tmp/sysroots


And of course, if your intent is to use the toolchain from outside of OE, it
may be better to look at meta-toolchain.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

* Re: arm-angstrom-linux-gnueabi-gcc compiler
  2010-10-10 17:10   ` Chris Larson
@ 2010-10-10 17:23     ` Elvis Dowson
  2010-10-10 17:31       ` Holger Freyther
  0 siblings, 1 reply; 6+ messages in thread
From: Elvis Dowson @ 2010-10-10 17:23 UTC (permalink / raw)
  To: openembedded-devel

Hi Chris,

On Oct 10, 2010, at 9:10 PM, Chris Larson wrote:
> 
> And of course, if your intent is to use the toolchain from outside of OE, it
> may be better to look at meta-toolchain.

I found it. I don't understand what you mean by a meta-toolchain. Could you give me an example please?

Best regards,

Elvis Dowson




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

* Re: arm-angstrom-linux-gnueabi-gcc compiler
  2010-10-10 17:23     ` Elvis Dowson
@ 2010-10-10 17:31       ` Holger Freyther
  0 siblings, 0 replies; 6+ messages in thread
From: Holger Freyther @ 2010-10-10 17:31 UTC (permalink / raw)
  To: openembedded-devel

On 10/10/2010 07:23 PM, Elvis Dowson wrote:

> I found it. I don't understand what you mean by a meta-toolchain. Could you give me an example please?

Here is an example of meta-toolchain-qte (meta-toolchain + QtE)

http://docs.openembedded.org/usermanual/html/ch05s08.html

do you miss anything fromt his documentation?



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

* Re: arm-angstrom-linux-gnueabi-gcc compiler
  2010-10-10 16:49 arm-angstrom-linux-gnueabi-gcc compiler Elvis Dowson
  2010-10-10 16:51 ` Gary Thomas
@ 2010-10-10 19:21 ` Khem Raj
  1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2010-10-10 19:21 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Oct 10, 2010 at 9:49 AM, Elvis Dowson <elvis.dowson@mac.com> wrote:
> Hi,
>      I just built the omap3-console-image using a recently synced version of the overo-oe repository.
>
> It no longer generates the /tmp/cross folder with the arm-angstrom-linux-gnueabi-gcc cross compiler.

yes cross compilers are now uder native sysroot. Look into mailing
list for the change
cross directory has been eliminated.

>
> Has somethings changed? Which recipe should I use to generate the cross compiler? Is it gcc-cross?
>
> Elvis Dowson
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2010-10-10 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-10 16:49 arm-angstrom-linux-gnueabi-gcc compiler Elvis Dowson
2010-10-10 16:51 ` Gary Thomas
2010-10-10 17:10   ` Chris Larson
2010-10-10 17:23     ` Elvis Dowson
2010-10-10 17:31       ` Holger Freyther
2010-10-10 19:21 ` 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.