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. And it compiles for me, see the win32 port for an example. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
