-
我自定义了一个工具链,现在编译没有问题,但是链接不了,看log分析应该编译器不支持使用@添加选项文件,我使用的编译器用 |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Mar 20, 2024
Replies: 1 comment
-
windows 上过长的命令行有限制,目前仅仅对已知的 clang/gcc/cl 做了处理,如果自定义 toolchain 是 gcc 系的,就能支持,如果是完全未知的,目前支持不了,除非提 pr ,让 xmake 内置支持它 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
2531
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
windows 上过长的命令行有限制,目前仅仅对已知的 clang/gcc/cl 做了处理,如果自定义 toolchain 是 gcc 系的,就能支持,如果是完全未知的,目前支持不了,除非提 pr ,让 xmake 内置支持它