On 5 November 2014 15:18, Christopher Covington cov@codeaurora.org wrote:
Hi,
When updating:
From git://git.linaro.org/toolchain/binutils-gdb e0f5246..336649d master -> linaro/master
I now get the following build error:
gdb/binutils/readelf.c: In function ‘process_mips_specific’: gdb/binutils/readelf.c:13522:3: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘size_t’ [-Werror=format=] printf (_("<symbol index %lu exceeds number of dynamic symbols>"), i); ^
The error looks to be fixed upstream, it may just take a short while to mirror across.