mips/a.out.h No such file or directory

Arthur mars_arthur@0451.com
Thu Jan 10 04:20:00 GMT 2002


 Hi,all
 I build cross gcc for mips under cygwin.
 Successfully build binutils,then I building the
 bootstrap gcc generate this error


gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I../../g
cc-2.95.3/gcc -I../../gcc-2.95.3/gcc/config -I../../gcc-2.95.3/gcc/../includ
e ../../gcc-2.95.3/gcc/mips-tfile.c
../../gcc-2.95.3/gcc/mips-tfile.c:673: mips/a.out.h: No such file or
directory
make[1]: *** [mips-tfile.o] Error 1

 I found the words in file mips-tfile.c

 #ifndef CROSS_COMPILE
#include <a.out.h>
#else
#include "mips/a.out.h"
#endif /* CROSS_COMPILE */

but I can not find a.out.h in the gcc directory!
What's the matter?

I have the following configuration:
binutils-2.11.2
gcc-2.95.3



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list