-
## Issue description
61faa4415ebd4f8b4f8c42728d7939a5162f7702 replaced the armv5tel-linux bootstrap tarball with a broken one.
### Steps to reproduce
On an armv5tel-linux host, `nixos-rebuild build`…
-
Hi, I am building dynamic libraries that I call from scripting languages (elixir nif, nodejs native addon, etc) on Alpine Linux. I have been successful using the `x86_64-unknown-linux-musl` target wit…
-
Hello,
I am trying to setup FirmFuzz. However, I am getting an error when running `./setup.sh`
Can you please guide me on how to setup FirmFuzz properly?
Thank you for your help in advance.
…
-
I'm compiling on FreeBSD 13.0 on powerpc64 (big-endian). I'm filing this issue since you yourself ask at https://github.com/zkcrypto/merlin/blob/main/src/lib.rs#L10
-
A major oversight (even on my part!), the linux build script (https://github.com/haileys/doslinux/blob/master/script/build-linux) doesn't actually use the arguments to call the cross-compiler! I dis…
-
With a `rustup`-installed toolchain it is currently possible to cross compile Rust projects from Windows to Linux by specifying `[target.x86_64-unknown-linux-musl] linker = "rust-lld"` in the Cargo co…
-
I've just crossed off my last TODO by adding a VDSO implementation for #4. I intend to leave it open for feedback for a week or two from any interested parties, then I'm going to prepare a patch for m…
-
反馈bug/问题模板,提建议请删除
## 1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
* [ ] 没有类似的issue
## 2. 详细叙述
### (1) 具体问题
A:
### (2) 路由器型号和固件版本
A:
### (3) 详细日志
A:make[4]: Leaving directory '/home…
-
When a crate contains Rust macros, cross-compiling the target from MacOS to Linux fails. An example is the [postgres](https://crates.io/crates/postgres/) crate.
`bazel build //cargo:postgres --plat…
-
I'm cross-compiling Rust for `riscv64gc-unknown-linux-musl` with the following `config.toml`:
```
profile = "codegen"
changelog-seen = 2
[build]
docs = false
compiler-docs = false
extended …