Topic: WolfSSL + LwIP timeval compiler error
Hi,
This is just not making sense. I have imported WolfSSL into our LCP54 project in MCUXpresso. I have configured WolfSSL (hopefully correctly). When I compile I get the following error.
Description Resource Path Location Type
redefinition of 'struct timeval' sockets.h /Titan_Gateway/LIB/lwip/src/include/lwip line 440 C/C++ Problem
In wolfssl/callback.h (~line 5) a structure named WOLFSSL_TIMEVAL is defined. The search locates 17 matches to "struct timeval", but not are actual definitions of timeval.