lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] sockets lwipopts.h problem


From: Mullanix, Todd
Subject: [lwip-users] sockets lwipopts.h problem
Date: Fri, 25 Feb 2011 18:45:29 -0600

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) {

 

I’m assuming/hoping I have some opts messed up. I played around with them and the build error just moved around. I’ve attached the lwipopts.h that I used.

 

Thanks,

Todd

 

Attachment: lwipopts.h
Description: lwipopts.h


reply via email to

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