static analysis - Jessie plugin integration with Frama-c Aluminium -


how integrate jessie external plugin(why 2.36) frama-c aluminium?

you can't. why 2.36 compatible frama-c magnesium. however, master branch of why's git repository seems compatible frama-c aluminium (disclaimer: i've checked plugin compiles fine, didn't attempt proof it).

the git repository located @ https://scm.gforge.inria.fr/anonscm/git/why/why.git/ can installed through following steps:

git clone https://scm.gforge.inria.fr/anonscm/git/why/why.git/ cd why autoconf ./configure [--prefix=my_local_install] make [sudo] make install optionnally, if you're using opam, can installed pinned version of why: opam pin add why --kind git --edit https://scm.gforge.inria.fr/anonscm/git/why/why.git/ [ able edit opam instruction file: change version number 9999 , add ["autoconf"] @ top of list of build steps ]


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -