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] How to compil Frama-C with an existing Why installation


  • Subject: [Frama-c-discuss] How to compil Frama-C with an existing Why installation
  • From: jcdemay at rennes.supelec.fr (Jonathan-Christofer Demay)
  • Date: Thu, 16 Jul 2009 04:17:31 +0200
  • In-reply-to: <1247540520.3378.237.camel@residence.localdomain>
  • References: <1247540520.3378.237.camel@residence.localdomain>

Virgile Prevosto wrote: 
> You can have a look to the godi (http://godi.camlcity.org/) packages
> apps-frama-c and apps-why (plus godi-ocamlgraph). Indeed, the
> compilation against an external why is a bit tricky, and needs a patch
> of why installation (that I still need to report upstream in fact), as
> well as some patches on the frama-c side.

Thanks, it helped ! Here was the problem (in Why's Makefile):
-JCLIB=jc/jc.cmo jc/jc.cmx
+JCLIB=jc/jc.cmo jc/jc.cmx jc/jc.cmi jc/jc.o
-JCLIB=jc/jc.cmo
+JCLIB=jc/jc.cmo jc/jc.cmi