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.
工具/软件:TI C/C++编译器
为了为 AM6548开发软件、我们根据以下手册安装了 CCS 和 Processor SDK RTOS。
<software-dl.ti.com/.../index_how_to_guides.html
ARM Core-X-A53的示例程序(裸机 hello world)的编译器指出需要 GNU v7.2.1 (Linaro Aarch64)。
但是、在我的环境中、我可以看到 GNU v7.2.1 Linaro、但不能看到 GNU v7.2.1 Linaro Aarch64。
在安装过程中、我是否在配置中出错? 或者是否缺少路径设置?
请告诉我如何添加编译器。
主机:Windows 10
CCS 版本:CCS9.3.0.00012
[引用 user6472809]ARM Core-X-A53的示例程序(裸机 hello world)的编译器显示需要 GNU v7.2.1 (Linaro Aarch64)。
但是、在我的环境中、我可以看到 GNU v7.2.1 Linaro、但不能看到 GNU v7.2.1 Linaro Aarch64。[/引述]两条评论:
TI-processor-sdk-rtos-am65xx-evm-07_01_00_14 安装 gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-no-elf 编译 器、而不是 GNU v7.2.1 (Linaro Aarch64)。 文档看起来有点过时。
2. Windows 下 CCS 9.3的默认工具发现路径仅为 C:/ti/ccs930和 C:/ti/ccs930/ccs/tools/compiler. 要使 CCS 9.3检测"GNU v9.2.1 (null Aarch64)"编译器、必须:
a.使用"Add..." 并添加 C:/ti、这是安装 了 ti-processor-sdk-rtos-am65xx-evm-07_01_00_14的位置
b.选择"Refresh"、然后 CCS 检测 到"GNU v9.2.1 (null Aarch64)"编译器: