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]

Build failure for m68k-elf on gcc-3.0 branch


Hi,

I'm getting the following build failure when trying to build the gcc-3.0
branch for m68k-elf. The mainline source seems to be building
dwarf2out.c OK. Seems like the same problem that bit(?) sh-elf a couple
of weeks ago  http://gcc.gnu.org/ml/gcc-bugs/2001-05/msg00413.html

Dave

gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long  -DHAVE_CONFIG_H    -I. -I.
-I/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc
-I/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/.
-I/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/config
-I/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/../include
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c -o
dwarf2out.o
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c: In
function `dwarf2out_frame_debug':
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c:1598:
`ACCUMULATE_OUTGOING_ARGS' undeclared (first use in this function)
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c:1598:
(Each undeclared identifier is reported only once
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c:1598: for
each function it appears in.)
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c: In
function `output_call_frame_info':
/home/dave/source/cvs-versions/gcc-3.0-cvs/gcc/gcc/dwarf2out.c:1868:
warning: int format, long int arg (arg 4)



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