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] Unable to work with large projects


  • Subject: [Frama-c-discuss] Unable to work with large projects
  • From: alexandre.constantino at edisoft.pt (Alexandre Constantino)
  • Date: Thu, 8 Oct 2009 17:14:39 +0100

Hello,

I'm trying to use Frama-C on a large software project, but I'm not having much luck.
The problem seems to be twofold: (1) it's a large project with lots of directories and (2) it is a library.

Regarding (2), it's possible to work around this issue by using the -lib-entry flag. But the ideal solution would to set the main() function of an application that uses that library and Frama-C to process the library as well... is this possible?
But as for (1), Frama-C seems to work with files, not being able to process directories recursively... and these are way too many URIs (path + filename) to pass in the command line.

Is there any way to solve this?

For example purposes, you can check this library:
http://sourceforge.net/projects/openil/files/DevIL/1.7.8/DevIL-1.7.8.tar.gz/download

Thank you for any help.
Best regards,
Alexandre


PS: please add me as CC in your reply