This is the mail archive of the ecos-patches@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: lwIP configuration option patch


On Sun, Feb 26, 2006 at 12:20:46PM +0100, Uwe Kindler wrote:
> Hello,
> 
> the following patch fixes wrong mapping of lwIP eCos configuration 
> options to lwIP stack configuration options. The lwIP stack uses
> #if CONFIG_OPTION instead of #ifdef CONFIG_OPTION to check if a part of 
> code need to be compiled. So a configuration option should be 0 or 1. 
> But if a configuration option in CDL file is disabled, then it is not 0 
> but it is simply not defined and the check #if CONFIG_OPTION fails.

Thanks
   Committed,
        Andrew

Attachment: lwip.patch
Description: Text document


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