Konrad Witaszczyk
Konrad Witaszczyk
I have a couple of questions to understand better what's expected here. 1. Is an `Elf_Signature` entry emitted for each non-inlined function or only functions appearing in relocations? 1. >...
> It is emitted for each entry in the dynamic symbol table (`.dynsym`), which includes both exported symbols and imported symbols (which also appear relocations). Apologies, I just noticed you...
@dpgao I'd like to discuss some modifications to limit the number of required changes in libraries/modules to make use of function pointer calls in the model, and possibly allow to...
> Waiting for the CLA to be signed @markusicu Thank you for the reminder. FYI I'm waiting for an approval from my employer to do this.
> > > > Waiting for the CLA to be signed > > > > > > > > > @markusicu Thank you for the reminder. FYI I'm waiting for...
> @kwitaszczyk I think this is now fixed and can be closed? That's correct. Thanks!
@GrassHopper1977 FYI `cc ... -mabi=aapcs ...` results in executing `clang` with both `-mabi=purecap` and `-mabi=aapcs`. While it works as expected due the latter taking precedence over the former, I guess...
There is a couple of issues when trying to use this on Ubuntu (technos in my case): ``` /local/scratch/kw543/repos/cheribsd/release-vm-images/release/scripts/mk-vmimage.sh: 56: /local/scratch/kw543/repos/cheribsd/release-vm-images/release/tools/vmimage.subr: Syntax error: "}" unexpected ``` which can be fixed...
I get the following errors when trying to build a VM image on Linux: ``` (...) Image `../mini-memstick.img.part' complete /local/scratch/kw543/repos/cheribsd/release-vm-images/release/arm64/../../tools/boot/install-boot.sh: line 76: shift: shift count out of range Creating `/tmp/efiboot.x2vONt'...