-
Mass should have a standard module that allows to write (and read?) ELF executables. This should not be part of the compiler but rather written in the language itself.
-
After noticing a `lib-test` failure where `getenv` was returning NULL despite the variable clearly being set, I seem to have uncovered a deeper problem. It's not yet clear when it happens, since most …
-
Implement exporting an assembled eBPF bytecode program to an ELF object, similar to e.g. `clang -target bpf someProgram -o someProgram.o`.
This would allow us to use tools like `bpftool` to load pr…
-
Hi,
I'm writing a library around the `dl_iterate_phdr` API, and want it to be portable.
I've noticed that `dl_iterate_phdr`, its types, and constants, are defined only on Linux and Fuchsia for n…
-
# 該当する本の部分
第5章 文字表示とコンソールクラス P125
# 動作環境
- Ubuntu 22.04.2 LTS (GNU/Linux 5.15.167.4-microsoft-standard-WSL2 x86_64)
- GNU objcopy (GNU Binutils for Ubuntu) 2.38
- Python 3.10.12
# やったこと
`makefo…
-
Reproduction: On an aarch64-linux-gnu machine, clone zig-gamedev and run `zig build gui_test_wgpu`, or on another machine run `zig build gui_test_wgpu -Dtarget=aarch64-linux-gnu`
Some of the errors…
-
When cross-compiling an application that uses libbpf-sys in build.rs(Usually via libbpf-cargo).
If `LIBBPF_SYS_LIBRARY_PATH` is set to a path that contains the libelf for the target architecture(le…
kxxt updated
2 months ago
-
Before upgrading to version 0.3.0, I could build an application using libcamera-rs as a dependency for aarch64.
With the new version I get linking errors in libcamera saying that they expect a elf64-…
-
- Nuitka version, full Python version, flavor, OS, etc. as output by *this exact* command.
```
2.5.4
Commercial: None
Python: 3.12.7 (main, Oct 1 2024, 11:15:50) [GCC 14.2.1 20240910]
…
-
Hi,
I have packaged the[ linksem](https://buildd.debian.org/status/package.php?p=linksem) to Debian.
But I got some build failed on some architectures, like:
```
ocamlfind ocamlc -a -o "buil…