* [Buildroot] Build instructions for ARM big-endian BE-8 target
@ 2009-06-05 8:53 Gopu Subramanian
2009-06-05 9:30 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: Gopu Subramanian @ 2009-06-05 8:53 UTC (permalink / raw)
To: buildroot
I am trying to build big-endian tool chain for ARM v6 architecture (ARM 11MPCore) and it should BE-8 format. In BE-8, instructions should be in little-endian. I want the instructions for BE-8 toolchain.
I hope this helps.
Thanks
Gopu
--- On Fri, 5/6/09, Paul Archer <ptarcher@gmail.com> wrote:
> From: Paul Archer <ptarcher@gmail.com>
> Subject: Re: [Buildroot] Build instructions for ARM big-endian BE-8 target
> To: "Peter Korsgaard" <jacmet@uclibc.org>
> Cc: sgopu at yahoo.com, buildroot at busybox.net
> Date: Friday, 5 June, 2009, 1:33 PM
> I guess
>
> BE-8 = Big Endian 8 bit instructions
> BE-32 = Big Endian 32 bit instructions...
>
> Regards Paul
>
> On Fri, Jun 5, 2009 at 5:27 PM, Peter Korsgaard<jacmet@uclibc.org>
> wrote:
> >>>>>> "Gopu" == Gopu Subramanian <sgopu@yahoo.com>
> writes:
> >
> > ?Gopu> Hi,
> >
> > ?Gopu> Right now ARM big endian selection produces
> a toolchain for ARM
> > ?Gopu> big-endian BE-32 target systems. Please
> provide us the
> > ?Gopu> instructions to build ARM big-endian BE-8
> system.
> >
> > BE-32? BE-8? What are you talking about? Please be
> more specific.
> >
> > --
> > Bye, Peter Korsgaard
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> >
>
>
>
> --
> ----
> Regards
> Paul Archer
> ptarcher at gmail.com
>
Cricket on your mind? Visit the ultimate cricket website. Enter http://beta.cricket.yahoo.com
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] Build instructions for ARM big-endian BE-8 target
2009-06-05 8:53 [Buildroot] Build instructions for ARM big-endian BE-8 target Gopu Subramanian
@ 2009-06-05 9:30 ` Peter Korsgaard
0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2009-06-05 9:30 UTC (permalink / raw)
To: buildroot
>>>>> "Gopu" == Gopu Subramanian <sgopu@yahoo.com> writes:
Hi,
Gopu> I am trying to build big-endian tool chain for ARM v6
Gopu> architecture (ARM 11MPCore) and it should BE-8 format. In BE-8,
Gopu> instructions should be in little-endian. I want the
Gopu> instructions for BE-8 toolchain.
Ahh, wasn't aware of the funky BE8 format, but after a bit of
googling around it seems to just be a matter of adding --be8 to the
the TARGET_CFLAGS.
Could you try adding it to line 40 of package/Makefile.in and give it
a try?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Build instructions for ARM big-endian BE-8 target
@ 2009-06-05 8:58 Gopu Subramanian
0 siblings, 0 replies; 7+ messages in thread
From: Gopu Subramanian @ 2009-06-05 8:58 UTC (permalink / raw)
To: buildroot
I am trying to build big-endian tool chain for ARM v6 architecture (ARM 11MPCore) and it should BE-8 format. In BE-8, instructions should be in little-endian. I want the instructions for BE-8 toolchain.
I hope this helps.
Thanks
Gopu
--- On Fri, 5/6/09, Peter Korsgaard <jacmet@uclibc.org> wrote:
> From: Peter Korsgaard <jacmet@uclibc.org>
> Subject: Re: [Buildroot] Build instructions for ARM big-endian BE-8 target
> To: "Paul Archer" <ptarcher@gmail.com>
> Cc: "Peter Korsgaard" <jacmet@uclibc.org>, sgopu at yahoo.com, buildroot at busybox.net
> Date: Friday, 5 June, 2009, 2:05 PM
> >>>>> "Paul" == Paul
> Archer <ptarcher@gmail.com>
> writes:
>
> Paul> I guess
> Paul> BE-8 = Big Endian 8 bit instructions
> Paul> BE-32 = Big Endian 32 bit instructions...
>
> That doesn't make much sense. ARM instructions are 32bit
> (except for
> thumb) and you cannot talk about endianess on byte values.
>
> --
> Bye, Peter Korsgaard
>
Cricket on your mind? Visit the ultimate cricket website. Enter http://beta.cricket.yahoo.com
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] Build instructions for ARM big-endian BE-8 target
@ 2009-06-05 2:14 Gopu Subramanian
2009-06-05 7:27 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: Gopu Subramanian @ 2009-06-05 2:14 UTC (permalink / raw)
To: buildroot
Hi,
Right now ARM big endian selection produces a toolchain for ARM big-endian BE-32 target systems. Please provide us the instructions to build ARM big-endian BE-8 system.
Thanks and Regards,
Gopu
Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] Build instructions for ARM big-endian BE-8 target
2009-06-05 2:14 Gopu Subramanian
@ 2009-06-05 7:27 ` Peter Korsgaard
2009-06-05 8:03 ` Paul Archer
0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2009-06-05 7:27 UTC (permalink / raw)
To: buildroot
>>>>> "Gopu" == Gopu Subramanian <sgopu@yahoo.com> writes:
Gopu> Hi,
Gopu> Right now ARM big endian selection produces a toolchain for ARM
Gopu> big-endian BE-32 target systems. Please provide us the
Gopu> instructions to build ARM big-endian BE-8 system.
BE-32? BE-8? What are you talking about? Please be more specific.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] Build instructions for ARM big-endian BE-8 target
2009-06-05 7:27 ` Peter Korsgaard
@ 2009-06-05 8:03 ` Paul Archer
2009-06-05 8:35 ` Peter Korsgaard
0 siblings, 1 reply; 7+ messages in thread
From: Paul Archer @ 2009-06-05 8:03 UTC (permalink / raw)
To: buildroot
I guess
BE-8 = Big Endian 8 bit instructions
BE-32 = Big Endian 32 bit instructions...
Regards Paul
On Fri, Jun 5, 2009 at 5:27 PM, Peter Korsgaard<jacmet@uclibc.org> wrote:
>>>>>> "Gopu" == Gopu Subramanian <sgopu@yahoo.com> writes:
>
> ?Gopu> Hi,
>
> ?Gopu> Right now ARM big endian selection produces a toolchain for ARM
> ?Gopu> big-endian BE-32 target systems. Please provide us the
> ?Gopu> instructions to build ARM big-endian BE-8 system.
>
> BE-32? BE-8? What are you talking about? Please be more specific.
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
----
Regards
Paul Archer
ptarcher at gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-06-05 9:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 8:53 [Buildroot] Build instructions for ARM big-endian BE-8 target Gopu Subramanian
2009-06-05 9:30 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2009-06-05 8:58 Gopu Subramanian
2009-06-05 2:14 Gopu Subramanian
2009-06-05 7:27 ` Peter Korsgaard
2009-06-05 8:03 ` Paul Archer
2009-06-05 8:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox