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: Anyone have lwIP working under eCos?


On Mon, 15 Sep 2003, Savin Zlobec wrote:

> Look at the following msg thread:
>
> http://sources.redhat.com/ml/ecos-discuss/2003-08/msg00619.html
> http://sources.redhat.com/ml/ecos-discuss/2003-08/msg00622.html
> http://sources.redhat.com/ml/ecos-discuss/2003-09/msg00003.html
> http://sources.redhat.com/ml/ecos-discuss/2003-09/msg00004.html

Ahh, thanks, msg00003.html contained the solution (at least for me).
I changed:

#ifdef CYGPKG_IO_ETH_DRIVERS_NET

to:

#ifndef CYGPKG_IO_ETH_DRIVERS_STAND_ALONE

in packages/devs/eth/intel/i82559/current/src/if_i82559.c

Now at least the tree compiles cleanly, so it's a big step in the right
direction.



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