bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

6.7 build breaks on i686


From: chris
Subject: 6.7 build breaks on i686
Date: Mon, 3 Mar 2008 04:32:15 -0800 (PST)
User-agent: G2/1.0

Hi Everyone,

Ilya N. GolubevIlya N. Golubev wrote:

Version: 6.7
Compiler: gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
System: i686-pc-linux-gnu
While compiling the following file, `-Werror' is passed to compiler.
Still
gdb-6.7/bfd/elf32-i386.c: In function `elf_i386_tls_transition':
gdb-6.7/bfd/elf32-i386.c:1174: warning: duplicate `const'
gdb-6.7/bfd/elf32-i386.c:1174: warning: duplicate `const'
make[4]: *** [elf32-i386.lo] Error 1

Preprocessed code contains the following.
`bfd.h':
typedef const struct reloc_howto_struct reloc_howto_type;
`elf32-i386.c':
const reloc_howto_type *from, *to;

`reloc_howto_type' appears to be quite generic, the same in all
builds. So this error warning should occur whenever compiling any
code like that.


I also cannot make gdb 6.7 on a Fedora 2.4.22-1.2174.nptl, because I
get the same error and have no idea how to get past it.

Can anyone help? Ilya, any input?

Cheers,
Chris


reply via email to

[Prev in Thread] Current Thread [Next in Thread]