From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.polybottom.org (polybottom.org [66.220.1.110]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j4Q4lESC009736 for <gentoo-embedded@lists.gentoo.org>; Thu, 26 May 2005 04:47:15 GMT Received: from [192.168.0.126] ([::ffff:209.169.96.182]) (AUTH: LOGIN brian@brianandsara.net, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by mail.polybottom.org with esmtp; Wed, 25 May 2005 23:47:15 -0500 id 0000C742.429554D3.00000C94 Message-ID: <429554D1.7010109@gentoo.org> Date: Wed, 25 May 2005 23:47:13 -0500 From: Brian Jackson <iggy@gentoo.org> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050509) X-Accept-Language: en-us, en Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo References: <OF19326B9E.54777AC9-ONC125700A.002549D5-C125700A.00260B31@isbac.com> <Pine.LNX.4.61.0505251503090.21026@mail.magrittesystems.com> In-Reply-To: <Pine.LNX.4.61.0505251503090.21026@mail.magrittesystems.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: c74b2ce8-e0ca-4187-9e81-f8541268f8dd X-Archives-Hash: 032d7c609c0ca6dbe849e230ff188462 michael@michaelshiloh.com wrote: > Thanks Marius, > > I have another question. I'm building for a VIA EPIA ME-6000. I'm using > the following /etc/make.conf: > > USE="uclibc" > CHOST="i586-gentoo-linux-uclibc" > CFLAGS="-march=c3 -m3dnow -mmmx -Os -pipe -fomit-frame-pointer" > CXXFLAGS="${CFLAGS}" > FEATURES="buildpkg" > > this based on advice from > http://www.epiawiki.org/wiki/tiki-index.php?page=EpiaInstallingGentoo > and > http://gentoo-wiki.com/Safe_Cflags#Eden_C3.2FEzra_.28Via.29 > > > I get an error during emerging the system: > > i386-gentoo-linux-uclibc-gcc -pthread -shared -march=c3 -m3dnow > -mmmx -Os -pipe > -fomit-frame-pointer build/temp.linux-i686-2.3/fchksum.o > build/temp.linux-i686-2.3/md5.o build/temp.linux-i686-2.3/cksum.o > build/temp.linux-i686-2.3/sum.o -lz -o > build/lib.linux-i686-2.3/fchksum.so > gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc" > error: command 'i386-gentoo-linux-uclibc-gcc' failed with exit status 1 > > Fair enough, I do not have i386-gentoo-linux-uclibc-gcc, instead I have > i586-gentoo-linux-uclibc-gcc. Why did it not get called? You probably changed CHOST on a stage3 (it's only allowed to be changed on a stage1 bootstrap). --Iggy > > For now, I'm going to create a link from i586-gentoo-linux-uclibc-gcc to > i386-gentoo-linux-uclibc-gcc, but I'd like to know how I should have > done this properly. > > Any advice? > > Michael > > (P.s Heath - I'm taking notes as I go along to provide feedback to your > excellent HOWTO) -- Stuff for sale -- http://www.brianandsara.net/temp/forsale.html Gentoo Linux -- http://www.gentoo.org IVTV -- http://ivtv.writeme.ch -- gentoo-embedded@gentoo.org mailing list