Hi GenMC developers,
I am trying to run the Persevere example in this tutorial. I used the command ./genmc --persevere pers.c. However, it is giving me the following error.
GenMC v0.10.2 (LLVM 14.0.0)
Copyright (C) 2024 MPI-SWS. All rights reserved.
*** Compilation complete.
Tip: Automatically adjusting memory model to SC. You can disable this behavior with -disable-mm-detector.
*** Transformation complete.
Tip: Estimating state-space size. For better performance, you can use --disable-estimation.
ERROR: Tried to execute an unknown external function: __VERIFIER_openFS(base)
Do you have any idea how to fix this? I tried both building from the source and running in the Docker but encountered the same error.