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.
您好!
安装 SDK 后、我看到 在 C:\ti\mcu_plus_sdk_am243x_08_06_00_43\source\drivers 中 有一个 makefile.am243x.r5f.ti-arm-clang
在安装过程中是否使用它来获取 drivers.am243x.r5f.ti-arm-clang.debug.lib?
我可以从 CCS 中使用它, 还是应该使用其他方式?
我已经使用 GCC 编译了一个大型工程、因此 我想尝试稍后使用 makefile 来创建具有 GCC 的库。
谢谢。
Eli
尊敬的 Eli:
MCU+ SDK 中的所有库都是使用 makefile 构建的。 只有示例工程使用 CCS 工程文件导入和编译。
若要清理或构建库、需要转至 C:\ti\mcu_plus_sdk_am243x_08_06_00_43目录、然后使用以下命令:
gmake -f makefile.am243x libs profile=debug #for build debug 版本的库
gmake -f makefile.am243x libs profile=release #for build release version of libraries
有关详细信息、请参阅以下 URL:
AM243x MCU+ SDK:结合使用 SDK 和 Makefile (TI.com)
此致、
明