lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] MSVC Port Build Failure


From: Joel Cunningham
Subject: [lwip-devel] MSVC Port Build Failure
Date: Wed, 29 Mar 2017 15:43:21 -0500

1>  altcp_tls_mbedtls_mem.c
1>e:\projects\lwip\src\apps\altcp_tls\altcp_tls_mbedtls_structs.h(49): fatal error C1083: Cannot open include file: 'mbedtls/ssl.h': No such file or directory

From altcp_tls_mbedtls_structs.h:

#if LWIP_ALTCP /* don't build if not configured for use in lwipopts.h */

#include "lwip/altcp.h"
#include "lwip/pbuf.h"

#include "mbedtls/ssl.h”

Do we need an additional check of LWIP_ALTCP_TLS_MBEDTLS with the check against LWIP_ALTCP?

Joel

reply via email to

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