[Bug binutils/10111] sripe a .o using inline func, the armlink but fail

2009-04-28 Thread lijiyou at huawei dot com
--- Additional Comments From lijiyou at huawei dot com 2009-04-29 02:26 --- My purpose is to using strip to remove debug info in some .o files,and accelerate the link speed. but when I strip one file which this file include inline function,the armlink will fail.even I add "-noremove" w

[Bug binutils/10111] sripe a .o using inline func, the armlink but fail

2009-04-28 Thread lijiyou at huawei dot com
--- Additional Comments From lijiyou at huawei dot com 2009-04-29 02:24 --- Created an attachment (id=3915) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3915&action=view) my test samples -- http://sourceware.org/bugzilla/show_bug.cgi?id=10111 --- You are receiving thi

[Bug binutils/10111] New: sripe a .o using inline func, the armlink but fail

2009-04-28 Thread lijiyou at huawei dot com
I download a binutils-2.19.1,and build an ARM version in cygwin by doing "./configure --target=arm-linux --prefix=/opt/armv6" first,then make. Then I got a strip-new.exe I use strip-new.exe to strip one .o file which the source file include inline function,and that inline function is also used b

Re: Problem faced in building binutil

2009-04-28 Thread Nick Clifton
Hi Meena, ../../binutils-2.19.1/gas/config/tc-mips.c:3459: error: format not a string literal and no format arguments Is this problem is specific to ubuntu linux client? Err not the client, but the version of gcc that you are using. This is because We are not getting this error on cygwin

Re: Problem faced in building binutil

2009-04-28 Thread Meena
Hi Nick, I need one more clarification which was missed earlier. > ../../binutils-2.19.1/gas/config/tc-mips.c:3459: error: format not a > > string literal and no format arguments > > Thanks for mentioning this. We have already fixed the problem in the > mainline sources, so you may want to sta