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

Re: Binutils head broken?


On 3/20/08, NightStrike <nightstrike@gmail.com> wrote:
> I can't compile binutils HEAD anymore when:
>
> build=host=target=x86_64-pc-linux
> build=host=x86_64-pc-linux  && target=x86_64-pc-mingw32
>
>
> I get this:
>
> ../../src/binutils/readelf.c: In function 'process_mips_specific':
> ../../src/binutils/readelf.c:9581: warning: field width should have
> type 'int', but argument 2 has type 'size_t'
> ../../src/binutils/readelf.c:9581: warning: field width should have
> type 'int', but argument 5 has type 'size_t'
> ../../src/binutils/readelf.c:9598: warning: field width should have
> type 'int', but argument 2 has type 'size_t'
> ../../src/binutils/readelf.c:9598: warning: field width should have
> type 'int', but argument 5 has type 'size_t'
> ../../src/binutils/readelf.c:9615: warning: field width should have
> type 'int', but argument 2 has type 'size_t'
> ../../src/binutils/readelf.c:9615: warning: field width should have
> type 'int', but argument 5 has type 'size_t'
> ../../src/binutils/readelf.c:9615: warning: field width should have
> type 'int', but argument 7 has type 'size_t'
>


Note that I grabbed the weekly snapshot from 18-Mar-2008 and it all
worked well, so it's a very recent change.


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