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] Custom libraries in dynamic plugins
- Subject: [Frama-c-discuss] Custom libraries in dynamic plugins
- From: anne.pacalet at inria.fr (Anne Pacalet)
- Date: Wed, 24 Aug 2011 09:19:35 +0200
- In-reply-to: <4E53D84A.5000604@adelard.com>
- References: <4E53D84A.5000604@adelard.com>
Hello, Le 23/08/2011 18:41, Damien Karkinsky a ?crit : > PLUGIN_BFLAGS := -I +extralib > PLUGIN_OFLAGS := -I +extralib > PLUGIN_EXTRA_BYTE := extralib.cma > PLUGIN_EXTRA_OPT:= extralib.cma > > gives me an /make/ error with no rule to make extralib.cma. In a similar situation, I don't know why, but I had to use : > PLUGIN_BFLAGS := -I $(EXTRALIB_PATH) > PLUGIN_OFLAGS := -I $(EXTRALIB_PATH) > PLUGIN_EXTRA_BYTE := $(EXTRALIB_PATH)/extralib.cma > PLUGIN_EXTRA_OPT:= $(EXTRALIB_PATH)/extralib.cma with EXTRALIB_PATH defined to be the [extralib] directory. Hope this helps, -- Anne.
- Follow-Ups:
- [Frama-c-discuss] Custom libraries in dynamic plugins
- From: Julien.Signoles at cea.fr (Julien Signoles)
- [Frama-c-discuss] Custom libraries in dynamic plugins
- References:
- [Frama-c-discuss] Custom libraries in dynamic plugins
- From: dak at adelard.com (Damien Karkinsky)
- [Frama-c-discuss] Custom libraries in dynamic plugins
- Prev by Date: [Frama-c-discuss] Custom libraries in dynamic plugins
- Next by Date: [Frama-c-discuss] Custom libraries in dynamic plugins
- Previous by thread: [Frama-c-discuss] Custom libraries in dynamic plugins
- Next by thread: [Frama-c-discuss] Custom libraries in dynamic plugins
- Index(es):