lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Problem With dns.c Using 32-Bit Compilers


From: Alain M.
Subject: Re: [lwip-users] Problem With dns.c Using 32-Bit Compilers
Date: Thu, 28 Aug 2008 15:48:08 -0300
User-agent: Thunderbird 2.0.0.6 (X11/20070728)



Simon Goldschmidt escreveu:

The array problem that has already been explained exists to make
> sure the following structs are aligned correctly. However, since
> alignment is effectively switched off with packing, this can't
> be the reason!

Sorry to disagree. we are not talking about space within a stuct but from one to the other. Even if structs are packet, they can be aligned :)

IMHP the appropriate pack/unpack files of each compiler should be included somewhere, so that any new user can use it :)

Included in the lwIP distro? I don't think so: Compilers often
> change and we can't keep a list of all the compilers in the world.
> It's up to the one that ports lwIP to a specific platform to
> define the correct structure packing macros/files.

At least a small effort could be made to keep the ones that have already been made. It would help a lot of people as it is difficult to find out. You would then be amazed how few are really different, and small differences are easy to fix.

Alain





reply via email to

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