OpenComputers II

OpenComputers II

27.1k Downloads

Segmentation fault

sug0 opened this issue ยท 4 comments

commented

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.

commented

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.

commented

Seems to also have a seg fault with gcc, I wished I could compile C programs with this mod

commented

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.

commented

I've created an issue to track the random segfaults in sedna: fnuecke/sedna#12