* [Buildroot] Using external toolchain / disabling Buildroot toolchain
@ 2006-12-13 18:58 MikeW
2006-12-13 19:13 ` Alex Song
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: MikeW @ 2006-12-13 18:58 UTC (permalink / raw)
To: buildroot
Buildroot cannot build a required toolchain, but I would still like
to use it to build everything else.
Is there a preferred way to disable building the toolchain, and to set
Buildroot to use an external toolchain instead ?
(This is 'inside-out' from the BR docs which say how to use the BR toolchain
from outside.)
Looking at the top-level Makefile, this looks as if it would involve
edits to the file(s).
Regards,
MikeW
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Using external toolchain / disabling Buildroot toolchain
2006-12-13 18:58 [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
@ 2006-12-13 19:13 ` Alex Song
2006-12-13 19:28 ` Bernhard Fischer
2006-12-14 9:29 ` [Buildroot] Using external toolchain / toolchain as package MikeW
2007-01-26 18:28 ` [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2 siblings, 1 reply; 6+ messages in thread
From: Alex Song @ 2006-12-13 19:13 UTC (permalink / raw)
To: buildroot
I had this situation before since we were forced to
use glibc. I'm not sure of a better, easier or
preferred way but I modified the files and only used
buildroot to build the packages.
Regards,
Alex
--- MikeW <mw_phil@yahoo.co.uk> wrote:
> Buildroot cannot build a required toolchain, but I
> would still like
> to use it to build everything else.
>
> Is there a preferred way to disable building the
> toolchain, and to set
> Buildroot to use an external toolchain instead ?
>
> (This is 'inside-out' from the BR docs which say how
> to use the BR toolchain
> from outside.)
>
> Looking at the top-level Makefile, this looks as if
> it would involve
> edits to the file(s).
>
> Regards,
> MikeW
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Using external toolchain / disabling Buildroot toolchain
2006-12-13 19:13 ` Alex Song
@ 2006-12-13 19:28 ` Bernhard Fischer
0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Fischer @ 2006-12-13 19:28 UTC (permalink / raw)
To: buildroot
On Wed, Dec 13, 2006 at 02:13:45PM -0500, Alex Song wrote:
>I had this situation before since we were forced to
>use glibc. I'm not sure of a better, easier or
>preferred way but I modified the files and only used
>buildroot to build the packages.
It would be nice if using an external toolchain would be optional
without breaking the possibility to switch to a uclibc/gcc combo.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Using external toolchain / toolchain as package
2006-12-13 18:58 [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2006-12-13 19:13 ` Alex Song
@ 2006-12-14 9:29 ` MikeW
2007-01-26 18:28 ` [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2 siblings, 0 replies; 6+ messages in thread
From: MikeW @ 2006-12-14 9:29 UTC (permalink / raw)
To: buildroot
MikeW <mw_phil@...> writes:
>
> Buildroot cannot build a required toolchain, but I would still like
> to use it to build everything else.
>
> Is there a preferred way to disable building the toolchain, and to set
> Buildroot to use an external toolchain instead ?
>
> (This is 'inside-out' from the BR docs which say how to use the BR toolchain
> from outside.)
>
> Looking at the top-level Makefile, this looks as if it would involve
> edits to the file(s).
>
> Regards,
> MikeW
>
On a related subject, it might be useful if a toolchain could be installed
from a (special) package - this would allow prebuilt toolchains, or other
source packages (the one I'm looking at is the ARM EABI one from CodeSourcery).
Maybe it's all in there now, and I just need to look ;-)
Regards,
MikeW
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Using external toolchain / disabling Buildroot toolchain
2006-12-13 18:58 [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2006-12-13 19:13 ` Alex Song
2006-12-14 9:29 ` [Buildroot] Using external toolchain / toolchain as package MikeW
@ 2007-01-26 18:28 ` MikeW
2007-01-26 18:45 ` [Buildroot] Using external toolchain / disabling Buildroottoolchain Ulf Samuelsson
2 siblings, 1 reply; 6+ messages in thread
From: MikeW @ 2007-01-26 18:28 UTC (permalink / raw)
To: buildroot
MikeW <mw_phil@...> writes:
>
> Buildroot cannot build a required toolchain, but I would still like
> to use it to build everything else.
>
> Is there a preferred way to disable building the toolchain, and to set
> Buildroot to use an external toolchain instead ?
>
> (This is 'inside-out' from the BR docs which say how to use the BR toolchain
> from outside.)
>
> Looking at the top-level Makefile, this looks as if it would involve
> edits to the file(s).
>
> Regards,
> MikeW
>
Looks like there's a possible patch here
http://bugs.uclibc.org/view.php?id=237
Don't you wish there was a 'patch gallery' ?!
MikeW
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Using external toolchain / disabling Buildroottoolchain
2007-01-26 18:28 ` [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
@ 2007-01-26 18:45 ` Ulf Samuelsson
0 siblings, 0 replies; 6+ messages in thread
From: Ulf Samuelsson @ 2007-01-26 18:45 UTC (permalink / raw)
To: buildroot
MikeW wrote:
> MikeW <mw_phil@...> writes:
>
>>
>> Buildroot cannot build a required toolchain, but I would still like
>> to use it to build everything else.
>>
>> Is there a preferred way to disable building the toolchain, and to
>> set Buildroot to use an external toolchain instead ?
It would be good to specify a toolchain once, and be done with
it, so you don't have to rebuild the toolchain
every time you start on a new version of buildroot.
>> (This is 'inside-out' from the BR docs which say how to use the BR
>> toolchain from outside.)
>>
>> Looking at the top-level Makefile, this looks as if it would involve
>> edits to the file(s).
>>
>> Regards,
>> MikeW
>>
>
> Looks like there's a possible patch here
> http://bugs.uclibc.org/view.php?id=237
>
> Don't you wish there was a 'patch gallery' ?!
>
> MikeW
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
Best Regards,
Ulf Samuelsson
ulf at atmel.com
GSM: +46 (706) 22 44 57
Tel: +46 (8) 441 54 22
Fax: +46 (8) 441 54 29
Mail: Box 2033 174 02 Sundbyberg
Visit: Kavalleriv?gen 24
174 58 Sundbyberg'
Sweden
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-01-26 18:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13 18:58 [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2006-12-13 19:13 ` Alex Song
2006-12-13 19:28 ` Bernhard Fischer
2006-12-14 9:29 ` [Buildroot] Using external toolchain / toolchain as package MikeW
2007-01-26 18:28 ` [Buildroot] Using external toolchain / disabling Buildroot toolchain MikeW
2007-01-26 18:45 ` [Buildroot] Using external toolchain / disabling Buildroottoolchain Ulf Samuelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox