<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 13 January 2014 10:13, İsmail Dönmez <span dir="ltr"><<a href="mailto:ismail@donmez.ws" target="_blank">ismail@donmez.ws</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>I recently tried to build libcxxabi on ARM/Linux but looks like libunwind is not providing the necessary symbols needed, precisely _Unwind_SjLj_RaiseException and related functions are missing.</div></div>
</blockquote><div></div></div><br></div><div class="gmail_extra">Hi Ismail,</div><div class="gmail_extra"><br></div><div class="gmail_extra">ARM Linux shouldn't use SJLJ exception handling, but again, nor does EHABI work yet, so you should be ok in disabling EH for now, if that helps you build the library (I don't know).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Support for EHABI is coming a long way, and I hope we can have something, even if basic, for the next release. But that doesn't help your problem, and someone with more knowledge on the libcxx could chime in to help you.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">--renato</div></div>