ruki
ruki
https://xmake.io/#/plugin/builtin_plugins?id=builtin-macros ``` $ xmake macro package -p iphoneos -a "arm64,x86_64" ```
`xmake macro package` is an independent plugin command and has nothing to do with `xmake install`
We only deal with compilation configuration and build issues. For runtime issues, you can debug them yourself. I'm not sure if it's a compiler problem or something else. You can...
> I get stack buffer overruns with all targets built with xmake icx toolchain. > > ``` > C:\Users\cakit\Desktop\intel_sycl\build\windows\x64\release>gdb-oneapi intel_sycl.exe > GNU gdb (Intel(R) Distribution for GDB* 2025.1.0) 15.2 >...
I don't have an icx environment to debug it, and I don't think this is a problem with xmake. xmake will not add any additional flags that affect the operation....
I don't have an icx windows environment to test it now, and I don't have time to debug it recently, so I can only deal with compilation-related issues first. not...
对于 xmake-repo 官方仓库,即使它仅仅提供 svn url ,那也要在 xmake-mirror 做 git 镜像来引入的,不能直接使用 svn 。。 即使 xmake 本身支持 svn 拉取,但是毕竟引入了 svn 这个额外的依赖,一个用了 svn 包的项目,丢给其他用户去编译。。不可能所有用户都默认安装了 svn ,这就要求用户去额外安装 svn client,平白增加了复杂度和使用门槛。 而 git 对于 xmake 来说,即使用户没装,xmake...
如果对于私有仓库,可以考虑支持 svn ,但这个需求量不大,优先级不高,想要支持,可以直接提 pr 过来,另外每个包也可以自定义 on_download 去配置使用 svn 下载,不用 xmake 内部支持
```lua xmake f -p cross --toolchains=llvm --cross=[riscv target name] --sdk=/llvm/sdk xmake ```
run 你需要自己创建个 配置。