This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK library building issue

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