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] Windows binary version error: Global kernel could not find entry point: main


  • Subject: [Frama-c-discuss] Windows binary version error: Global kernel could not find entry point: main
  • From: Pascal.CUOQ at cea.fr (CUOQ Pascal)
  • Date: Fri, 20 Nov 2009 14:58:37 +0100
  • References: <1D0F31F3F3ABA947B3B4FAD31A6565624AC5A6EDD0@antunes6.antunes.local> <4B06A005.4040700@cea.fr>

> Frama-C's analyzers require an 
> entry point which is by default a function called "main" in your program.

Actually, weakest precondition plug-ins do not require an entry point
(one big advantage that they have over other techniques),
and they do not emit this warning when none is provided.
Only the value analysis and plug-ins that use
it indirectly require an entry point and emit this warning.

Pascal