We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
################################################################################################### # # # * * * * * * * * * * * # # * * * * * * # # * * * * * * * * * * * # # * * * * * * # # * * * * * * * * * * * * # # # ################################################################################################### VC-LTL Path : C:\Users\mouri\.nuget\packages\vc-ltl\5.0.4-beta1\build\native\ VC Tools Version : 14.30.30705 WindowsTargetPlatformMinVersion : 6.2.9200.0 Platform : ARM
至少包含 VC-LTL 的 msvcrt 模式的 ARM32 目标的 Debug 和 Release 配置(虽然只测试了静态链接运行库版本,但是动态链接运行库版本也建议进行检查)
毛利
The text was updated successfully, but these errors were encountered:
ARM似乎不能处理环形weak alias
libcmt.lib默认情况下早于vcruntime,因此它找不到?这是我的推测原因。
临时解决方案:抑制libcmt.lib,然后添加 vcruntime.lib、libcmt.lib。这样可以使 vcruntime早于 libcmt
因为只影响arm,所以影响范围比较低
Sorry, something went wrong.
解决Bug 26,在 ARM32找不到setjmp 和 __intrinsic_setjmp符号(#26)
ceebebd
https://github.com/Chuyu-Team/VC-LTL5/releases/tag/v5.0.4-Beta3
No branches or pull requests
复现环境
受影响范围
至少包含 VC-LTL 的 msvcrt 模式的 ARM32 目标的 Debug 和 Release 配置(虽然只测试了静态链接运行库版本,但是动态链接运行库版本也建议进行检查)
毛利
The text was updated successfully, but these errors were encountered: