lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Need help in ndk-build


From: Simon Goldschmidt
Subject: Re: [lwip-users] Need help in ndk-build
Date: Wed, 19 Apr 2017 08:24:57 +0200

Anmol Sehgal wrote:
> error: undefined reference to 'errno'

'int errno' is defined as external only. Try adding a line "int errno;" 
somewhere to get the reference or don't define LWIP_PROVIDE_ERRNO (if that 
works for your library).

> slipif.c:391: error: undefined reference to 'sio_open'

Do you really use slipif? I think you can just remove that file from your 
Makefile.


Simon



reply via email to

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