-
During my battle yesterday trying to compile rr for cuttlefish arm64, I realized that a simple test binary that just tests for needed perf counters and CPU architecture might save a lot of time before…
-
I and a lot of NixOs users, use [rust-overlay](https://github.com/oxalica/rust-overlay)(or fenix) to manage the installed rust toolchain, selecting and installing targets and Rust versions in our flak…
-
Hi @Adjective-Object @flickyiyo, I get the following error when I run good fences on OSX M1:
```bash
> ts-node script/good-fences.ts
Error: Cannot find module '@good-fences/api-darwin-arm64'
```…
-
I'm cross compiling `abseil(version 20211102.1)` on Linux from x64 to arm with libc `musl(version 1.2.3)` libc.
It failed to build because of function `GetProgramCounter` in `absl/debugging/inter…
-
It is possible to upgrade cross-compiling with aarch64 linux architecture. I am doing build tests for a raspberry pi, based on ubuntu 64. There is a corresponding version of musl for aarch64.
-
I have an Alpine Linux-based development environment with Linux kernel 4.18. After checking out the latest MXE via `git clone https://github.com/mxe/mxe.git && cd mxe`, I tried to cross-compile severa…
-
The musl_cross_compiling example doesn't work out of the box when compiling _on_ linux-gnu _for_ linux-musl.
In that case, we need two rust toolchains - one for our exec tools which compiles linux-…
-
I'm currently using this patch in my OS.
It's bad, but it works.
```diff
diff --git a/src/compiler/compiler.c b/src/compiler/compiler.c
index 62e2cbf..9ba427b 100644
--- a/src/compiler/compiler…
-
### 详细叙述
版本 a66f5342c 2024-04-11 | (origin/master, origin/HEAD, master) kernel: bump 6.1 to 6.1.85(7 hours ago) [coolsnowwolf]
编译时发现有 **.deps/shl_load.Plo** 找不到问题,开始是squid有问题,在config里去掉了squid后,u…
-
Hi,
Current sched_fq_pie does not compile under LEDE when selected in make menuconfig.
It looks like the proper header file for function qdisc_tree_decrease_qlen() is missing (defined in sch_generic.…