Join Nostr
2025-11-09 07:46:09 UTC
in reply to

LogicalErzor on Nostr: expressatt: possible compiler bug? so a while ago i was having trouble cross ...

expressatt: possible compiler bug?

so a while ago i was having trouble cross compiling rust+linux on my computer. the kernel was working when i built it in pmbootstrap but when i built rust+linux outside pmbootstrap and simply told pmbootstrap to use the result, it wouldnt boot

i just realized now that it could be a cross compilation bug within llvm. pmbootstrap uses a chroot (which emulates a arm32 env) and cross compilation is x86

how do i report this? how do i narrow this down?