From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29418 invoked by alias); 31 Jan 2010 10:39:35 -0000 Received: (qmail 29409 invoked by uid 22791); 31 Jan 2010 10:39:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from mailout03.t-online.de (HELO mailout03.t-online.de) (194.25.134.81) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 31 Jan 2010 10:39:29 +0000 Received: from fwd11.aul.t-online.de (fwd11.aul.t-online.de ) by mailout03.t-online.de with smtp id 1NbXDD-00078o-8x; Sun, 31 Jan 2010 11:39:27 +0100 Received: from [192.168.0.83] (Vam2KvZFZhO4UpZHOxzWahg1PB7OfxgfM+5wR4G97XsxdSJxl7w7gFPavmuOYrZgHy@[84.152.72.84]) by fwd11.aul.t-online.de with esmtp id 1NbXDA-10s9JI0; Sun, 31 Jan 2010 11:39:24 +0100 From: Uwe Papengut Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Help with Building toolchain with crosstool-ng on Mac OS X 10.6.2 (Snow Leopard) Date: Sun, 31 Jan 2010 10:39:00 -0000 Message-Id: To: crossgcc@sourceware.org Mime-Version: 1.0 (Apple Message framework v1077) Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00135.txt.bz2 Hello, I read the article "Building toolchain with crosstool-ng on Mac OS X SL" in= the mail archive and I am not sure which version of coreutils, gawk, libto= ol and so on I need. I read the MacOS-X.txt, too. I started with the command of the MacOS-X.txt manually and I got a lot of w= arnings and errors: -------------------------------------------------------------------------- echo Create new Directory mkdir /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp echo Install GNU sed into /usr/local cd /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp curl -O http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.bz2 tar -xf sed-4.2.1.tar.bz2 cd sed-4.2.1 ./configure --prefix=3D/usr/local make -j 2 sudo make install echo Install GNU coreutils cd /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp curl -O http://ftp.gnu.org/gnu/coreutils/coreutils-7.4.tar.gz tar -xf coreutils-7.4.tar.gz cd coreutils-7.4 ./configure --prefix=3D/usr/local make -j 2 sudo make install echo Install GNU libtool cd /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp curl -O http://ftp.gnu.org/gnu/libtool/libtool-2.2.6a.tar.gz tar -xf libtool-2.2.6a.tar.gz cd libtool-2.2.6 ./configure --prefix=3D/usr/local make -j 2 sudo make install echo Install GNU awk, needed to fix a weird error in glibc compile cd /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp curl -O http://ftp.gnu.org/gnu/gawk/gawk-3.1.7.tar.bz2 tar -xf gawk-3.1.7.tar.bz2 cd gawk-3.1.7 ./configure --prefix=3D/usr/local make -j 2 sudo make install echo Xcode doesn't come with objcopy/objdump, but you need them.=20 cd /Applications/arm-linux-gcc/crosstool-ng-1.5.3/_tmp curl -O http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 tar -xf binutils-2.19.1.tar.bz2 cd binutils-2.19.1 ./configure --prefix=3D/usr/local make -j 2 sudo cp binutils/obj{dump,copy} /usr/local/bin echo Done installing prerequisites...now do the fun stuff! -------------------------------------------------------------------------- Has anyone successfully installed the program crossgcc on MacOS SL manually= (or with crosstool-ng)? Best Regards, Uwe -- For unsubscribe information see http://sourceware.org/lists.html#faq