菜鸟教程小白 发表于 2022-12-13 04:37:07

ios - 为 Mac 构建 libunwind


                                            <p><p>我正在尝试在 Mac 上为 iOS 和 Mac 构建 libunwind,我能够解决一些编译问题。</p>

<p><strong>在 Mac 上构建</strong></p>

<p>我使用</p>配置了项目

<pre><code>./configure CC=&#34;cc -Ae -D_XOPEN_SOURCE=500&#34;
</code></pre>

<p>并从 google 的 breakpad 项目中复制了 <code>elf.h</code>。</p>

<p> <a href="https://google-breakpad.googlecode.com/svn-history/r1017/trunk/src/common/android/include/elf.h" rel="noreferrer noopener nofollow">https://google-breakpad.googlecode.com/svn-history/r1017/trunk/src/common/android/include/elf.h</a> </p>

<p>我现在收到以下错误:</p>

<pre><code>/usr/include/elf.h:58:15: fatal error: &#39;elf.h&#39; file not found
#include_next &lt;elf.h&gt;
</code></pre>

<p>任何人都可以帮我解决这个问题或者还有其他一些构建 libunwind 的程序吗?</p>

<p>我还想知道是否需要做其他事情来为 iOS 构建 libunwind。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>libunwind 包含在 clang 中,从 MacOS 10.6 开始支持</p>

<p> <a href="https://github.com/llvm/llvm-project/blob/368c02e3ec44e5418626f46abebcc22a69c7f66d/libunwind/include/libunwind.h" rel="noreferrer noopener nofollow">https://github.com/llvm/llvm-project/blob/368c02e3ec44e5418626f46abebcc22a69c7f66d/libunwind/include/libunwind.h</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 为 Mac 构建 libunwind,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/27842377/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/27842377/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 为 Mac 构建 libunwind