lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] Issue compiling lwIP


From: Duncan Palmer
Subject: [lwip-users] Re: [lwip] Issue compiling lwIP
Date: Thu, 09 Jan 2003 00:12:08 -0000

On Saturday 21 September 2002 12:20, Josh Marshall wrote:
> I would usually get this error when there is a header file included
> twice, but this isn't the case here. Removing the header definition in
> tcp.h removes the problem, as does removing the function implementation,
> but both of these make lwIP unusable. :( I have done a search for any
> other instance of tcp_connect(), but can't find any.
>
> If I remove the last argument from the function, in both declaration &
> definition, the error disappears. Does anyone who has better experience
> with pointers to functions and/or anyone who has had this problem before
> have a solution?

err_t is defined as 
./lwip/err.h:typedef s8_t err_t;

Have you got s8_t defined correctly for your architecture?

>
> Thanks,
>
> Josh
>
> [This message was sent through the lwip discussion list.]
[This message was sent through the lwip discussion list.]




reply via email to

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