Thanks for replying!<div>I didn't install the new binutils to system directory in case it messes thing up.<div>For ranlib, from the error message, it seems to be the reason. But even I export </div><div>RANLIB=/bin/true, clean the code and rebuild, it still fails with the same message.</div>
<div>I created a symlink in /usr/lib/bfd-plugins as suggested in <a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-March/030101.html">http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-March/030101.html</a>.</div><div>
Still it doesn't work..</div><div>Really have no idea what to try next.</div><div><br></div><div><br></div><div>Best regards,</div><div>Ryan<br><br><div class="gmail_quote">On Thu, Jun 28, 2012 at 3:05 PM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> Does anyone have some clue on what's going on ?<br>
<br>
</div>You don't need to pass command line options to ar and nm if the plugin<br>
is installed in the correct directories. A guess is that the build<br>
system is running ranlib on the .a files and that is destroying the<br>
index created by nm.<br>
<br>
If you put the plugins in the bfd-plugins directory nm, ar and ranlib<br>
will use them.<br>
<br>
> Thanks very much!<br>
><br>
> Ryan<br>
><br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div></div>