This is the mail archive of the ecos-discuss@sources.redhat.com 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]

RE: isoinfra cdl patch


Humm.. actually it's not that, forget this patch...

I have to include the "ISO C library string function" package too (which
implement the missing features i guess)

	Fabrice

> -----Original Message-----
> From: Fabrice Gautier [mailto:Fabrice_Gautier@sdesigns.com]
> Sent: Thursday, September 20, 2001 8:26 PM
> To: Ecos-List (E-mail)
> Subject: [ECOS] isoinfra cdl patch
> 
> 
> Hi,
> 
> I had to apply the followinf patch in order to build redboot 
> in windows
> config tool.
> 
> I updated the CVS today and (among other things) the config tool was
> reporting two conflict : two missing interfaces of the 
> ISOINFRA packages.
> I think that previously the isoinfra pakage was not needed by 
> Redboot but
> now it is. But the interface where not implemented in the 
> isoinfra.cdl. The
> patch correct just those needed to build redboot. I guess other maybe
> missing...
> 
> 	Fabrice
> 
> 
> Index: isoinfra.cdl
> ===================================================================
> RCS file: /cvs/ecos/ecos/packages/isoinfra/current/cdl/isoinfra.cdl,v
> retrieving revision 1.9
> diff -u -r1.9 isoinfra.cdl
> --- isoinfra.cdl        2001/09/12 04:21:16     1.9
> +++ isoinfra.cdl        2001/09/21 03:09:06
> @@ -519,6 +519,7 @@
>              display       "Other mem*() functions' 
> implementation header"
>              flavor        booldata
>              default_value 0
> +                       implements    CYGINT_ISO_STRING_MEMFUNCS
>          }
> 
>          cdl_interface CYGINT_ISO_STRING_STRFUNCS {
> @@ -536,6 +537,7 @@
>                  This covers the other str*() functions 
> defined by ISO C."
>              flavor        booldata
>              default_value 0
> +                       implements    CYGINT_ISO_STRING_STRFUNCS
>          }
>      }
> 
> 
> 
> -- 
> Fabrice Gautier
> Software Engineer, Sigma Designs
> Fabrice_Gautier@sdesigns.com
> 


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