lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Need help compiling LWIP


From: Anmol Sehgal
Subject: [lwip-users] Need help compiling LWIP
Date: Tue, 18 Apr 2017 12:14:28 +0000

Hi Sylvain,

 

We are trying to compile LWIP-2.0.2 library, which we downloaded from the URL: http://download.savannah.nongnu.org/releases/lwip/lwip-2.0.2.zip

 

We also downloaded the working git project for LWIP-1.4.1 from the URL: https://github.com/digitalsorcery/LWIPAndroidJNI

And in a similar way, we are trying to build LWIP-2.0.2 in the above-mentioned project, but getting compilation errors.

Please find below the  error logs :                                                     

 

[armeabi] SharedLibrary  : liblwip-android.so

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/api/sockets.c:510: error: undefined reference to 'e

rrno'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/api/sockets.c:510: error: undefined reference to 'e

rrno'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/api/sockets.c:510: error: undefined reference to 'e

rrno'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/api/sockets.c:510: error: undefined reference to 'e

rrno'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:391: error: undefined reference to '

sio_open'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:132: error: undefined reference to '

sio_send'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:140: error: undefined reference to '

sio_send'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:145: error: undefined reference to '

sio_send'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:150: error: undefined reference to '

sio_send'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:337: error: undefined reference to '

sio_read'

C:/Users/anmolsehgal/Desktop/LWIPAndroidJNI-master2.0.2/LWIPAndroidJNI-master/jni/lwip-2.0.2/src/netif/slipif.c:437: error: undefined reference to '

sio_tryread'

clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)

 

 

 

Any help would be appreciated.

 

Thanks and Regards

Anmol Sehgal

 


reply via email to

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