lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] About global parameter initial problem


From: Simon Goldschmidt
Subject: Re: [lwip-users] About global parameter initial problem
Date: Wed, 26 Nov 2008 09:05:16 +0100

> I find the lwIP did not manually init global parameters. In most of the

And it does this on purpose.

> system, the global paramter has default zero.  But my embeded system only
> init the static paramters, and won't init the gloable parameters.

That's a bug in your compiler. We've had this discussion some months ago. Since 
we do not want to support broken compilers, we decided the ones with broken 
compilers should add initialization on their own, I think... Sorry.

Initializing globals to zero is defined in the C standard somewhere. If you're 
interested in where (e.g. want to tell your compiler vendor to fix it), you can 
search the mailing list archive for the discussion, it was mentioned here a 
while ago.

Simon
-- 
Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]