This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

Got some error with cvs-head


gcc -g   -I. -I../../src/gdb -I../../src/gdb/common
-I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\""
-DHAVE_CONFIG_H -I../../src/gdb/../include/opcode
-I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd
-I../../src/gdb/../include -I../libdecnumber
-I../../src/gdb/../libdecnumber  -I../../src/gdb/gnulib -Ignulib
-DMI_OUT=1 -DTUI=1   -Wall -Wdeclaration-after-statement
-Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused
-Wno-switch -Wno-char-subscripts -Werror -c -o remote.o -MT remote.o
-MMD -MP -MF .deps/remote.Tpo ../../src/gdb/remote.c
../../src/gdb/remote.c:164: error: conflicting types for 'crc32'
../../src/gdb/../include/libiberty.h:316: error: previous declaration
of 'crc32' was here
make: *** [remote.o] Error 1

Looks like new crc32 make something wrong.

Thanks,
Hui

On Sat, Jul 25, 2009 at 08:01, <dj@sourceware.org> wrote:
> CVSROOT: ? ? ? ?/cvs/src
> Module name: ? ?src
> Changes by: ? ? dj@sourceware.org ? ? ? 2009-07-25 00:01:58
>
> Modified files:
> ? ? ? ?libiberty ? ? ?: ChangeLog Makefile.in functions.texi
> Added files:
> ? ? ? ?libiberty ? ? ?: crc32.c
>
> Log message:
> ? ? ? ?merge from gcc
>
> Patches:
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/crc32.c.diff?cvsroot=src&r1=NONE&r2=1.1
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.497&r2=1.498
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/Makefile.in.diff?cvsroot=src&r1=1.96&r2=1.97
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/functions.texi.diff?cvsroot=src&r1=1.34&r2=1.35
>
>


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