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.

[参考译文] Linux/CC3200-LAUNCHXL:Wi-Fi CC3200在 Linux 下编译 mbedtls

Guru**** 2768525 points

Other Parts Discussed in Thread: CC3200

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

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/801839/linux-cc3200-launchxl-wi-fi-cc3200-compile-mbedtls-under-linux

器件型号:CC3200-LAUNCHXL
Thread 中讨论的其他器件:CC3200

工具/软件:Linux

大家好、

我现在使用 GCC 来编译 cc3200。 使用的工具链是 gcc-arm-none-eabi-5_4-2016q3。 构建环境是 ubuntu32位。

我现在想编译 mbedtls 库、但 GCC 不支持它。 它不会实现整个文件。

是否有任何其他编译方法?

谢谢

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

    CC3200本身不支持 Mbedtls。 CC3200在 ROM 中提供了自己的 TLS 堆栈、使用 mbedtls 可以有效地复制器件中已内置的大多数功能。

    对于您看到的特定错误、我认为您的 mbedtls 编译仍会从 您拥有的 ESP8266文件夹中提取一些#include 文件。 您可能需要确保所有包含路径都指向 CC3200 SDK 中的源。 除此之外,我不能在我们不支持的问题上再进一步帮助。

    此致、
    Michael