[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] structure packaging
From: |
mgroups |
Subject: |
[lwip-users] structure packaging |
Date: |
Wed, 05 May 2010 14:29:11 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 |
Hello,
I'm using lwip on a LPC2378 from NXP in a single-threaded environment.
My IDE is Keil uVision 4 with the Realview compiler.
I had some problems with structur packaging.
There are some structures that are by default not packed but only work
if they are packed.
The following structures are:
struct mem in mem.c
struct pbuf in pbuf.h
struct dhcp in dhcp.h
Is there any reason that they are not packed by default? Because I think
they should be.
Has anyone had similar problems?
Yours
Matthias
- [lwip-users] structure packaging,
mgroups <=