From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chathu Jayakrishnan" To: Subject: Need help cross compiling Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <000b01bf839b$fb647ea0$42b7f7d0@cjk.hyd.rampnet.com> X-SW-Source: 2000-q1/msg00312.html Message-ID: <20000401000000.3d_mok1YGSg-OErWpZm51j4GNu7f5xKCIUJ4Vv4hC34@z> 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