lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Re: Linking Error


From: Florian Schulze
Subject: [lwip-users] [lwip] Re: Linking Error
Date: Thu, 09 Jan 2003 01:44:13 -0000

> lwip4.lib(mem.obj) : error LNK2001: unresolved external symbol _bcopy
> lwip4.lib(udp.obj) : error LNK2001: unresolved external symbol _bzero

Take a look at proj/msvc/test.c, there they should be defined. In the
windows version, lwip4.lib is only the core of lwIP, the packet driver and
the sys_arch interface are implemented in the test project. Take a look at
what files are in the test project and what they contain.
bcopy is just like memcpy, but the parameters are in another order.
bzero is like memset(..., 0, ...)

Florian


[This message was sent through the lwip discussion list.]




reply via email to

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