Hey, in fact that very often people have problems building their own cross-compiling toolchain I want to show you a litte, very nice project.
git://git.infradead.org/users/segher/buildall.git It's maintained by Segher, a activ member of #gcc (freenode). So get the latest sources of binutils, gcc and untar them. Modify the config, and run the build script and you'll have a (for me) working toolchain in only few minutes. Greets phil David Welch <[email protected]> wrote: > > No doubt a lot of effort to find the right combination of gcc and > binutils. The combination and your build produce something that can > build prex. I am running on an ubuntu 9.10 machine, wait no this is > 9.04, hmmm what happened there. Will try with a 9.10 machine soon. > Thank you for that effort. > > David > > David Welch wrote: > > Understood, your version, and may other variations, I have tried many > > times over the years, I guess you didnt understand my goals and response. > > > > I will try this particular variation. > > > > Thanks for the info and the web page. > > David > > > > David Given wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> On 03/01/10 21:50, David Welch wrote: > >> [...] > >>> Sure, just tested it using an arm-elf target instead of arm-none-eabi, > >>> it built a usable arm cross toolchain. But prex wants more than a cross > >>> compiler. It wants libraries too. > >> My instructions should build the *runtime* libraries --- which is what > >> Prex needs (I originally wrote these while struggling with an H8S port > >> of Prex). But they won't build the *C* libraries (libc etc). > >> > >> Building gcc is horribly magic --- some versions just don't work. The > >> CFLAGS setting is very important. I'd suggest try following my > >> instructions straight and making sure that it actually works before > >> trying again with a different version. > >> > >> - -- > >> ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── > >> │ > >> │ "Sufficiently advanced incompetence is indistinguishable from > >> │ malice." -- Vernon Schryver > >> -----BEGIN PGP SIGNATURE----- > >> Version: GnuPG v1.4.9 (GNU/Linux) > >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > >> > >> iEYEARECAAYFAktBEqwACgkQf9E0noFvlzh/pwCg0RXqBRzLpjfYVVvgQMU/mD3n > >> OlUAn0ztnENNHxsT80aO3I4YUym6vWR/ > >> =TGcI > >> -----END PGP SIGNATURE----- > >> > >> ------------------------------------------------------------------------------ > >> This SF.Net email is sponsored by the Verizon Developer Community > >> Take advantage of Verizon's best-in-class app development support > >> A streamlined, 14 day to market process makes app distribution fast and > >> easy > >> Join now and get one step closer to millions of Verizon customers > >> http://p.sf.net/sfu/verizon-dev2dev > >> _______________________________________________ > >> Prex-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/prex-devel > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > Prex-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/prex-devel > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Prex-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/prex-devel ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
