-
This docker-images would ideal to be used in the Docker From step inside a builder, to build mutliplatform images.
```Dockerfile
FROM --platform=$BUILDPLATFORM ghcr.io/rust-cross/rust-musl-cross:aar…
-
The Heads project is having problems building musl-cross on modern systems due to an incompatible change in libelf. https://github.com/osresearch/heads/pull/618#issuecomment-558813075
The problem i…
-
Hello,
I have iSH version 1.3.2 (Alpine Linux x86 emulator) on my iPhone along with python and pip installed in it.
Which I used to install the g4f python package - The official gpt4free repositor…
plia7 updated
2 weeks ago
-
Hi :-)
Has anyone seen anything like this before when cross-compiling on an M1 Mac?
This cross-compile configuration works successfully for a variety of other crates, however this is the first c…
-
TARGET = x86_64-linux-musl. Build always fails with the following:
>In file included from ./tm.h:30:0,
from ../../src_toolchain/gcc/cp/cvt.c:30:
../../src_toolchain/gcc/config/elfo…
-
If we decide to prepare our Docker image, we will respond. If not, please close.
I need aarch64-linux-musl-cross for the wasmer build, but the github actions refuse to get it from [musl.cc](https:/…
-
After compilation I found generated libs were not compiled with `-fPIC` flag and I don't know where to add it.
The problem is, without the flag, it's not possible to build SOs using any function from…
-
在新的项目中,由于必须要使用sqlite数据库,所以引入了 [`go-sqlite3`](https://github.com/mattn/go-sqlite3) 库,而且目标还是安卓开发板,板子是 `aarch64` 架构,也就是说,目的是要把启用了CGO的项目交叉编译到 aarch64 安卓系统。
本篇文章不局限于 aarch64 架构,其他架构同理,只是到时候下载的工具包不太一样
…
-
### Describe the bug
xdp-tools 1.2.9 fails to compile when the compile host does not have a `/usr/include/asm` directory.
An example of such a system could be Debian without the `gcc-multilib` pac…
-
These have been tested under Debian 12's default (i.e., Clang v14.0.6), but I do think that it continues to affect the latest version, too.
(It is worth mentioning that these bugs affect all variatio…