This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Build failure from http://gcc.gnu.org/ml/gcc-cvs/2002-01/msg00187.html


Hi,

http://gcc.gnu.org/ml/gcc-cvs/2002-01/msg00187.html

The above patch seems to cause h8300 port not to build any more.

The error message is as follows.

gcc -c -DIN_GCC -DCROSS_COMPILE -O2 -fomit-frame-pointer -save-temps
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -I. -I/home/kazu/gnu/gcc/gcc-head/gcc/gcc
-I/home/kazu/gnu/gcc/gcc-head/gcc/gcc/.
-I/home/kazu/gnu/gcc/gcc-head/gcc/gcc/config
-I/home/kazu/gnu/gcc/gcc-head/gcc/gcc/../include
/home/kazu/gnu/gcc/gcc-head/gcc/gcc/gensupport.c -o gensupport.o
for t in ; do \
    echo "#include \"$t\""; \
done | sed 's|/home/kazu/gnu/gcc/gcc-head/gcc/gcc/||' > tmp-gencheck.h
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for t in ; do  echo "#include \"$t\"";  done | sed 's|/home/kazu/gnu/gcc/gcc-head/gcc/gcc/||' > tmp-gencheck.h'
make[1]: *** [s-gencheck] Error 2
make[1]: Leaving directory `/var/tmp/h8300-hms-gcc-head-0108-1105/gcc'
make: *** [all-gcc] Error 2
Command exited with non-zero status 2

This may be because $(lang_tree_files) is being an empty string, but I
haven't analyzed in depth.

Could somebody take a look at this?

Thanks,

Kazu Hirata


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