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.candshare/libc/stdlib.c(including latter worked fine); - frama-c fluorine 3 contains
share/stdlib.conly; - 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
Post a Comment