A forum for Spin users
You are not logged in.
Hi,
From the command line, I built my model and attempted to compile the verifier and it gives me "Access Denied":
C:\Data\ProtocolAnalysis>spin -a RA_Scheduling.pml
C:\Data\ProtocolAnalysis>cc -o pan pan.c
Access is denied.
C:\Data\ProtocolAnalysis>
Does anyone know why I'm getting access denied? I am running on Windows 7 and I know some things require you to run as administrator but I have administrator privileges on my machine. Additionally, I can generate/run the verifier from within the GUI so...
Thanks,
Robin
Offline
it looks like you possibly do not have write permission in the directories used by the c compiler,
or, you do not have access to the c compiler from within that windows command shell.
i tend to recommend cygwin as a more hospitable unix-like environment -- and cannot offer much help with a native windows command shell
Offline
actually, for some reason when cygwin installed, it installed with everything read-only, no execute permission. once i changed permissions, it worked. thanks
Offline