-
-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
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
emcc 在windows平台上无法构建 #951
Comments
我现在没有 emcc/windows 环境,你先在 cmd 下执行 |
|
抱歉,笔误,应该是 xmake l lib.detect.find_tool emcc |
执行下 emcc --version 给我看看呢 |
你更新脚本到 dev 应该可以,xmake update -s dev emcc 在windows上通过 emcc.bat 去 wrap的,工具链配置时候 没兼容到,现在可以了 |
不要到xmake.lua工程目录下执行,有缓存,不行就下载安装包重装下:https://github.com/xmake-io/xmake/actions/runs/256804787 |
我重新安装一下试试 |
你可以到你的安装目录下看下这个 https://github.com/xmake-io/xmake/blob/dev/xmake/toolchains/emcc/xmake.lua 文件内容,对比下,是否一样,来确认是否更新了 |
还是不行么 确认更新到dev了么 |
上图没看到你有执行 编译命令,仅仅只是配置 执行下面的命令,给我看下输出: xmake f --toolchain=emcc -c -vD
xmake -r -vD |
只是后缀不同而已,自己通过 set_filename("") 设置下就行了,文档里自己找下,有这个接口说明 target("test")
set_kind("binary")
set_filename("test.wasm") |
其他没啥问题,我就先close了,文件名自己改改就好。 |
我在dev上新增了个 wasm 的平台(内置emcc工具链支持),默认生成的目标文件就是 .wasm 可以试试 xmake f -p wasm
xmake |
在
请尽量清晰精准地描述你所期待的结果。
错误信息
如果可能,请尽量附加程序运行过程中的错误输出信息。
相关环境
请提供编译和运行环境信息,下面是一些必须填写的基础信息,便于我们针对性排查问题:
其他信息
请提供其他附加信息帮助我们诊断问题(比如截图,xmake.lua或者可复现的demo),以及你遇到的问题的一些背景信息。
The text was updated successfully, but these errors were encountered: