<div dir="ltr">On 30 September 2013 07:29, Anton Smirnov <span dir="ltr"><<a href="mailto:dev@antonsmirnov.name" target="_blank">dev@antonsmirnov.name</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"><div dir="ltr"><p>If you’re using Clang as the cross-compiler, there is a problem in
the LLVM ARM back-end that is producing absolute relocations on
position-independent code (<tt><span>R_ARM_THM_MOVW_ABS_NC</span></tt>), so for now, you
should disable PIC:</p>
<div><div><pre>-DLLVM_ENABLE_PIC<span>=</span>False
</pre></div>
</div>Does it relate to my problem?<br></div></blockquote><div><br></div><div>I don't remember the particular manifestation, but it might be what's causing your problem. Give it a try.</div><div><br></div><div>Also, tblgen binaries won't go into the installation directory, because it's not meant to be distributed publicly, so you'll have to use the build directory one, not the install.</div>
<div><br></div><div>cheers,</div><div>--renato</div></div></div></div>