From mboxrd@z Thu Jan 1 00:00:00 1970 From: tfl@mc.com (Tom Litrenta) To: gnu@gnu.org Subject: How to build a cross-compiler Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200001201729.MAA14953@mescaline.gnu.org> X-SW-Source: 2000-q1/msg00145.html Message-ID: <20000401000000.EGfq3-pQuMOXm-6-tGBMcrq8Pz2wXTVToCxhHOcX2U4@z> I downloaded gcc-2.95.1.tar.gz , untared it and got a directory structure. I then did a 1 - make bootstrap 2 - make install and the compiler on a sparc worked fine. Now I want to build a cross-compiler for a Power PC. The directions in www.objsw.com/CrossGCC/FAQ specify that I have 1 - binutilities and 2 - Newlib What are these, where do I get them . Once I have them I can convert my directory structure using 1 - one-tree-1.6.sh and 2 - build-cross.sh The compiler was easy(but long to build) but the building of the cross GCC for the PPC seems much harder!!