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]

Re: problem building cross compiler gcc-3.4.4


Shyamal Sadanshio kirjoitti:
I get following error message:

In file included from ../../gcc-3.4.4/gcc/crtstuff.c:62:
../../gcc-3.4.4/gcc/tsystem.h:79:19: stdio.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:82:23: sys/types.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:85:19: errno.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:92:20: string.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:93:20: stdlib.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:94:20: unistd.h: No such file or directory
../../gcc-3.4.4/gcc/tsystem.h:100:18: time.h: No such file or directory


My config options is as below:
../gcc-3.4.4/configure --target=$TARGET --prefix=$PREFIX
--enable-language=c --with-headers=/home/hda7/linux-malta/include
--with-gnu-ld --with-gnu-as --disable-shared --enable-threads
Were the target headers where you told them being (/home/hda7/linux-malta/include)
when starting the build ? What doesn't exist, cannot be found...



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