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]

MIPS build failure


Hi --

I'm seeing failures building gdb-head for MIPS targets.  The
failure are warnings while compiling the MIPS opcode tables.  Gdb
is built with -Werror and the tables have missing initializers for
the 'exclusions' field.

Is anyone else seeing this build failure?  If not, what are
you doing different from a minimal configuration?

The fix is trivial: add 0 initializers for the missing field.
Is anyone else working on this?

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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