I understand NDK is not support by TI but this is a simple issue that, if fix will let me more for with understand the issues I'm looking at.
I need to rebuild the NDK library and I get an error. These file/ dir is not found (see below)
#ifdef SLNETIFNDK_ENABLEMBEDTLS
#include "mbedtls/ssl.h"
#include "mbedtls/entropy.h"
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/certs.h"
#include "mbedtls/x509.h"
#include "mbedtls/ssl_cookie.h"
#include "mbedtls/timing.h"
#include "mbedtls/net_sockets.h"
#include <entropy_alt.h>
#endif
I download the latest and the same problem occurs. in the package mak for it the option is included. Should that option be removed or how do I get the dir?
please help
Rob