Cr0a3
Cr0a3
With me is also the error
@pritamzope it restarts qemu by the line: `asm volatile("mov %0, %%cr0" :: "r"(cr0));`
Yeah, I tried it and found out it causes a triple fault. It needs to cause an exception but exceptions are handled via the IDT which is initialized before
I get the same error, how did you fixed it?
> wget https://apt.llvm.org/llvm.sh > chmod +x llvm.sh > sudo ./llvm.sh all Thanks, that also worked for my 👍
I want to add an easy api for the builder. As an example you can then do: ``` let mut ir: Vec
> Can't run: > ``` > 2024-12-12 15:01:30,250 lib.installation_context INFO Removing temporarily moved /opt/compiler-explorer/staging/09b6aa4b-a19c-4d7d-85f7-eae954c7ae28.orig > /opt/compiler-explorer/ygen/bin/ylc: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /opt/compiler-explorer/ygen/bin/ylc) > 2024-12-12 15:01:30,533 lib.ce_install ERROR compilers/ygen/ylc...
> > I'll rerun the release build artifact workflow for my project. Maybe it is then fixed. > > I can't see how it could possibly fix itself. I imagine...