libtquic.so是否能编译出支持arm架构的版本? #381
Unanswered
Aquints
asked this question in
Q&A (问题和回答)
Replies: 2 comments
-
@Aquints TQUIC支持编译arm架构的库
|
Beta Was this translation helpful? Give feedback.
0 replies
-
直接在arm平台上编译,不要在X86上使用交叉编译的方式. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我在集成libtquic.so到C/C++项目时使用的是某个模组提供的编译环境和交叉编译工具,模组架构为arm,而libtquic.so文件通过file指令查出其架构为x86_64,在相关makefile文件中添加了libtquic.so的路径后编译,交叉编译器会跳过此路径的libtquic.so并提示skipping incompatible libtquic.so,所以想问问能否编译出支持arm架构版本的libtquic.so?
Beta Was this translation helpful? Give feedback.
All reactions