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] compilation problem with one of the kernel modules
- Subject: [Frama-c-discuss] compilation problem with one of the kernel modules
- From: Julien.Signoles at cea.fr (Julien Signoles)
- Date: Wed, 23 Mar 2011 16:10:42 +0100
- In-reply-to: <4D8A08A3.3050905@adelard.com>
- References: <4D8A08A3.3050905@adelard.com>
Hello, Le 23/03/2011 15:50, Damien Karkinsky a ?crit : > I'm trying to compile a dynamically loaded plugin. The plugin contains a > line of code > > let filelist = (File.get_all ()) and the compiler is complaining that > File.get_all is unbound value. > > The plugin can access all other modules under src/kernel such as Globals etc > > I am using latest version of Carbon. > > I think its a problem with the makefile could someone point me in the > right direction? That is quite surprising because I use myself module File in my own dynamic plug-in without any problem and I just do another try with Frama-C carbon + a custom plug-in using File.get_all successfully. The only issue I can think about is the following: you have a line "open Foobar" where Foobar is a module containing a sub-module called File. A good candidate is Cil_datatype from the Frama-C kernel. Open is evil: use it as few as possible ;-). Hope this helps, Julien.
- References:
- [Frama-c-discuss] compilation problem with one of the kernel modules
- From: dak at adelard.com (Damien Karkinsky)
- [Frama-c-discuss] compilation problem with one of the kernel modules
- Prev by Date: [Frama-c-discuss] compilation problem with one of the kernel modules
- Next by Date: [Frama-c-discuss] inline assembly code
- Previous by thread: [Frama-c-discuss] compilation problem with one of the kernel modules
- Next by thread: [Frama-c-discuss] inline assembly code
- Index(es):