* [Buildroot] Recommended cross toolchain for ARM
@ 2013-07-23 6:03 Woody Wu
2013-07-23 20:33 ` Tim Nelson
2013-07-27 14:14 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Woody Wu @ 2013-07-23 6:03 UTC (permalink / raw)
To: buildroot
Hi,
Do you guys have a suggested cross toolchain? I want to use glibc
instead of uclibc, so in the buildroot default supported options, it
left only Sourcery CodeBench (SCB). But SCB seems not a very completed
toolchain, when I use it to compile some of my applications, I found it
missed with some definitions (such as RLIM_*) which should normally
appear in a standard header file.
Then I tried, Linaro, but it seems that it do not well support my armv5t
core. Anyway, I run with errors after configured it with buildroot.
So, is there a free ARM cross toolchains which is in one hand workable
with buidroot and on the other hand contains all the necessary things
that normally required to build applications.
Thanks in advance!
--
I can't go back to yesterday - because I was a different person then
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Recommended cross toolchain for ARM
2013-07-23 6:03 [Buildroot] Recommended cross toolchain for ARM Woody Wu
@ 2013-07-23 20:33 ` Tim Nelson
2013-07-24 3:22 ` Woody Wu
2013-07-24 14:16 ` Grant Edwards
2013-07-27 14:14 ` Thomas Petazzoni
1 sibling, 2 replies; 6+ messages in thread
From: Tim Nelson @ 2013-07-23 20:33 UTC (permalink / raw)
To: buildroot
----- Original Message -----
> Hi,
>
> Do you guys have a suggested cross toolchain? I want to use glibc
> instead of uclibc, so in the buildroot default supported options, it
> left only Sourcery CodeBench (SCB). But SCB seems not a very
> completed
> toolchain, when I use it to compile some of my applications, I found
> it
> missed with some definitions (such as RLIM_*) which should normally
> appear in a standard header file.
>
> Then I tried, Linaro, but it seems that it do not well support my
> armv5t
> core. Anyway, I run with errors after configured it with buildroot.
>
> So, is there a free ARM cross toolchains which is in one hand
> workable
> with buidroot and on the other hand contains all the necessary things
> that normally required to build applications.
>
> Thanks in advance!
>
I've had good luck with building my own using crosstool-ng[1].
--Tim
[1] http://crosstool-ng.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Recommended cross toolchain for ARM
2013-07-23 20:33 ` Tim Nelson
@ 2013-07-24 3:22 ` Woody Wu
2013-07-24 4:25 ` Steve Calfee
2013-07-24 14:16 ` Grant Edwards
1 sibling, 1 reply; 6+ messages in thread
From: Woody Wu @ 2013-07-24 3:22 UTC (permalink / raw)
To: buildroot
On Tue, Jul 23, 2013 at 03:33:28PM -0500, Tim Nelson wrote:
> ----- Original Message -----
> > Hi,
> >
> > Do you guys have a suggested cross toolchain? I want to use glibc
> > instead of uclibc, so in the buildroot default supported options, it
> > left only Sourcery CodeBench (SCB). But SCB seems not a very
> > completed
> > toolchain, when I use it to compile some of my applications, I found
> > it
> > missed with some definitions (such as RLIM_*) which should normally
> > appear in a standard header file.
> >
> > Then I tried, Linaro, but it seems that it do not well support my
> > armv5t
> > core. Anyway, I run with errors after configured it with buildroot.
> >
> > So, is there a free ARM cross toolchains which is in one hand
> > workable
> > with buidroot and on the other hand contains all the necessary things
> > that normally required to build applications.
> >
> > Thanks in advance!
> >
>
> I've had good luck with building my own using crosstool-ng[1].
>
> --Tim
>
Is that easy to learn?
> [1] http://crosstool-ng.org/
--
I can't go back to yesterday - because I was a different person then
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Recommended cross toolchain for ARM
2013-07-24 3:22 ` Woody Wu
@ 2013-07-24 4:25 ` Steve Calfee
0 siblings, 0 replies; 6+ messages in thread
From: Steve Calfee @ 2013-07-24 4:25 UTC (permalink / raw)
To: buildroot
It is easy to install and build. And the worlds foremost expert is a major
contributor here (Yann).
On Tue, Jul 23, 2013 at 8:22 PM, Woody Wu <narkewoody@gmail.com> wrote:
> On Tue, Jul 23, 2013 at 03:33:28PM -0500, Tim Nelson wrote:
> > ----- Original Message -----
> > > Hi,
> > >
> > > Do you guys have a suggested cross toolchain? I want to use glibc
> > > instead of uclibc, so in the buildroot default supported options, it
> > > left only Sourcery CodeBench (SCB). But SCB seems not a very
> > > completed
> > > toolchain, when I use it to compile some of my applications, I found
> > > it
> > > missed with some definitions (such as RLIM_*) which should normally
> > > appear in a standard header file.
> > >
> > > Then I tried, Linaro, but it seems that it do not well support my
> > > armv5t
> > > core. Anyway, I run with errors after configured it with buildroot.
> > >
> > > So, is there a free ARM cross toolchains which is in one hand
> > > workable
> > > with buidroot and on the other hand contains all the necessary things
> > > that normally required to build applications.
> > >
> > > Thanks in advance!
> > >
> >
> > I've had good luck with building my own using crosstool-ng[1].
> >
> > --Tim
> >
>
> Is that easy to learn?
>
> > [1] http://crosstool-ng.org/
>
> --
> I can't go back to yesterday - because I was a different person then
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130723/e0d96b3f/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Recommended cross toolchain for ARM
2013-07-23 20:33 ` Tim Nelson
2013-07-24 3:22 ` Woody Wu
@ 2013-07-24 14:16 ` Grant Edwards
1 sibling, 0 replies; 6+ messages in thread
From: Grant Edwards @ 2013-07-24 14:16 UTC (permalink / raw)
To: buildroot
On 2013-07-23, Tim Nelson <tnelson@rockbochs.com> wrote:
>> Do you guys have a suggested cross toolchain?
>
> I've had good luck with building my own using crosstool-ng.
That's what I've always done.
--
Grant Edwards grant.b.edwards Yow! UH-OH!! We're out
at of AUTOMOBILE PARTS and
gmail.com RUBBER GOODS!
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Recommended cross toolchain for ARM
2013-07-23 6:03 [Buildroot] Recommended cross toolchain for ARM Woody Wu
2013-07-23 20:33 ` Tim Nelson
@ 2013-07-27 14:14 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2013-07-27 14:14 UTC (permalink / raw)
To: buildroot
Dear Woody Wu,
On Tue, 23 Jul 2013 14:03:05 +0800, Woody Wu wrote:
> Do you guys have a suggested cross toolchain? I want to use glibc
> instead of uclibc, so in the buildroot default supported options, it
> left only Sourcery CodeBench (SCB). But SCB seems not a very completed
> toolchain, when I use it to compile some of my applications, I found it
> missed with some definitions (such as RLIM_*) which should normally
> appear in a standard header file.
Sourcery CodeBench toolchains usually work fine. Could you point to
specific problems with them, i.e which package fails to build, with
which version of the Sourcery CodeBench? Most likely, if your
application fails to build with a Sourcery CodeBench toolchain, it's
because your application doesn't #include the right header files.
> Then I tried, Linaro, but it seems that it do not well support my armv5t
> core. Anyway, I run with errors after configured it with buildroot.
The Linaro toolchains are built for ARMv7, so the C library they
contain will only work on ARMv7+ processors.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-27 14:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 6:03 [Buildroot] Recommended cross toolchain for ARM Woody Wu
2013-07-23 20:33 ` Tim Nelson
2013-07-24 3:22 ` Woody Wu
2013-07-24 4:25 ` Steve Calfee
2013-07-24 14:16 ` Grant Edwards
2013-07-27 14:14 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox