-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
mysql: rework #4982
mysql: rework #4982
Conversation
加油 |
come on |
@waruqi binary package 的 target arch 永远是 host arch?感觉怪怪的。 |
binary/toolchain package 都是固定 当前 host 的 arch ,target arch 又没法运行。 |
@waruqi The target arch of binary package is always the host arch? It feels weird. |
看 log,binary package 的 deps 是用 arm64 来构建,但自己却是 x64 导致链接失败了 |
我在本地测试 linux 交叉编译怎么传递参数。目前环境与 xmake-io/xmake#902 一样 $ xmake l scripts/test.lua --shallow -v -p linux -a arm64-v8a --toolchain=aarch64-linux-gnu mysql
error: the toolchain aarch64-linux-gnu not found!
error: execv(xmake f -c -v --plat=linux --arch=arm64-v8a --toolchain=aarch64-linux-gnu) failed(255) |
你这是指定的 aarch64-linux-gnu toolchain ,这个 toolchain 你没定义,当然找不到,得全局定义到 xmakerc 里。 而且交叉编译,直接 |
参考下
|
For reference,
|
那就先这样吧。 |
So let’s do this for now. |
No description provided.