<div dir="ltr">On 11 October 2013 09:37, Evgeniy Stepanov <span dir="ltr"><<a href="mailto:eugeni.stepanov@gmail.com" target="_blank">eugeni.stepanov@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">With this change, I get<br>
<br>
arm-linux-androideabi-ld: error: cannot find -lgcc<br></blockquote><div></div></div><br></div><div class="gmail_extra">Looks like the -L parameters are not being passed down the linker.</div><div class="gmail_extra"><br>
</div><div class="gmail_extra">I had this problem when cross-compiling, when I had to manually specify -L, even though they were in the path for the compiler, so that it would pass the option down to the linker.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">--renato</div></div>