
Segmentation fault
sug0 opened this issue ยท 4 comments
When running ld
from the riscv64
native toolchain, I get a segmentation fault. I loaded these programs via the datapack mechanism, as a 9pfs overlay.
I just cross compiled a c hello world program, with wsl on windows. Used the import/export card to import the a.out, and it runs fine.
Seems to also have a seg fault with gcc, I wished I could compile C programs with this mod
Seems to also have a seg fault with gcc, I wished I could compile C programs with this mod
Some cross compiled programs work just fine. I've successfully compiled a Scheme interpreter from my x86_64 machine, and it runs fine in oc2's VM.
I've created an issue to track the random segfaults in sedna: fnuecke/sedna#12