Ai
1 Star 2 Fork 2

ARMmbed/mbedtls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
make_generated_files.bat 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
@rem Generate automatically-generated configuration-independent source files
@rem and build scripts.
@rem Requirements:
@rem * Perl must be on the PATH ("perl" command).
@rem * Python 3.8 or above must be on the PATH ("python" command).
@rem * Either a C compiler called "cc" must be on the PATH, or
@rem the "CC" environment variable must point to a C compiler.
@rem @@@@ tf-psa-crypto @@@@
cd tf-psa-crypto
python framework\scripts\make_generated_files.py || exit /b 1
cd ..
@rem @@@@ mbedtls @@@@
python framework\scripts\make_generated_files.py || exit /b 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/armmbed/mbedtls.git
git@gitee.com:armmbed/mbedtls.git
armmbed
mbedtls
mbedtls
development

搜索帮助