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 库构建问题

Guru**** 2563960 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1205589/ndk-library-building-issue

我知道 NDK 不受 TI 支持、但这是一个简单的问题、如果修复可以让我更深入地了解我正在考虑的问题。

我需要重新构建 NDK 库、但收到错误。 找不到这些文件/目录(见下文)

#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
#endif

我下载了最新版本、出现了同样的问题。 在包 mak 中、包含选项。 是否应删除该选项?或者如何获取 dir?

请提供帮助  

Rob