This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
can not compile binutils with mingw-w64 (64 bits)
- From: Vincent Torri <vincent dot torri at gmail dot com>
- To: binutils at sourceware dot org
- Date: Fri, 16 Mar 2012 14:28:19 +0100
- Subject: can not compile binutils with mingw-w64 (64 bits)
Hey
i'm trying to compile binutils (latest release) with mingw-w64
targetting 64 bits builds. I get that error:
bucomm.c: In function 'print_arelt_descr':
bucomm.c:425:7: error: passing argument 2 of
'abfd->xvec->_bfd_stat_arch_elt' from incompatible pointer type
[-Werror]
bucomm.c:425:7: note: expected 'struct stat *' but argument is of type
'struct _stat64 *'
Vincent Torri