lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] undefined reference to sockets api


From: Paul Archer
Subject: Re: [lwip-users] undefined reference to sockets api
Date: Tue, 30 Aug 2011 08:27:41 +1000

It seems to be a linker problem.

Have you included lwip in your build path. Specifically lwip/src/api/sockets.c

Regards Paul

On Tue, Aug 30, 2011 at 1:25 AM, rocco brandi <address@hidden> wrote:
hi everyone!

I'm trying to use the sockets api, but when I compiling I revice the following errors in the creation of the object file nicdrv.o (the nicdrv.c module is the one when the api are used):

.\Output\netX100\nicdrv.o: In function `ec_setupnic':
.\Sources\netX100\source/nicdrv.c:266: undefined reference to `lwip_socket'
.\Sources\netX100\source/nicdrv.c:266: undefined reference to `lwip_setsockopt'
.\Sources\netX100\source/nicdrv.c:266: undefined reference to `lwip_bind'
.\Sources\netX100\/nicdrv.c:266: undefined reference to `lwip_fcntl'
.\Output\netX100\nicdrv.o: In function `ec_closenic':
.\Sources\netX100\/nicdrv.c:277: undefined reference to `lwip_close'

Does anybody knows where is the problem?

Thanks ^_^

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users



--
----
Regards
Paul Archer
address@hidden

reply via email to

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