Hi ,   I am trying to cross compile gcc-2.8.0 for target m68k-wrs-vxworks on host i386 running solaris2.7. I have successfully compiled and installed binutils 2.9. But gcc building gives the following error.   Anyhelp in this regard will be appreciated. ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC   -g -I./include  -I. -I. -I./config \ -c ./objc/hash.c -o objc/hash.o In file included from ./objc/hash.c:31: objc/runtime.h:31: stdio.h: No such file or directory objc/runtime.h:32: ctype.h: No such file or directory In file included from objc/runtime.h:38,                  from ./objc/hash.c:31: include/objc/objc-api.h:33: stdio.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `objc/hash.o' Regards cjk