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.
工具与软件:
大家好、
我正在尝试 在 macOS sequoia 上安装所有 ARM CGT 5.2.x。 但它似乎没有安装。
之所以需要执行此操作、是因为我要使用 CCS20.0 thei IDE 导入和编译 EK-TM4C1294-XL 示例项目。 似乎使用的是 CGT 5.2。
如果有人可以在这里帮助、请表示感谢。 ?
谢谢
Harish
编译器专家知晓-从 https://www.ti.com/tool/download/ARM-CGT/5.2.9下载的 Arm CGT 5.2.9编译器安装程序 在 macOS Sequoia 上未运行的问题:
很遗憾,这个版本的 ARM CGT 无法安装在 Mac OS Squoia 上。 在安全设置中启用以允许安装此文件、但它甚至不会打开安装程序对话框。
我可以在红杉上重现此问题
它是某种验证错误。 Arm CGT 20.2.7安装程序不存在此问题。
即使您允许安装此应用程序、也不会执行任何操作。
版本5.2.9于2017年2月发布。 它从未使用 macOS Sequoia 进行过测试。 它不再受支持。 因此,我不得不不幸地得出结论,这种组合...
[报价 userid="634136" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1449082/sw-ek-tm4c1294xl-arm-cgt-5-2-x-doesn-t-work-on-macos 使用 CCS20.0 thei IDE 导入并编译 EK-TM4C1294-XL 示例项目。 该版本似乎使用 CGT 5.2不支持...
谢谢。此致、
-George.
所以无法将这些 TM4C1294项目移植 到最新的 CGT 20?
我不是器件专家、因此无法评论推荐哪个版本的编译器。 但我已经能够在我运行 Sequoia 的 macbook M1上使用较新的20.2.7编译器构建 TivaWare 示例。
https://www.ti.com/tool/download/ARM-CGT/20.2.7.LTS
安装后、确保已找到该程序: https://www.youtube.com/watch?v=1jkpPGcbxxA&list=PL3NIKJ0FKtw75d_K8G0JBJHB9zIm8_YQL&t=5s
你好 Ki,你是否做了任何更改包括等,因为我正在得到关注,即使我可以确认目录和文件存在于位置编译器抱怨。
[5]>>编译失败
[6] utils/subdir_rules.mk:7:目标"utils/uartstdio.obj"的配方失败
[7]"/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/utils/uartstdio.c "、第28行:致命错误#1965:无法打开源文件"inc/hw_ints.h"
[8]1在编译"/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/utils/uartstdio.c "时检测到灾难性错误。
[9]编译已终止。
[10] gmake:***[utils/uartstdio.obj]错误1.
[11]"/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c1294xl/drivers/pinout.c、第27行:致命错误#1965:无法打开源文件"inc/hw_gpio.h"
[12]1在"/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c1294xl/drivers/pinout.c "的编译中检测到灾难性错误。
[13]编译已终止。
[14]gmake:***[drivers/pinout.obj]错误1.
[15]../startup_ccs.c"、第26行:致命错误#1965:无法打开源文件"inc/hw_NVIC.h"
[16]1在编译"../startup_ccs.c"时检测到灾难性错误。
[17]编辑结束。
[18]gmake:***[STARTUP_CCS.obj]错误1.
[19]"../hello.c"、第27行:致命错误#1965:无法打开源文件"inc/hw_memmap.h"
[20]1编译"../hello.c"时检测到灾难性错误。
[21]Unattended.
[22]gmake:***[hello.obj]错误1.
[23]创建文件:/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c1294xl/drivers/pinout.c
[24]调用: ARM 编译器
[25]"dcs"/Applications/ti/ti-cgt-arm_20.2.7.LTS/bin/armcl -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me /Applications/ti/ti-cgt-arm_20.2.7.LTS/include --include_path="/Users/XXXXXXX/Library/Application Support/Texas Instruments/ccs/.ccs-server/workspaces/f38b2a03d8aa10faff745e62d28e2148/diag"/Users/XXXXXXX/ti/tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c1294xl/drivers/pinout.c
[26]>>编译失败
[27]drivers/subdir_rules.mk:7:目标'drivers/pinout.obj'的配方失败
[28]Building file:"../startup_ccs.c"
[29]调用: ARM 编译器
[30]"dcs"/Applications/ti/ti-cgt-arm_20.2.7.LTS/bin/armcl -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/Users/XXXXXXX/Library/Application Support/Texas Instruments/ccs/.ccs-server/workspaces/f38b2a03d8aa10faff745e62d28e2148/diag"--include_path="ccs"/Applications/ti/ti-cgt-arm_20.2.7.LTS/include
您好、Ki、您是否更改了 include etc
不可以、仅在编译器更改中按原样使用。 以下是计时器示例:
include_path="/Users/XXXXXXX/Library/Application Support/Texas Instruments/ccs/.ccs-server/workspaces/f38b2a03d8aa10faff745e62d28e2148/hello"[/报价]这是如何进入您的包含搜索路径的?
我将从头开始重新安装所有内容,似乎默认设置可能已更改,而故障排除。