* target os of angstrom
@ 2007-06-04 13:16 Luís Cargnini
2007-06-04 13:30 ` Philip Balister
2007-06-04 13:36 ` Koen Kooi
0 siblings, 2 replies; 6+ messages in thread
From: Luís Cargnini @ 2007-06-04 13:16 UTC (permalink / raw)
To: openembedded-devel
please how to set the angstrom distro not to
TARGET_OS = "linux-gnueabi"
but to
TARGET_OS = "linux-gnu"
according to distro this is set to eabi (big-endian) and i need
little-endian
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: target os of angstrom
2007-06-04 13:16 target os of angstrom Luís Cargnini
@ 2007-06-04 13:30 ` Philip Balister
2007-06-04 19:07 ` Luís Cargnini
2007-06-04 13:36 ` Koen Kooi
1 sibling, 1 reply; 6+ messages in thread
From: Philip Balister @ 2007-06-04 13:30 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
Is there a particular reason you need little-endian? Does this make it
easier to communicate with the DSP?
Philip
Luís Cargnini wrote:
> please how to set the angstrom distro not to
> TARGET_OS = "linux-gnueabi"
>
> but to
> TARGET_OS = "linux-gnu"
>
> according to distro this is set to eabi (big-endian) and i need
> little-endian
>
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: target os of angstrom
2007-06-04 13:30 ` Philip Balister
@ 2007-06-04 19:07 ` Luís Cargnini
0 siblings, 0 replies; 6+ messages in thread
From: Luís Cargnini @ 2007-06-04 19:07 UTC (permalink / raw)
To: openembedded-devel
my ARM core (OMAP ) is little endian
On 6/4/07, Philip Balister <philip@balister.org> wrote:
>
> Is there a particular reason you need little-endian? Does this make it
> easier to communicate with the DSP?
>
> Philip
>
> Luís Cargnini wrote:
> > please how to set the angstrom distro not to
> > TARGET_OS = "linux-gnueabi"
> >
> > but to
> > TARGET_OS = "linux-gnu"
> >
> > according to distro this is set to eabi (big-endian) and i need
> > little-endian
> >
> >
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: target os of angstrom
2007-06-04 13:16 target os of angstrom Luís Cargnini
2007-06-04 13:30 ` Philip Balister
@ 2007-06-04 13:36 ` Koen Kooi
2007-06-05 15:53 ` Luís Cargnini
1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2007-06-04 13:36 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luís Cargnini schreef:
> please how to set the angstrom distro not to
> TARGET_OS = "linux-gnueabi"
>
> but to
> TARGET_OS = "linux-gnu"
>
> according to distro this is set to eabi (big-endian) and i need
> little-endian
Wrong. arm-angstrom-linux-gnueabi is little-endian, armeb-angstrom-linux-gnueabi
bigendian. Note how 'eabi' has nothing to do with endiannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGZBVOMkyGM64RGpERArU/AJ9e09YEV3/MGra5HtCLzJWqRYhfhACfaUfU
G0kj4pg1KPgjT+BCzFulAZc=
=OGGK
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: target os of angstrom
2007-06-04 13:36 ` Koen Kooi
@ 2007-06-05 15:53 ` Luís Cargnini
2007-06-05 16:06 ` Philip Balister
0 siblings, 1 reply; 6+ messages in thread
From: Luís Cargnini @ 2007-06-05 15:53 UTC (permalink / raw)
To: openembedded-devel
so eabi is the embedded abpplication binary interface ?
On 6/4/07, Koen Kooi <koen@dominion.kabel.utwente.nl> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Luís Cargnini schreef:
> > please how to set the angstrom distro not to
> > TARGET_OS = "linux-gnueabi"
> >
> > but to
> > TARGET_OS = "linux-gnu"
> >
> > according to distro this is set to eabi (big-endian) and i need
> > little-endian
>
> Wrong. arm-angstrom-linux-gnueabi is little-endian,
> armeb-angstrom-linux-gnueabi
> bigendian. Note how 'eabi' has nothing to do with endiannes
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFGZBVOMkyGM64RGpERArU/AJ9e09YEV3/MGra5HtCLzJWqRYhfhACfaUfU
> G0kj4pg1KPgjT+BCzFulAZc=
> =OGGK
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Electrical Engineer Faculty @ PUCRS
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500 extension: 7696
---------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-06-05 16:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-04 13:16 target os of angstrom Luís Cargnini
2007-06-04 13:30 ` Philip Balister
2007-06-04 19:07 ` Luís Cargnini
2007-06-04 13:36 ` Koen Kooi
2007-06-05 15:53 ` Luís Cargnini
2007-06-05 16:06 ` Philip Balister
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.