-
Hello! The compilation crashes when compiling with [cross](https://github.com/cross-rs/cross) from Linux x86 to aarch64.
The bug can be reproduced with:
```bash
# Setup
cargo install cross
carg…
-
Hi there,
I successfully built a cross compiler for ARM using musl-cross-make. I'm able to build programs for ```armv6z``` (Raspberry Pi) with the following ```CFLAGS``` using the cross compiler, but…
-
| | |
| --- | --- |
| Bugzilla Link | [23691](https://llvm.org/bz23691) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When trying to cross-c…
-
This is punted on in the current version, pending some evaluation of the options. There are ~~three~~ four options I know:
* [cross-rs](https://github.com/cross-rs/cross) (established, based on doc…
-
`shards build` is more convenient than `crystal build` for building multiple binaries. However, `shards build` doesn't support `--cross-compile` and `--target` flags than are a must for static compila…
noraj updated
5 months ago
-
### Problem:
Host machine: x86_x64_linux_unkown
Trying to compile aws-lc-rs/sys for mips-unknown-linux-musl using cross-rs fails :
```
The following warnings were emitted during compilation:
…
-
Running `ROOTFS_DIR=/home/janvorli/rootfs/arm64.musl/ ./build.sh Clr+Libs+Installer --arch arm64 -c Release -rc Release -lc Release --cross --pack` fails during the packing phase, because for some re…
-
Hi,
i have get some error to run the simple example on linux using docker. how can i build it using golang for a static build?
also what is the ```Building without pkg-config``` used for?
her…
-
## Expected Behavior
Running `./edge-modules/api-proxy-module/build.sh ` should build the module.
## Current Behavior
After running the script it fails to OS Error 13 when trying to create a tmp …
-
**Feature request**
_Build-once, run-anywhere_, but for `native-image`
**Is your feature request related to a problem? Please describe.**
Currently, one must run a Native Image build for each…