-
Hey!
Apologies, I tried to nail this down myself, but have been banging my head against it all day and thought maybe you would have some insight.
We have a project (https://github.com/vectordotd…
-
## 🐛 Bug description
When running npx Serverless deploy, or cargo build --release --target x86_64-unknown-linux-musl, I receive this error.
```
error: linking with `x86_64-linux-musl-gcc` f…
-
This happens for me on 5.35.6, but I can't get most previous version to cross build either. The most recent version I can cross build successfully is 5.32.1.
Error:
```
syntax error at lib/Config…
-
### Summary
When cross-compiling from a Linux distribution that provides SLJL mingw32, linker errors about `libunwind` symbols are a known issue (https://github.com/rust-lang/rust/issues/12859). T…
-
libc uses integers and aggregates of integers for explicit padding byte fields. When these fields are returned from C, they might be uninitialized. We currently do not have any wording in the spec say…
-
Hi,
I'm trying to build a Dockerised cross-compiler toolchain based on Alpine Linux image (with Glibc) for a project where our team need to use a specific version of GCC to comply with safety requi…
-
I just tried the latest version (`0.51.1`), the MUSL build but unfortunately, it does not work for me. Let me know how can I provide more details, thanks
```shell
~ difft --version …
-
This is an issue to track the functionality added by [PR#60387](https://github.com/rust-lang/rust/pull/60387), and also by extension [this PR](https://github.com/rust-lang/cargo/pull/6892) in cargo.
…
-
**What did you try to do?**
alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder:latest'
rust-musl-builder cargo build --release
**What happened?*…
-
When I use the builder, crates that contain Rust-compiled C++ code fail to link. Example:
```shell
...much spew...
= note: ld: archive has no table of contents file '/root/src/difft/target/aarc…