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: How can I use Zlib sources support in RedBoot


On Sat, 2001-09-29 at 17:03, sreenivas y.p.s.s wrote:
> 
> 
> Hi,
> I am using only RedBoot package in eCos not total eCos.I  enabled
> CYGPKG_COMPRESS_ZLIB. I need compression and decompression support in
> RedBoot.
> so,In the 'services' package in eCos, zlib sources are present. the zlib
> sources are
> internally dependant on 'memalloc' sources. But the memalloc sources are
> mostly written
> in CPP.
> 
> my question:
> How can i seperately compile and link 'zlib' sources and 'memalloc'
> sources using 'gcc'
> powerpc compiler  without eCos. what are the changes i need to make in
> makefile's of
> zlib sources and memalloc sources in 'services' package of eCos.
> 

When you configure RedBoot
  % ecosconfig new <platform> redboot
  % ecosconfig add zlib_compress malloc
  % ecosconfig tree

It should "just work" (TM).


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