lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] sockets lwipopts.h problem


From: Kieran Mansley
Subject: Re: [lwip-users] sockets lwipopts.h problem
Date: Sat, 26 Feb 2011 07:47:02 +0000

On 26 Feb 2011, at 00:45, Mullanix, Todd wrote:

> I’m trying to get lwip working for SYSBIOS. I have the httpd example working. 
> I’m trying to test out sockets, but I’m hitting a build error. I’m using lwip 
> 1.3.2. I get the following error
> lwip-1.3.2/src/core/raw.c", line 104: error: struct "raw_pcb" has no field 
> "lwip_recv"
>  
> Here is the line of code in raw.c
> if (pcb->recv(pcb->recv_arg, pcb, p, &(iphdr->src)) != 0) {
>  

The error reference lwip_recv, but the code says pcb->recv.  Is the 
preprocessor doing something odd to substitute one symbol for the other?

Kieran


reply via email to

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