All of lore.kernel.org
 help / color / mirror / Atom feed
* How can I get the toolchain?
@ 2014-04-16  7:07 Changhyeok Bae
  2014-04-16  8:02 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Changhyeok Bae @ 2014-04-16  7:07 UTC (permalink / raw)
  To: openembedded-devel

Hi,

How can I extract the toolchain in my oe build result?

Regards,
Changhyeok



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

* Re: How can I get the toolchain?
  2014-04-16  7:07 How can I get the toolchain? Changhyeok Bae
@ 2014-04-16  8:02 ` Khem Raj
  2014-04-16 12:56   ` Journeyer J. Joh
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2014-04-16  8:02 UTC (permalink / raw)
  To: openembeded-devel

On Wed, Apr 16, 2014 at 12:07 AM, Changhyeok Bae <changhyeok.bae@lge.com> wrote:
> Hi,
>
> How can I extract the toolchain in my oe build result?
>

bitbake -cpopulate_sdk <yourimage>
should generate a self-installer .sh script which then you can run and
install it

> Regards,
> Changhyeok
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: How can I get the toolchain?
  2014-04-16  8:02 ` Khem Raj
@ 2014-04-16 12:56   ` Journeyer J. Joh
  2014-04-17  1:33     ` Changhyeok Bae
  0 siblings, 1 reply; 6+ messages in thread
From: Journeyer J. Joh @ 2014-04-16 12:56 UTC (permalink / raw)
  To: openembedded-devel

Hi Changhyeok Bae,

I raised similar questions and received good pointers and explanations:

http://thread.gmane.org/gmane.comp.handhelds.openembedded

Find the QnA titled with:

[oe] Where can I get a arm cross toolchain for oe-core?

I only able to give you pointers to answers I received.

Good luck!

Sincerely
Journeyer

----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l  d o t  c o m
----------------------------------------


2014-04-16 17:02 GMT+09:00 Khem Raj <raj.khem@gmail.com>:

> On Wed, Apr 16, 2014 at 12:07 AM, Changhyeok Bae <changhyeok.bae@lge.com>
> wrote:
> > Hi,
> >
> > How can I extract the toolchain in my oe build result?
> >
>
> bitbake -cpopulate_sdk <yourimage>
> should generate a self-installer .sh script which then you can run and
> install it
>
> > Regards,
> > Changhyeok
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: How can I get the toolchain?
  2014-04-16 12:56   ` Journeyer J. Joh
@ 2014-04-17  1:33     ` Changhyeok Bae
  2014-04-17  1:42       ` Brian Hutchinson
  0 siblings, 1 reply; 6+ messages in thread
From: Changhyeok Bae @ 2014-04-17  1:33 UTC (permalink / raw)
  To: openembedded-devel

Thanks for your help.

In summary,
1) bitbake meta-toolchain
2) bitbake [target] -c populate_sdk ...

However, those were building ...nativesdk ...
I only would like to get the cross(arm) toolchain without building SDK
toolchain.

Regards,
Changhyeok

-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org
[mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
Journeyer J. Joh
Sent: Wednesday, April 16, 2014 9:57 PM
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] How can I get the toolchain?

Hi Changhyeok Bae,

I raised similar questions and received good pointers and explanations:

http://thread.gmane.org/gmane.comp.handhelds.openembedded

Find the QnA titled with:

[oe] Where can I get a arm cross toolchain for oe-core?

I only able to give you pointers to answers I received.

Good luck!

Sincerely
Journeyer

----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l  d o t  c o m
----------------------------------------


2014-04-16 17:02 GMT+09:00 Khem Raj <raj.khem@gmail.com>:

> On Wed, Apr 16, 2014 at 12:07 AM, Changhyeok Bae 
> <changhyeok.bae@lge.com>
> wrote:
> > Hi,
> >
> > How can I extract the toolchain in my oe build result?
> >
>
> bitbake -cpopulate_sdk <yourimage>
> should generate a self-installer .sh script which then you can run and 
> install it
>
> > Regards,
> > Changhyeok
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

* Re: How can I get the toolchain?
  2014-04-17  1:33     ` Changhyeok Bae
@ 2014-04-17  1:42       ` Brian Hutchinson
  2014-04-17  1:47         ` Brian Hutchinson
  0 siblings, 1 reply; 6+ messages in thread
From: Brian Hutchinson @ 2014-04-17  1:42 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 16, 2014 at 9:33 PM, Changhyeok Bae <changhyeok.bae@lge.com>wrote:

> Thanks for your help.
>
> In summary,
> 1) bitbake meta-toolchain
> 2) bitbake [target] -c populate_sdk ...
>
> However, those were building ...nativesdk ...
> I only would like to get the cross(arm) toolchain without building SDK
> toolchain.
>
> Regards,
> Changhyeok
>
>
... those do build the cross sdk/toolchain.  You take the huge script that
is generated and install it on your PC, source the environment setup script
and now you are setup to cross compile on your host for the target.

Regards,

Brian


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

* Re: How can I get the toolchain?
  2014-04-17  1:42       ` Brian Hutchinson
@ 2014-04-17  1:47         ` Brian Hutchinson
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Hutchinson @ 2014-04-17  1:47 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Apr 16, 2014 at 9:42 PM, Brian Hutchinson <b.hutchman@gmail.com>wrote:

> On Wed, Apr 16, 2014 at 9:33 PM, Changhyeok Bae <changhyeok.bae@lge.com>wrote:
>
>> Thanks for your help.
>>
>> In summary,
>> 1) bitbake meta-toolchain
>> 2) bitbake [target] -c populate_sdk ...
>>
>> However, those were building ...nativesdk ...
>> I only would like to get the cross(arm) toolchain without building SDK
>> toolchain.
>>
>> Regards,
>> Changhyeok
>>
>>
> ... those do build the cross sdk/toolchain.  You take the huge script that
> is generated and install it on your PC, source the environment setup script
> and now you are setup to cross compile on your host for the target.
>
> Regards,
>
> Brian
>
>

... in your local.conf, you do have to set SDKMACHINE to something.  I have
to build toolchains that work on both 32 bit & 64 bit hosts so usually do a
build with:
SDKMACHINE ?= "x86_64" ... then do another build of sdk with:
SDKMACHINE ?= "i686"


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

end of thread, other threads:[~2014-04-17  1:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16  7:07 How can I get the toolchain? Changhyeok Bae
2014-04-16  8:02 ` Khem Raj
2014-04-16 12:56   ` Journeyer J. Joh
2014-04-17  1:33     ` Changhyeok Bae
2014-04-17  1:42       ` Brian Hutchinson
2014-04-17  1:47         ` Brian Hutchinson

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.