From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 03 Oct 2006 09:52:41 +0100 (BST) Received: from ns2.nec.com.au ([147.76.180.2]:37295 "EHLO ns2.nec.com.au") by ftp.linux-mips.org with ESMTP id S20037889AbWJCIwj (ORCPT ); Tue, 3 Oct 2006 09:52:39 +0100 Received: from smtp1.nec.com.au (unknown [172.31.8.18]) by ns2.nec.com.au (Postfix) with ESMTP id 4021C3B6A7 for ; Tue, 3 Oct 2006 18:52:32 +1000 (EST) Received: from [147.76.208.162] ([147.76.208.162]) by tns.neca.nec.com.au (8.12.8/8.12.8) with ESMTP id k938wFZl031204; Tue, 3 Oct 2006 18:58:16 +1000 Message-ID: <4522245D.4020801@nec.com.au> Date: Tue, 03 Oct 2006 18:50:37 +1000 From: Pak Woon User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yoichi Yuasa Cc: linux-mips@linux-mips.org Subject: Re: Roll-your-own Toolchain Builds References: <20061002231432.733374f7.yoichi_yuasa@tripeaks.co.jp> <20061002151800.GA25180@linux-mips.org> <200610030144.k931i4TD002658@mbox32.po.2iij.net> <4522175B.80901@nec.com.au> <20061003173304.04e8b907.yoichi_yuasa@tripeaks.co.jp> In-Reply-To: <20061003173304.04e8b907.yoichi_yuasa@tripeaks.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 12773 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: pak.woon@nec.com.au Precedence: bulk X-list: linux-mips >>I am trying to roll-my-own toolchain by following the instructions >>outlined in http://www.linux-mips.org/wiki/Toolchains. I have >>encountered the "cannot create executables" / "crt01.o: No such file" >>problem. There are a lot of people who see the same thing, but there >>does not seem to be a definative answer. > > > When did you get the message? During the "make -j2" command when building gcc > building toolchain or ... > > >>FYI, my packages are:- >>binutils-2.16.91.0.6-5 >>gcc-4.1.1-1.fc5 >>lib-gcc-4.1.1-1.fc5 >>gcc-gfortran-4.1.1-1.fc5 >>gcc-g++-4.1.1-1.fc5 > > > Did you install glibc-devel package? I have glibc-devel-2.4-11 > Yoichi >