Mateusz

Results 20 comments of Mateusz

`rv32` is extremely popular especially in FPGA world - and the GNU linker is really a bottleneck for that architecture. There are many many people that would be very happy...

from my experience embedded linker scripts are rather simple and straightforward (at least for standalone projects, without OS running) - porting those to mold-compatible should not be a big deal...

is the issue still relevant?

> build script worked but run ltr_gui give error: ./ltr_gui: error while loading shared libraries: libltr.so.0: cannot open shared object file: No such file or directory libltr.so.0 is on src/.libs...

it might be that i broke something on my side, as to make it compile i did a bunch of tweaks, plus few code changes were needed.. without having a...

the issue is real for me as well. I attach the workaround that I use, in hope that someone will find it useful. ```py def to_record(v: data.View) -> rec.Record: members...

@anakryiko thank you for your response. would such controller written purely in Python be fully CPU-arch agnostic? i should have been more precise; it's not the case that i specifically...

FYI: I'm working on initial support for Python bindings for `libbpf`. As a first step I made a Python wrapper over simple `uprobe` example. In order to give it a...

@anakryiko thanks for quick response. I double checked and you are correct, newer `llvm-objdump-18` shows CO-RE relocations properly. The cross-platform BPF load failure was caused by 'fail_memsz_adjust', since it was...

indeed. consider however such scenario: instead of ```c if (res->fail_memsz_adjust) { pr_warn("prog '%s': relo #%d: insn #%d (LDX/ST/STX) accesses field incorrectly. " "Make sure you are accessing pointers, unsigned integers,...