This is the mail archive of the gcc-bugs@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]

--host=i386-linux --target=sh-hms build failure


version: cvs 2/4/99
   host: i386-linux
 target: sh-hms

Building the compiler fails when compiling egcs/gcc/resource.c:

gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. 
-I../../egcs/gcc -I../../egcs/gcc/config -I../../egcs/gcc/../include 
../../egcs/gcc/resource.c
../../egcs/gcc/resource.c: In function `mark_referenced_resources':
../../egcs/gcc/resource.c:363: `TYPE_SFUNC' undeclared (first use this 
function)
../../egcs/gcc/resource.c:363: (Each undeclared identifier is reported 
only once
../../egcs/gcc/resource.c:363: for each function it appears in.)
../../egcs/gcc/resource.c: In function `mark_set_resources':
../../egcs/gcc/resource.c:661: `TYPE_SFUNC' undeclared (first use this 
function)
make[1]: *** [resource.o] Error 1
make: *** [all-gcc] Error 2

Toshi



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