且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用 llvm 从桌面到 arm 进行交叉编译

更新时间:2023-11-10 12:08:46

您使用了错误的指南.

您链接的网页是关于如何使用 LLVM 和 Clang 交叉编译 LLVM 和 Clang 的指南.但是您不想编译 LLVM 本身,您只想使用它.指南是:http://clang.llvm.org/docs/CrossCompilation.html一个>

The web page you linked is a guide on how to cross-compile LLVM and Clang using LLVM and Clang. But you don't want to compile LLVM itself, you only want to use it. The guide for that is: http://clang.llvm.org/docs/CrossCompilation.html