Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] loading coq scripts in Frama-C


  • Subject: [Frama-c-discuss] loading coq scripts in Frama-C
  • From: jens.gerlach at fokus.fraunhofer.de (Gerlach, Jens)
  • Date: Mon, 5 Oct 2020 14:47:18 +0000
  • In-reply-to: <CAC+FV-Zs=YmPKguRv3-zELV1wTO9bpCTuC-yD3ObCfMYXq40SQ@mail.gmail.com>
  • References: <CAC+FV-Zs=YmPKguRv3-zELV1wTO9bpCTuC-yD3ObCfMYXq40SQ@mail.gmail.com>

Hello,

Do you start Coq from the Frama-C GUI?
Which option did you use the start Frama-C?

In any case, I highly recommend using the most recent version of Frama-C (v21.1, Scandium).
You are using version 19 (Potassium).

Regards

Jens

> 
> 
> I am trying to load coq scripts in Frama-C, but I have been facing issues. I am using the WP plugin on the Frama-C potassium version with Coq 8.9.1.
> 
> Specifically, the problem arises when I try to prove the goal generated in the Coq template generated from Frama-C. I define lemmas outside the goal and import some standard Coq libraries to complete the proof. Even though I am able to prove the goal in Coq, closing the coq interface does not turn the yellow bubble to green in the WP goals. 
> 
> Does someone have any idea as to where I am going wrong? I would appreciate the suggestions.