Hello everyone,

I am using cygwin64 terminal on Windows 10 to run SPIN model checker (http://spinroot.com/spin/whatispin.html)

The following two commands work fine:

spin -a peterson.pml (generates all the components for the verifier, e.g. pan.c) gcc pan.c -o pan (compiles pan)

BUT

./pan (runs it) reports the following error: "spin: error, the version of spin that generated this pan.c assumed a different wordsize (4 iso 8)" (Please see attached snapshot)

The same error is generated by using pan.exe on CMD.

Sadly (and strangely) the SPIN forum is not accepting new registrations, so I couldn't post my problem there. I hope someone can help.

Thanks.

Similar questions and discussions