zig cc交叉编译链接报错_Unwind_GetCFA #127
zhang-chuanfeng
started this conversation in
General
Replies: 2 comments 5 replies
-
Andrew 那个文章好老了,估计有些过时了,你去掉交叉编译能过吗? |
Beta Was this translation helpful? Give feedback.
3 replies
-
export CC="zig cc -lunwind" 估计是zig cc里面没有实现需要动态链接 |
Beta Was this translation helpful? Give feedback.
2 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.
-
这里介绍zig cc的交叉编译按照教程,

在ubuntu x86下交叉编译报错 看着像和链接器相关的问题

Beta Was this translation helpful? Give feedback.
All reactions