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: Problems with application to use lwIP


> > Do you actually need net/common?
> 
> That's where tftpd is.
> 
> Perhaps tftpd does not belong in net/common?

Or you want to add cdl so you can compile individual parts.

> Index: io/eth/current/cdl/eth_drivers.cdl
> ===================================================================
> RCS file: /cvs/ecos/ecos/packages/io/eth/current/cdl/eth_drivers.cdl,v
> retrieving revision 1.20
> diff -u -r1.20 eth_drivers.cdl
> --- io/eth/current/cdl/eth_drivers.cdl	20 Mar 2003 15:44:39 -0000	1.20
> +++ io/eth/current/cdl/eth_drivers.cdl	13 Oct 2007 07:46:13 -0000
> @@ -174,7 +174,7 @@
>      cdl_component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE {
>          display       "Support for stand-alone network stack."
>          flavor        bool
> -        active_if     !CYGPKG_NET
> +        active_if     !CYGPKG_NET&&!CYGPKG_NET_LWIP
>          requires      CYGINT_ISO_STRING_MEMFUNCS 
>          default_value 1
>          compile       stand_alone/eth_drv.c

My first feeling, without looking at the code, is that this is
wrong. lwip does compile with Ethernet drivers the last time i
tried...

        Andrew

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