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]
Other format: [Raw text]

Re: jffs2 options


On Mon, 2003-11-24 at 15:28, Bob Koninckx wrote:
> Hi,
> 
> some cdl options have been added to the jffs2 package. The file compr.c
> now contains a lot conditionals like
> 
> #ifdef JFFS2_USE_ZLIB
>   ...
> #endif
> #ifdef JFFS2_USE_DYNRUBIN
>   ...
> #endif
> #ifdef JFFS2_USE_RUBINMIPS
>   ...
> #endif
> #ifdef JFFS2_USE_RTIME
>   ...
> #endif
> 
> It looks however like compr.c does not include (directly or indirectly)
> the file <pkgconf/fs_jffs2.h> which contains definitions for these
> conditionals. Any suggestions where to place an include statement ?
> 

The recommendation (from David Woodhouse who made the changes) was
that this might go in "os-ecos.h".  Does that work?

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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


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