lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] NO_SYS and socket


From: Fw89
Subject: [lwip-users] NO_SYS and socket
Date: Mon, 16 Mar 2020 04:34:08 -0700 (MST)

Hi,
I'm trying to implement an open62541 opc ua server on my mcu and i need to
use socket, but when i compile i get this error

#if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))
  #error "If you want to use Sequential API, you have to define NO_SYS=0 in
your lwipopts.h"
#endif

I have to set NO_SYS = 1, because my mcu doesn't has an OS. What can i do?
Thank you very much



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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