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]
Other format: [Raw text]

Re: sh-elf build error with gcc-3.5-20040704


Nitin Shah wrote:
/bin/sh ./libtool --mode=compile /home/nitins2/intmdt_build/sh-elfbld3.5-20040704/build-gcc-3.5-20040704/gcc/xgcc -B/home/nitins2/intmdt_build/sh-elfbld3.5-20040704/build-gcc-3.5-20040704/gcc/ -B/home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/bin/ -B/home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/lib/ -isystem /home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/include -isystem /home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/sys-include -DHAVE_CONFIG_H -I. -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap -I.   -O2 -O2 -Wall -ffunction-sections -fdata-sections -O2 -O2 -DLIBMUDFLAPTH -c /home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap/mf-runtime.c -o pth/mf-runtime.lo
/home/nitins2/intmdt_build/sh-elfbld3.5-20040704/build-gcc-3.5-20040704/gcc/xgcc -B/home/nitins2/intmdt_build/sh-elfbld3.5-20040704/build-gcc-3.5-20040704/gcc/ -B/home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/bin/ -B/home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/lib/ -isystem /home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/include -isystem /home/nitins2/intmdt_share/gnush_v0403_elf-1/sh-elf/sys-include -DHAVE_CONFIG_H -I. -I/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap -I. -O2 -O2 -Wall -ffunction-sections -fdata-sections -O2 -O2 -DLIBMUDFLAPTH -c /home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap/mf-runtime.c -o pth/mf-runtime.o
In file included from /home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap/mf-runtime.c:69:
/home/kpit/fsfsrc/downloads/gcc-3.5-20040704/libmudflap/mf-impl.h:223: error: parse error before "__mf_biglock"

Try looking at line 223 in the mudflap/mf-impl.h file. There is probably a reference to an undefined type.


The real problem is likely that your target does not support mudflap, and hence you shouldn't be trying to build it.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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