This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: [CT_NG] Cross-compiler for Alpha architecture
- From: "Ryan Arnold" <ryan dot arnold at gmail dot com>
- To: "Ioannis E. Venetis" <venetis at capsl dot udel dot edu>
- Cc: crossgcc at sourceware dot org, libc-help at sourceware dot org
- Date: Fri, 20 Jun 2008 13:30:46 -0500
- Subject: Re: [CT_NG] Cross-compiler for Alpha architecture
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7dUtto0UOe2v9DoiIb7rqrtXzT5BpiVcDwmhtsexyHI=; b=eg+idW5n/6MbpSzPevbCsFWIuj/Rk9Q+lIFCo2M2urQhGm4B4n/q1hgA3jiueJiNFX iOVkrXf1oPdHwbhyQY7IMqNyyPhYDhuA2YKILifnGHctrCdFqzgv3+wI8Vg1RefYNH9+ qOP+3bHhIgD+y17hg+zgspwXuXKAfGRz4CsGA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TlhTxfZ5rWQabyBSRr7Oct31j4k4L2xrCMpYalxVXpEm1UFWxv9VRyhCRqUOMonez1 232tTH+xwvOJ0MSSkIIkqUwvUwFdPebFPW3v7+tW403G42V1QDwW2IsRldRbjZUwHnL4 9Rh9J60i7qaE6E6ASi4iEpJs8qY25++6CEwD0=
- References: <485B5160.9050106@capsl.udel.edu>
On Fri, Jun 20, 2008 at 1:42 AM, Ioannis E. Venetis
<venetis@capsl.udel.edu> wrote:
> 1) When trying to build gcc 4.3.1 or 4.3.0 (glibc version doesn't
> matter), the error is basically this:
>
> error: no include path in which to search for limits.h
I can't speak toward the rest of the email but I can toward this issue.
GCC 4.3 changed the location of some of the header files. I don't
understand why you'd be getting these errors while building GCC since
it provides them.
With regard to GLIBC, Roland checked in some changes so that the GLIBC
build system could find the new locations of the GCC provided header
files.
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/configure.in.diff?cvsroot=glibc&r1=1.472&r2=1.473
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/configure.diff?cvsroot=glibc&r1=1.462&r2=1.463
Regards