https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63352
--- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > Well, I get this, for example: > > In file included from opncls.c:26:0: > opncls.c: In function 'bfd_fopen': > bfd.h:529:65: error: right-hand operand of comma expression has no effect > [-Werror=unused-value] > #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) > ^ > opncls.c:263:5: note: in expansion of macro 'bfd_set_cacheable' > bfd_set_cacheable (nbfd, TRUE); > ^ Please configure with --disable-werror and file a gdb bug. This is not the place to discuss gdb build issues. Thanks. Rainer