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.

[参考译文] TM4C123GH6PM:尝试通过 Windows 11 上的 CCS 对电路板进行编程、而不使用上一个构建的配置数据

Guru**** 2502205 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1553439/tm4c123gh6pm-trying-to-program-the-board-via-ccs-on-windows-11-without-configuration-data-from-the-last-build

器件型号:TM4C123GH6PM


工具/软件:

您好:

我卡住了。 我认为这将是一个轻松的前进,计算数据并刷写它。 我无法将数据刷写到有问题的机器:ek-tm4c123gh6pm。

[0]**** Clean-only build of configuration Debug for project hello ****
[1]"C:\\ti\\ccs2020\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O 
 
[2]DEL /F "hello.out" 
[3]DEL /F "hello.obj" "startup_ccs.obj" "utils\uartstdio.obj" 
[4]DEL /F "hello.d" "startup_ccs.d" "utils\uartstdio.d" 
[5]Could Not Find C:\Users\silve\OneDrive\Desktop\user_files\hello\Debug\hello.out
[6]Could Not Find C:\Users\silve\OneDrive\Desktop\user_files\hello\Debug\hello.obj
[7]Could Not Find C:\Users\silve\OneDrive\Desktop\user_files\hello\Debug\utils\uartstdio.obj
[8]Could Not Find C:\Users\silve\OneDrive\Desktop\user_files\hello\Debug\hello.d
[9]Could Not Find C:\Users\silve\OneDrive\Desktop\user_files\hello\Debug\utils\uartstdio.d
[10]Finished clean
 
[11]**** Build Finished ****
[12]Buildfile generation error occurred..
[13]This project was created using a version of compiler that is not currently installed - 18.12.2.LTS [Arm].
[14]Build stopp

The .txt source code above states that I used or need to use a specific LTS form of ARM Compiler. Is there a way around this idea?

I am not sure exactly what transpired and when for this particular board.

Seth

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    哇...还不错 我明白了。 我只需要 TI.com 上我在线找到的某种编译器。  

    是否有任何有关如何在不使用已给定示例的情况下从头开始创建工程的文档?

    Seth