-
It appears clang is able to locate the gcc toolchain from triplet without distro name for aarch64, but not armv7:
Setup:
```sh
# aarch64 gcc toolchain
$ ls /crossrootfs/arm64/usr/lib/gcc
aarch64-…
am11 updated
7 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [44650](https://llvm.org/bz44650) |
| Version | 9.0 |
| OS | Linux |
| Attachments | [The original test case](https://user-images.githubusercontent.com/926…
-
Something strange happened locally such that a bunch of packages now get linking errors. This one included:
```
[13/21] Linking C executable example/multi_process_server
FAILED: example/multi_pro…
neheb updated
3 years ago
-
linux debian11
Cargo.toml
```shell
rusqlite = { version = "0.29.0", features = ["bundled"] }
```
Use [cross-rs]( https://github.com/cross-rs/cross) build
```shell
cross build --ta…
cosoc updated
10 months ago
-
Note: not cross-compiling, building on `aarch64-unknown-linux-musl` for `aarch64-unknown-linux-musl`.
Attempting to build any crate that depends on `libgit2-sys` on `aarch64-unknown-linux-musl` giv…
-
Maintainer: @rsalvaterra (last specific committer!)
Environment: aarch64_cortex-a53, Dynalink DL-WRX36, SNAPSHOT
Description:
openconnect package is not in the available packages list. Checking…
greem updated
6 months ago
-
1. It _does not compile_ (on Alpine Linux 3.18 64-bit).
2. [Warnings are errors](https://medium.com/it-dead-inside/why-i-always-treat-warnings-as-errors-5895fb7f8600)! Especially things like "array…
-
Hi,
I try to build musl toolchain from an x86_64 host to an aarch64 hosts.
My config.mak:
```
TARGET = aarch64-linux-musl
OUTPUT = /usr/local
BINUTILS_VER = 2.38
GCC_VER = 12.1.0
LINUX_VER…
Ludea updated
2 years ago
-
### Code
I received this pull request, which caught a regression for `aarch64-unknown-linux-musl` when compiling for nightly. The same process works for stable and beta. I don't have a machine …
-
I need to cross-build a NATIVE compiler for mipsel
setting:
```
TARGET = mipsel-linux-musl
NATIVE = Yes
```
results in error (compiler not found.
I am now copmiling using just `TARGET = mipsel-…