lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] about memory problem


From: yueyue papa
Subject: Re: [lwip-users] about memory problem
Date: Thu, 17 Jul 2008 17:56:20 +0800

If onlye enable
 */
#ifndef MEM_USE_POOLS
#define MEM_USE_POOLS                   1
#endif

/**
 * MEMP_USE_CUSTOM_POOLS==1: whether to include a user file lwippools.h
 * that defines additional pools beyond the "standard" ones required
 * by lwIP. If you set this to 1, you must have lwippools.h in your
 * inlude path somewhere.
 */
#ifndef MEMP_USE_CUSTOM_POOLS
#define MEMP_USE_CUSTOM_POOLS           0
#endif

1>D:\CVSPrj\lwIP\lwip\src\include\lwip/memp.h(60) : error C2059: 语法错误 : ")"

I am using the latest CVS  code.

I use ARM,  and VC the same result.

So the default code in CVS has problem.


If i switch enable MEMP_USE_CUSTOM_POOLS , default windows build is ok.

Lee



On 7/17/08, Kieran Mansley <address@hidden> wrote:
> On Thu, 2008-07-17 at 16:51 +0800, yueyue papa wrote:
> > I tried in VC compiler, still failure.
>
> What is the compiler error.
>
> It would also be helpful to know which version of lwIP you're trying to
> build.
>
> Kieran
>
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>

reply via email to

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