Re: [PATCH 00/09] atomic.h : standardizing atomic primitives
Richard Purdie <[email protected]>
| Newsgroups | gmane.linux.kernel.tracing,gmane.linux.kernel,gmane.linux.systemtap |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2007-01-27 at 12:05 -0800, Andrew Morton wrote: > On Sat, 27 Jan 2007 13:11:16 -0500 > Mathieu Desnoyers <[email protected]> wrote: > > > I am currently trying crosstool by Dan Kegel, it looks promising. > > http://www.kegel.com/crosstool/ > > Yeah, I spent a frustrating two days with crosstool, managed to eke a > number of cross-compilers out of it, but it took a *lot* of experimentation > with gcc, glibc and binutils versions to get combinations which actually > work. Good luck ;) FWIW, OpenEmbedded (http://www.openembedded.org/) is a very capable toolchain builder amongst other things. I built an ARM toolchain for Andrew a while back with it. I'm personally not sure of its support outside ARM/i386 since I don't have hardware to test any other output but others use it for a variety of targets and new ones are simple to add due to its design. I could probably arrange to share an ARM toolchain if there was demand... Richard