-
I have an Alpine Linux-based development environment with Linux kernel 4.18. After checking out the latest MXE via `git clone https://github.com/mxe/mxe.git && cd mxe`, I tried to cross-compile severa…
-
Currently the `Cargo.toml` pulls in `reqwest` with default features enabled, which means `native_tls` is pulled in, hence an OpenSSL for any Linux target, while the user should be in control of `reqwe…
xen0n updated
10 months ago
-
Name:meson
Maintainer: @Andre Heider
Openwrt branch : 21.02.1
host: Ubuntu 20.04
Question: may i know how to fix this issue? I tried "make clean" after error happened first time then "make -j1…
-
In #577 support was added for Linux aarch64, however, the GCC binary name used was `aarch64-linux-gnu-gcc` rather than the MUSL variant (in this case `aarch64-linux-musl-gcc`) used by all of the other…
-
### 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
I am compiling a project with cross f…
-
This seems to be an upstream problem, but there also seems to be a workaround:
With `$target` = `i686-w64-mingw32`:
```
# rustc -o ${prefix}/bin/hello_world${exeext} -g /usr/share/testsuite/rust/…
-
## Specifications
1. Can be GLIBC-based
2. Needs to derive from official Python images
3. Should be multi-architecture
4. Should come with a C compiler (GCC/Clang)
5. Should come with Git insta…
-
The musl_cross_compiling example doesn't work out of the box when compiling _on_ linux-gnu _for_ linux-musl.
In that case, we need two rust toolchains - one for our exec tools which compiles linux-…
-
-
I am trying out nightly xargo for further customizing target `riscv64gc-unknown-linux-musl` for cross building inspired by [this issue](https://github.com/rust-lang/rust/issues/73051#issuecomment-6400…