sst-elements icon indicating copy to clipboard operation
sst-elements copied to clipboard

MMAP Syscall Implementation in Vanadis

Open Connie120 opened this issue 2 years ago • 0 comments

Hello! I'm trying to simulate a very basic program that's compiled with LLVM using Vanadis, and the simulation stops with an error message indicating that the MMAP syscall (code 222) is not implemented yet. I've also taken a look at the code in the current devel branch, and multiple syscalls are prepended with an "assert(0)", so I'm guessing they're still under construction? Is there a version in the repo that's able to simulate the MMAP syscall? Thank you very much!

Connie120 avatar Apr 25 '22 18:04 Connie120