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?


> 
> When I attempt to compile eCos (having created an appropriate config
> file, created a tree, etc.), I get the following error:
> 
> /opt/ecos/ecos-cvs/packages/devs/eth/intel/i82559/current/src/if_i825
> 59.c: 2619:4:#error Empty i82559 ethernet DSR is compiled. Is this
> what you want?

that glue is in io/eth/current/src/lwip and should be included if you
configure your ecos.ecc for lwip & eth like this
#ecosconfig add net_drivers 
after adding lwip. When you add lwip before that it defaults to using
SLIP since no eth support is there without a warning.You need to unset
standalone io eth support which is needed for redboot.

Jani

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