<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/30/2014 02:37 AM, gamma_chen
      wrote:<br>
    </div>
    <blockquote
cite="mid:593802061.34062.1412062623830.JavaMail.yahoo@jws11006.mail.tw1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:12px">
        <div id="yui_3_16_0_1_1412059161672_4269" dir="ltr">The
          following web say the libc++abi is ready on arm.</div>
        <div id="yui_3_16_0_1_1412059161672_4280" dir="ltr"><a
            moz-do-not-send="true"
            href="http://libcxxabi.llvm.org/spec.html">http://libcxxabi.llvm.org/spec.html</a></div>
        <div id="yui_3_16_0_1_1412059161672_4282" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_1_1412059161672_4283" dir="ltr">I try to
          build libc++ and libc++abi for host x86_64(linux) and target
          arm(linux) but fail.</div>
        <div id="yui_3_16_0_1_1412059161672_4289" dir="ltr">I have read
          the web <a moz-do-not-send="true"
            id="yui_3_16_0_1_1412059161672_4410"
            href="http://llvm.org/docs/HowToCrossCompileLLVM.html">http://llvm.org/docs/HowToCrossCompileLLVM.html</a></div>
        <div id="yui_3_16_0_1_1412059161672_4292" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_1_1412059161672_4291" dir="ltr">Does anyone
          know whether it's available for my need? If you know how to
          build, what is the build options you use?</div>
        <br>
      </div>
    </blockquote>
    I use libc++ and libc++abi (as well as compiler-rt) for the ELLCC
    cross compilation tool chain project (<a class="moz-txt-link-freetext" href="http://ellcc.org">http://ellcc.org</a>). I use
    makefiles to build the libc++ stuff, which are pretty dependent on
    being used in an ELLCC environment. You can get pre built binaries
    from <a class="moz-txt-link-freetext" href="ftp://ellcc.org/pub">ftp://ellcc.org/pub</a>. The tarballs contain pre built libraries
    for ARM (as well as Mips, x86, PowerPC, and semi-functional
    Microblaze).<br>
    <br>
    -Rich<br>
  </body>
</html>