Re: Binutils Build error when the target is arm-linux

2010-02-23 Thread Tristan Gingold
On Feb 24, 2010, at 4:27 AM, thinke365 wrote: > > my binutils version is 2.20. > this error is produced, since the absent of parenthesis makes a warnning, > while the compile regards warnnings as errors, > this problem can be solved in two ways: > 1. add parenthesis to line 2489 > 2. use --disab

Re: Binutils Build error when the target is arm-linux

2010-02-23 Thread thinke365
my binutils version is 2.20. this error is produced, since the absent of parenthesis makes a warnning, while the compile regards warnnings as errors, this problem can be solved in two ways: 1. add parenthesis to line 2489 2. use --disable-werror option when configure option 1 is recommanded, sinc

Re: Binutils Build error when the target is arm-linux

2010-02-23 Thread Nick Clifton
Hi thinke365, config/tc-arm.c:2489: Warnning:if statement is empty Which version of the sources are you using ? I cannot reproduce this problem with the current mainline sources... Cheers Nick ___ bug-binutils mailing list bug-binutils@gnu.o