All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFH] Native SDK wirdness
@ 2011-06-28 14:56 Otavio Salvador
  2011-06-28 16:16 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-06-28 14:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hello,

I am probably doing something stupid but I couldn't figure it myself
so I am looking for some help here. Basically I need to prepare a SDK
for usage by our team mates to develop to our embedded OS. In theory I
got most of it already done but when I build the meta-toolchain recipe
the built sdk tarball lacks GCC and like.

Any idea where I ought to look for a good example? Or any clue what I
am doing wrong?

Best,

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: [RFH] Native SDK wirdness
  2011-06-28 14:56 [RFH] Native SDK wirdness Otavio Salvador
@ 2011-06-28 16:16 ` Richard Purdie
  2011-06-28 16:27   ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2011-06-28 16:16 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-06-28 at 11:56 -0300, Otavio Salvador wrote:
> I am probably doing something stupid but I couldn't figure it myself
> so I am looking for some help here. Basically I need to prepare a SDK
> for usage by our team mates to develop to our embedded OS. In theory I
> got most of it already done but when I build the meta-toolchain recipe
> the built sdk tarball lacks GCC and like.
> 
> Any idea where I ought to look for a good example? Or any clue what I
> am doing wrong?

Could you share a list of files from your toolchain tarball please? It
certainly should contain a cross compiler...

Cheers,

Richard




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

* Re: [RFH] Native SDK wirdness
  2011-06-28 16:16 ` Richard Purdie
@ 2011-06-28 16:27   ` Otavio Salvador
  2011-06-28 21:31     ` Zhang, Jessica
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-06-28 16:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, Jun 28, 2011 at 13:16, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Tue, 2011-06-28 at 11:56 -0300, Otavio Salvador wrote:
>> I am probably doing something stupid but I couldn't figure it myself
>> so I am looking for some help here. Basically I need to prepare a SDK
>> for usage by our team mates to develop to our embedded OS. In theory I
>> got most of it already done but when I build the meta-toolchain recipe
>> the built sdk tarball lacks GCC and like.
>>
>> Any idea where I ought to look for a good example? Or any clue what I
>> am doing wrong?
>
> Could you share a list of files from your toolchain tarball please? It
> certainly should contain a cross compiler...

~% tar -tjf oecore-i686-i586-toolchain-devel.tar.bz2| grep '\-gcc'
./usr/local/oecore-i686-i686/sysroots/i686-oesdk-linux/usr/include/curl/typecheck-gcc.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/include/curl/typecheck-gcc.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qplatformdefs.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qmake.conf
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/default_post.prf
~%

I can provide the full list but it does seem to not include it.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: [RFH] Native SDK wirdness
  2011-06-28 16:27   ` Otavio Salvador
@ 2011-06-28 21:31     ` Zhang, Jessica
  2011-06-28 23:58       ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Jessica @ 2011-06-28 21:31 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi Otavio,

Here's what I got when I tried the same command against my sdk tarball

tar -tjf poky-eglibc-i686-i586-toolchain-gmae-1.0+snapshot-20110625.tar.bz2 |grep '\-gcc'
tar: Record size = 16 blocks
./opt/poky/1.0+snapshot/sysroots/i586-poky-linux/usr/src/debug/glib-2.0-1_2.28.8-r1/glib-2.28.8/glib/gatomic-gcc.c
./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/bin/i586-poky-linux/i586-poky-linux-gcc
./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/lib/i586-poky-linux/gcc/i586-poky-linux/4.6.1/include/stdint-gcc.h
./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/include/curl/typecheck-gcc.h

Seems an issue with OE build?

Cheers,
Jessica
-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Otavio Salvador
Sent: Tuesday, June 28, 2011 9:28 AM
To: Patches and discussions about the oe-core layer
Subject: Re: [OE-core] [RFH] Native SDK wirdness

On Tue, Jun 28, 2011 at 13:16, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Tue, 2011-06-28 at 11:56 -0300, Otavio Salvador wrote:
>> I am probably doing something stupid but I couldn't figure it myself
>> so I am looking for some help here. Basically I need to prepare a SDK
>> for usage by our team mates to develop to our embedded OS. In theory I
>> got most of it already done but when I build the meta-toolchain recipe
>> the built sdk tarball lacks GCC and like.
>>
>> Any idea where I ought to look for a good example? Or any clue what I
>> am doing wrong?
>
> Could you share a list of files from your toolchain tarball please? It
> certainly should contain a cross compiler...

~% tar -tjf oecore-i686-i586-toolchain-devel.tar.bz2| grep '\-gcc'
./usr/local/oecore-i686-i686/sysroots/i686-oesdk-linux/usr/include/curl/typecheck-gcc.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/include/curl/typecheck-gcc.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qplatformdefs.h
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qmake.conf
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/
./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/default_post.prf
~%

I can provide the full list but it does seem to not include it.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [RFH] Native SDK wirdness
  2011-06-28 21:31     ` Zhang, Jessica
@ 2011-06-28 23:58       ` Khem Raj
  0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2011-06-28 23:58 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: Patches and discussions about the oe-core layer



On Jun 28, 2011, at 2:31 PM, "Zhang, Jessica" <jessica.zhang@intel.com> wrote:

> Hi Otavio,
> 
> Here's what I got when I tried the same command against my sdk tarball
> 
> tar -tjf poky-eglibc-i686-i586-toolchain-gmae-1.0+snapshot-20110625.tar.bz2 |grep '\-gcc'
> tar: Record size = 16 blocks
> ./opt/poky/1.0+snapshot/sysroots/i586-poky-linux/usr/src/debug/glib-2.0-1_2.28.8-r1/glib-2.28.8/glib/gatomic-gcc.c
> ./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/bin/i586-poky-linux/i586-poky-linux-gcc
> ./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/lib/i586-poky-linux/gcc/i586-poky-linux/4.6.1/include/stdint-gcc.h
> ./opt/poky/1.0+snapshot/sysroots/i686-pokysdk-linux/usr/include/curl/typecheck-gcc.h
> 
> Seems an issue with OE build?
> 
> Cheers,
> Jessica
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Otavio Salvador
> Sent: Tuesday, June 28, 2011 9:28 AM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [RFH] Native SDK wirdness
> 
> On Tue, Jun 28, 2011 at 13:16, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
>> On Tue, 2011-06-28 at 11:56 -0300, Otavio Salvador wrote:
>>> I am probably doing something stupid but I couldn't figure it myself
>>> so I am looking for some help here. Basically I need to prepare a SDK
>>> for usage by our team mates to develop to our embedded OS. In theory I
>>> got most of it already done but when I build the meta-toolchain recipe
>>> the built sdk tarball lacks GCC and like.
>>> 
>>> Any idea where I ought to look for a good example? Or any clue what I
>>> am doing wrong?
>> 
>> Could you share a list of files from your toolchain tarball please? It
>> certainly should contain a cross compiler...
> 
> ~% tar -tjf oecore-i686-i586-toolchain-devel.tar.bz2| grep '\-gcc'
> ./usr/local/oecore-i686-i686/sysroots/i686-oesdk-linux/usr/include/curl/typecheck-gcc.h
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/include/curl/typecheck-gcc.h
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qplatformdefs.h
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/qmake.conf
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/
> ./usr/local/oecore-i686-i586/sysroots/i586-oe-linux/usr/share/qt4/mkspecs/symbian/linux-gcce/features/default_post.prf
> ~%
> 
> I can provide the full list but it does seem to not include it.

What steps did u follow to build.
Ant local patches
> 
> --
> Otavio Salvador                             O.S. Systems
> E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

end of thread, other threads:[~2011-06-29  0:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 14:56 [RFH] Native SDK wirdness Otavio Salvador
2011-06-28 16:16 ` Richard Purdie
2011-06-28 16:27   ` Otavio Salvador
2011-06-28 21:31     ` Zhang, Jessica
2011-06-28 23:58       ` 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.