Frama-C Neon missing C library files? -


i've compiled frama-c neon (ubuntu) along why2, why3 , coq.

with previous versions (nitrogen) possible choose particular heap model, defining symbols like:

#define frama_c_malloc_heap 

and on.

the frama-c neon user manual suggests include file share/malloc.c, can't find it.

  • frama-c nitrogen contains both share/malloc.c andshare/libc/stdlib.c (including latter worked fine);
  • frama-c fluorine 3 contains share/stdlib.c only;
  • frama-c fluorine 2 contains neither ;
  • frama-c neon contains neither;

moreover fluorine 3 changelog lists "add missing c library files."

are frama_c_malloc_* symbols deprecated or neon source distribution incomplete?

yes, files in relation modeling dynamic memory allocation removed neon frama-c release.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -