This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CDL Interface Configury


Andrew Lunn wrote:
> On Fri, Oct 12, 2007 at 10:40:18AM -0700, Jay Foster wrote:
>> I'm having a problem using the cdl_interface CDL configury. I have a CDL
>> package where I have:
>>
>> 	requires	(CYGINT_XXX == 1)
>>
>>
>> 	cdl_interface CYGINT_XXX {
>> 		display	""
>> 	}
> 
> The interface should be declared outside of the package that requires
> it be implemented.
> 
> Taking a random example: CYGINT_DEVS_DISK_MMC_SPI_CONNECTORS in
> 
> devs/disk/generic/mmc/current/cdl/devs_disk_mmc.cdl

Or use 'active_if' instead.  This will just make the CDL item
in question not be able to be activated.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]