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] preprocessing a file for E-ACSL


  • Subject: [Frama-c-discuss] preprocessing a file for E-ACSL
  • From: jens.gerlach at fokus.fraunhofer.de (Gerlach, Jens)
  • Date: Mon, 24 Aug 2020 09:31:31 +0000

Hello,

I am using the following command line to preprocess/prepare an annotated C file for E-ACSL.

	frama-c -cpp-command 'gcc -C -E -I../.. -I../../Logic -I. ' -cpp-frama-c-compliant -pp-annot -no-unicode find_main.c -print > find_main.i

In general, I am happy with the generated output, except that the first line reads

	[kernel] Parsing find_main.c (with preprocessing) 

How can I avoid that this line appears in the output?
(I can of course filter it out with 'grep‘ but I assume that I am not using the Frama-C options quite correctly.)

Thanks in advance.

Jens