From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-embedded+bounces-1376-garchives=archives.gentoo.org@gentoo.org>) id 1GeUIV-0004sB-CJ for garchives@archives.gentoo.org; Mon, 30 Oct 2006 10:23:15 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9UAMJAR008723; Mon, 30 Oct 2006 10:22:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9UAMICn018776 for <gentoo-embedded@lists.gentoo.org>; Mon, 30 Oct 2006 10:22:19 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A50CD64CFF for <gentoo-embedded@lists.gentoo.org>; Mon, 30 Oct 2006 10:22:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.113 X-Spam-Level: X-Spam-Status: No, score=-2.113 required=5.5 tests=[AWL=0.286, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oDv0TPQX0was for <gentoo-embedded@lists.gentoo.org>; Mon, 30 Oct 2006 10:22:11 +0000 (UTC) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by smtp.gentoo.org (Postfix) with ESMTP id 780D364D8E for <gentoo-embedded@gentoo.org>; Mon, 30 Oct 2006 10:22:11 +0000 (UTC) Received: by nz-out-0102.google.com with SMTP id m7so1227587nzf for <gentoo-embedded@gentoo.org>; Mon, 30 Oct 2006 02:22:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NYwfECp4OLhu5I/z71Hm7VohRGQVS3aL3OxPbgTF2Kzxs8aAhtqQs+X6mGliQxeB4vFfJ4I0i2kPt2L8DY7cElZYC6K7w6BmY64yw9iTE+cYd3HXNpVgQSZz1b6riwD5hXDAdQKfhWVGP7XIuk/GnhkvoUdxwnU7I/XitjsLdhU= Received: by 10.35.91.10 with SMTP id t10mr4615812pyl; Mon, 30 Oct 2006 02:22:09 -0800 (PST) Received: by 10.35.111.11 with HTTP; Mon, 30 Oct 2006 02:22:09 -0800 (PST) Message-ID: <20c6f18e0610300222l979737apc13cf3ca799c556@mail.gmail.com> Date: Mon, 30 Oct 2006 10:22:09 +0000 From: "Marcelo Coelho" <marcelocoelho@gmail.com> To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] Cross compiling gcc 2.95 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 834871c2-c32e-4647-a91b-be8aa315001a X-Archives-Hash: 412c4efc660514f879346f0b4bc43f27 Hi! I need to use an old gcc (gcc-2.95) to solve a problem at work. I was thinking about using crossdev, with: crossdev -s4 --gcc 2.95 --target x86-pc-linux-gnu But when it starts compiling gcc, it stops with the errors: stdlib.h: No such file or directory unistd.h: No such file or directory How can i solve this? I really need a 2.95 series gcc! Thanks for your help! -- gentoo-embedded@gentoo.org mailing list