-
If I attempt to cross-compile from an x86-64 Linux host to a `i686-unknown-linux-musl` target using Ubuntu 21.04, I get the following error:
```
$ cargo build --target i686-unknown-linux-musl
…
-
## Summary
For Rust, support detection of cross-compilation and list the system libraries used (glibc, musl, linker, compiler, etc).
This may mean [supporting `.cargo/config.toml`](https://doc.r…
-
### 详细叙述
make[5]: Leaving directory '/home/gswangmd/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-5.15.150'
make -C /home/gswangmd/lede/build_dir/target-aarch64_generic_musl/…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
Enabling feature "thin" on zstd…
-
Hi,
I try to build musl toolchain from an x86_64 host to an aarch64 hosts.
My config.mak:
```
TARGET = aarch64-linux-musl
OUTPUT = /usr/local
BINUTILS_VER = 2.38
GCC_VER = 12.1.0
LINUX_VER…
Ludea updated
2 years ago
-
when use bazel cross compile for armv7 with musl libc library, meet below errors, use stacktrace_arm-inl.inc by manual change stacktrace_config.h compile success, why stacktrace_config.h not detect ar…
-
**Describe the bug**
In flakes, the `packages` output should contain things that a user might want to install or run. It shouldn't contain arbitrary derivations that are not of interest to the user…
-
In #3657 #3701 we are introducing cross based builds, however this creates some complications on `musl` based toolchains right now:
```bash
ana@autonoma:~/git/timberio/vector$ make target/x86_64…
-
Hi.
When building a native compiler using a cross one, I’ve found it does not search for `/include`, where musl installs its headers.
### Step to reproduce
Create a `config.mak` with:
```mk
TAR…
-
For the last few weeks with the help of @Emilgardis I've tried to get rust compiled for my powerpc openwrt device.
[TP-Link TL-WDR4900 v1.x](https://openwrt.org/toh/tp-link/tl-wdr4900#info)
See …