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: Porting lightweight TCP/IP stack to ecos


On Tue, 2002-06-25 at 15:43, john ashfield wrote:
> 
> Hi,
> 
> I am porting lightweight TCP/IP stack to ecos 2.0. When I tried to add lwip 
> using the command "ecosconfig add lwip", I receive the following error
> 
> CYGPKG_NET_LWIP, "requires" constraint not satisfied: CYGPKG_IO_ETH_DRIVERS 
> even though CYGPKG_IO_ETH_DRIVERS is already in ecos.db. Thanks a lot.
> 

This message doesn't mean you need to add the package to ecos.db.  You
need to add it to your configuration:
  
  % ecosconfig new PLATFORM
  % ecosconfig add lwip eth_drivers
  % ecosconfig tree

The second line could also be executed as two "add" steps.


-- 
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]