lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] MEM_SIZE


From: Giuseppe Modugno
Subject: Re: [lwip-users] MEM_SIZE
Date: Thu, 15 Mar 2018 13:12:57 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Il 15/03/2018 11:28, Simon Goldschmidt ha scritto:
Giuseppe Modugno wrote:
[..]
I think with the following options:

#define MEM_LIBC_MALLOC  0
#define MEM_USE_POOLS      1
#define MEM_USE_CUSTOM_POOLS 1  /* Needed by MEM_USE_POOLS */
It's MEMP_USE_CUSTOM_POOLS, not MEM_USE_CUSTOM_POOLS.

It was a typo.

And it compiles for me, see the win32 port for an example.

Yes, now it compiles without errors. The file lwippools.h lacked the LWIP_MALLOC_MEMPOOL macros to define the set of pools used by lwip in case MEM_USE_POOLS is set.




reply via email to

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