-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request
- [X] This feature could be solved with a [custom docker image]…
-
Is it possible to support gdb?
`GDB` is very useful.
Like: https://github.com/riscv-collab/riscv-binutils-gdb
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23691](https://bugs.llvm.org/show_bug.cgi?id=23691) |
| Status | NEW |
| Importance | P normal |
|…
-
{
"hub-mirror": [
"ghcr.io/cross-rs/x86_64-unknown-linux-musl:main"
]
}
-
{
"hub-mirror": [
"ghcr.io/cross-rs/x86_64-unknown-linux-musl:main"
]
}
-
Hi, I meet the problem of compiling a musl cross compile tool chain for **linux 4.1.17 and gcc 5**, the new linux version is not fit for me. So I want to know how to change the compile script to inclu…
-
Having a make target that only downloads (and probably unpacks) sources would make caching builds in CI easier.
This is probably possible with the current Makefile but I am not familiar enough with…
-
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…
-
When I build my Dockerfile and I get this error:
"error: failed to run custom build command for `headless_chrome v1.0.9 (/headless_chrome)`
Caused by: process didn't exit successfully: `/headless_ch…
-
On systems that use musl libc, the glibc binaries won't run. So it would be convenient, especially for scripts, to have a ldc2 binary built and released with musl libc. This would save anyone that nee…