OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="building"> | 3 <b><font color="#cc0000"> |
4 <span id="devcycle-building"></span><h1 id="building"><span id="devcycle-buildin
g"></span>Building</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="building"> |
| 12 <h1 id="building">Building</h1> |
5 <div class="contents local" id="table-of-contents" style="display: none"> | 13 <div class="contents local" id="table-of-contents" style="display: none"> |
6 <p class="topic-title first">Table Of Contents</p> | 14 <p class="topic-title first">Table Of Contents</p> |
7 <ul class="small-gap"> | 15 <ul class="small-gap"> |
8 <li><p class="first"><a class="reference internal" href="#introduction" id="id4"
>Introduction</a></p> | 16 <li><p class="first"><a class="reference internal" href="#introduction" id="id4"
>Introduction</a></p> |
9 <ul class="small-gap"> | 17 <ul class="small-gap"> |
10 <li><a class="reference internal" href="#target-architectures" id="id5">Target a
rchitectures</a></li> | 18 <li><a class="reference internal" href="#target-architectures" id="id5">Target a
rchitectures</a></li> |
11 <li><a class="reference internal" href="#c-libraries" id="id6">C libraries</a></
li> | 19 <li><a class="reference internal" href="#c-libraries" id="id6">C libraries</a></
li> |
12 <li><a class="reference internal" href="#c-standard-libraries" id="id7">C++ stan
dard libraries</a></li> | 20 <li><a class="reference internal" href="#c-standard-libraries" id="id7">C++ stan
dard libraries</a></li> |
13 <li><a class="reference internal" href="#sdk-toolchains" id="id8">SDK toolchains
</a></li> | 21 <li><a class="reference internal" href="#sdk-toolchains" id="id8">SDK toolchains
</a></li> |
14 <li><a class="reference internal" href="#sdk-toolchains-versus-your-hosted-toolc
hain" id="id9">SDK toolchains versus your hosted toolchain</a></li> | 22 <li><a class="reference internal" href="#sdk-toolchains-versus-your-hosted-toolc
hain" id="id9">SDK toolchains versus your hosted toolchain</a></li> |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 Function foo has disallowed type: i128 (i128) | 596 Function foo has disallowed type: i128 (i128) |
589 LLVM ERROR: PNaCl ABI verification failed | 597 LLVM ERROR: PNaCl ABI verification failed |
590 </pre> | 598 </pre> |
591 <p>When faced with a PNaCl ABI verification error, check the list of features | 599 <p>When faced with a PNaCl ABI verification error, check the list of features |
592 that are <a class="reference internal" href="/native-client/nacl-and-pnacl.html#
when-to-use-nacl"><em>not supported by PNaCl</em></a>. | 600 that are <a class="reference internal" href="/native-client/nacl-and-pnacl.html#
when-to-use-nacl"><em>not supported by PNaCl</em></a>. |
593 If the problem you face is not listed as restricted, | 601 If the problem you face is not listed as restricted, |
594 <a class="reference internal" href="/native-client/help.html#help"><em>let us kn
ow</em></a>!</p> | 602 <a class="reference internal" href="/native-client/help.html#help"><em>let us kn
ow</em></a>!</p> |
595 </section> | 603 </section> |
596 | 604 |
597 {{/partials.standard_nacl_article}} | 605 {{/partials.standard_nacl_article}} |
OLD | NEW |