Re: fatal error: config-mini-tls1_2.h: No such file or directory
Graham Stott <gbcstott1@...>
Is the following line missing the quotes (“) before the file name?
#include CONFIG_MBEDTLS_CFG_FILE" Should be
#include “CONFIG_MBEDTLS_CFG_FILE"
From: devel@... [mailto:devel@...] On Behalf Of Marti Bolivar
Hi Christian,
Can you please paste the complete and exact steps of what you tried, and not just the error? It will be difficult for people to help you without knowing exactly what you did.
Please include: - The exact cmake command line you typed, and its output - The exact compilation command line you typed, and its output
Thanks, Marti
On Wed, Apr 25, 2018 at 2:14 PM, christian tavares <christiantavarest@...> wrote:
|
|