This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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] | |
Hi ...
I am trying to build a crosscompiler from PPC to mips64-linux on my
debian-sid system. The error is:
/mnt/develop/crossgcc/mips64/gcc-cvs-build/gcc/xgcc
-B/mnt/develop/crossgcc/mips64/gcc-cvs-build/gcc/
-B/mnt/develop/crossgcc/mips64-linux//mips64-linux/bin/
-B/mnt/develop/crossgcc/mips64-linux//mips64-linux/lib/ -isystem
/mnt/develop/crossgcc/mips64-linux//mips64-linux/include -isystem
/mnt/develop/crossgcc/mips64-linux//mips64-linux/sys-include -O2
-DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I.
-I../../gcc-cvs/gcc -I../../gcc-cvs/gcc/. -I../../gcc-cvs/gcc/config
-I../../gcc-cvs/gcc/../include -mabi-fake-default -fexceptions -c
../../gcc-cvs/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o
In file included from gthr-default.h:1,
from ../../gcc-cvs/gcc/gthr.h:96,
from ../../gcc-cvs/gcc/unwind-dw2.c:30:
../../gcc-cvs/gcc/gthr-posix.h:37:20: unistd.h: No such file or directory
../../gcc-cvs/gcc/gthr-posix.h:38:21: pthread.h: No such file or directory
In file included from ../../gcc-cvs/gcc/gthr.h:96,
from ../../gcc-cvs/gcc/unwind-dw2.c:30:
Hmm .. where is he looking for? Which files are missing?
I did not get the error with gcc-3.3.1
Regards
Jan
--
.''`. Jan-Hendrik Palic |
: :' : ** Debian GNU/ Linux ** | ** OpenOffice.org ** ,.. ,..
`. `' http://www.debian.org | http://www.openoffice.org ,: ..` `
`- jan.palic@linux-debian.de | ' ` `
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |