x86_64-linux-musl-gcc是基于Musl libc的GCC编译器,通常用于交叉编译。你可以通过你的Linux发行版的包管理器来安装它。以下是一些常见Linux发行版的安装命令示例: 对于基于Debian的系统(如Ubuntu),你可以使用以下命令: bash sudo apt-get update sudo apt-get install musl-tools 请注意,musl-tools包可能不包含x8...
On ubuntu I can fix this with apt-get install musl-tools. I suspect there is no workaround for this, but it probably should be noted in the readme that a compiler is required to build this, and specifically musl-gcc if building for the the musl target. 👍11 Activity rogeruiz commen...