This is the mail archive of the gcc@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] |
Hija, I'm having some troubles build a cross for target mipsel-linux and host powerpc-linux with the current CVS HEAD. I know it somewhat worked with gcc 3.2.3 and I still having a working gcc-Version 3.4 20030525 (experimental). However it doesn't compile right now with neither gcc version 3.2.3 (Debian) nor gcc-Version 3.3.1 20030626 (Debian prerelease) This is where it fails: make[1]: Leaving directory `/devel/gcc-mipsel/intl' make[1]: Entering directory `/devel/gcc-mipsel/gcc' gcc-3.2 -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/gengenrtl.c -o gengenrtl.oIn file included from tm.h:8, from ../../gcc/gcc/gengenrtl.c:26: ../../gcc/gcc/config/dbxelf.h:73:5: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" In file included from tm.h:9, from ../../gcc/gcc/gengenrtl.c:26: ../../gcc/gcc/config/elfos.h:102:8: attempt to use poisoned "ASM_FILE_START" ../../gcc/gcc/config/elfos.h:103:9: attempt to use poisoned "ASM_FILE_START" ../../gcc/gcc/config/elfos.h:121:9: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" ../../gcc/gcc/config/elfos.h:122:9: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" ../../gcc/gcc/config/elfos.h:166:9: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" ../../gcc/gcc/config/elfos.h:175:3: attempt to use poisoned "ASM_GLOBALIZE_LABEL" ../../gcc/gcc/config/elfos.h:229:9: attempt to use poisoned "CONST_SECTION_ASM_OP" ../../gcc/gcc/config/elfos.h:276:38: attempt to use poisoned "CONST_SECTION_ASM_OP" ../../gcc/gcc/config/elfos.h:283:9: attempt to use poisoned "UNIQUE_SECTION" ../../gcc/gcc/config/elfos.h:311:7: attempt to use poisoned "STRIP_NAME_ENCODING" ../../gcc/gcc/config/elfos.h:333:9: attempt to use poisoned "SELECT_RTX_SECTION"../../gcc/gcc/config/elfos.h:334:9: attempt to use poisoned "SELECT_RTX_SECTION"../../gcc/gcc/config/elfos.h:358:8: attempt to use poisoned "SELECT_SECTION" ../../gcc/gcc/config/elfos.h:359:9: attempt to use poisoned "SELECT_SECTION" ../../gcc/gcc/config/elfos.h:542:11: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" In file included from tm.h:10, from ../../gcc/gcc/gengenrtl.c:26: ../../gcc/gcc/config/svr4.h:66:8: attempt to use poisoned "CPP_PREDEFINES" ../../gcc/gcc/config/svr4.h:200:9: attempt to use poisoned "SCCS_DIRECTIVE" In file included from tm.h:12, from ../../gcc/gcc/gengenrtl.c:26: ../../gcc/gcc/config/mips/mips.h:824:9: attempt to use poisoned "CPP_PREDEFINES"../../gcc/gcc/config/mips/mips.h:1538:9: attempt to use poisoned "OBJECT_FORMAT_ROSE" ../../gcc/gcc/config/mips/mips.h:1547:1: warning: C++ style comments are not allowed in ISO C89 ../../gcc/gcc/config/mips/mips.h:1547:1: warning: (this will be reported only once per input file) ../../gcc/gcc/config/mips/mips.h:3351:9: attempt to use poisoned "ENCODE_SECTION_INFO" ../../gcc/gcc/config/mips/mips.h:3542:9: attempt to use poisoned "CONST_COSTS" ../../gcc/gcc/config/mips/mips.h:3664:9: attempt to use poisoned "RTX_COSTS" ../../gcc/gcc/config/mips/mips.h:3870:9: attempt to use poisoned "ADDRESS_COST" ../../gcc/gcc/config/mips/mips.h:4048:8: attempt to use poisoned "ASM_FILE_START" ../../gcc/gcc/config/mips/mips.h:4049:9: attempt to use poisoned "ASM_FILE_START" ../../gcc/gcc/config/mips/mips.h:4410:9: attempt to use poisoned "ASM_GLOBALIZE_LABEL" ../../gcc/gcc/config/mips/mips.h:4429:11: attempt to use poisoned "ASM_GLOBALIZE_LABEL" ../../gcc/gcc/config/mips/mips.h:4458:8: attempt to use poisoned "ASM_FILE_END" ../../gcc/gcc/config/mips/mips.h:4459:9: attempt to use poisoned "ASM_FILE_END" ../../gcc/gcc/config/mips/mips.h:4487:8: attempt to use poisoned "ASM_OUTPUT_INTERNAL_LABEL" ... Any ideas? -- Servus, Daniel
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |