Replies: 3 comments
-
可以切到 mingw 平台编译 xmake f -p mingw --mingw=/xxx/mingw/sdk |
Beta Was this translation helpful? Give feedback.
0 replies
-
我按照您的方法xmake f --mingw=/xxx/mingw/sdk不奏效 xmake run test 后在build文件中产生了一个包含.exe的MinGW文件 |
Beta Was this translation helpful? Give feedback.
0 replies
-
路径我随便写的,得指定你自己的 mingw 路径,并且切换到 -p mingw 平台编译
自己 -vD 看下编译详情,自己确认下 |
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.
-
作者您好,小白初装xmake,系统内有预先安装的MinGW
在生成test文件后使用
xmake run test 产生如下报错:
checking for platform ... windows
checking for architecture ... x64
checking for Microsoft Visual Studio (x64) version ... no
error: target(test): toolchain not found!
请问我一定要下载VS才能解决吗?我是否可以在VSCode中解决这个问题?
Beta Was this translation helpful? Give feedback.
All reactions