This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [CT_NG] Cross-compiler for Alpha architecture


Thanks!

This solved the glibc issue, but now I get a new error, further down in
the build:

source='/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/src/gcc-4.3.1/libdecnumber/dpd/decimal128.c'
object='decimal128.o' libtool=no i686-pc-linux-gnu-gcc 
-I/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/src/gcc-4.3.1/libdecnumber
-I.  -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute
-Wcast-qual -pedantic -Wno-long-long 
-I/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/src/gcc-4.3.1/libdecnumber
-I.  -c
/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/src/gcc-4.3.1/libdecnumber/dpd/decimal128.c
[ALL  ]    rm -f libdecnumber.a
[ALL  ]    ar cru libdecnumber.a decNumber.o decContext.o decimal32.o
decimal64.o decimal128.o
[ALL  ]    i686-pc-linux-gnu-ranlib libdecnumber.a
[ALL  ]    make[1]: Leaving directory
`/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/alphaev56-unknown-linux-gnu/build/build-cc-core-shared/libdecnumber'
[ALL  ]    make[1]: Entering directory
`/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/alphaev56-unknown-linux-gnu/build/build-cc-core-shared/gcc'
[ERROR]    make[1]: *** No rule to make target `libgcc.mk'.  Stop.
[ALL  ]    make[1]: Leaving directory
`/root/Temp/crosstool-ng/crosstool-ng-2008-06-19/targets/alphaev56-unknown-linux-gnu/build/build-cc-core-shared/gcc'
[ERROR]    Build failed in step 'Installing shared core C compiler'

As this is a GCC error, I will move the discussion to the appropriate
mailing list.

Ioannis

> 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
>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]