mbedtls编译

  1. 下载:git clone https://github.com/Mbed-TLS/mbedtls.git
  2. 设置编译环境:在mbedtls目录下执行:git submodule update --init,切换到 tf-psa-crypto目录并再次执行:cd tf-psa-crypto/ git submodule update --init
  3. 编译: 切换到mbedtls目录执行命令:make all

你可能感兴趣的:(工具和网站,学习)