This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
--host=i386-linux --target=sh-hms build failure
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: --host=i386-linux --target=sh-hms build failure
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Thu, 4 Feb 1999 12:27:01 -0800 (PST)
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