Other Parts Discussed in Thread: SYSCONFIG, CCSTUDIO
CCS Theia 软件版本:1.3.1
请问如何导入simplelink_lowpower_f3_sdk_7_40_00_64__win
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.
导入 import project
C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64\examples\nortos\LP_EM_CC2340R5\drivers\watchdog
选择C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64\examples\nortos\LP_EM_CC2340R5\drivers\watchdog\ticlang
打开workspace_ccstheia 能看到对应的工程,但是编译会出现错误
[0]**** Clean-only build of configuration Debug for project watchdog_LP_EM_CC2340R5_nortos_ticlang ****
[1]"C:\\ti\\ccstheia131\\ccs\\utils\\bin\\gmake" -k -j 12 clean -O
[2]gmake: *** No rule to make target 'clean'.
[3]**** Build Finished ****
[4]**** Build of configuration Debug for project watchdog_LP_EM_CC2340R5_nortos_ticlang ****
[5]"C:\\ti\\ccstheia131\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
[6]Building file: "../watchdog.syscfg"
[7]Invoking: SysConfig
[8]"C:/ti/ccstheia131/ccs/utils/sysconfig_1.19.0/sysconfig_cli.bat" --script "C:/Users/86557/workspace_ccstheia/watchdog_LP_EM_CC2340R5_nortos_ticlang/watchdog.syscfg" -o "syscfg" -s "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/.metadata/product.json" --compiler ticlang
[9]subdir_rules.mk:16: recipe for target 'build-426767009' failed
[10]Invalid argument '-s': File "C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64\.metadata\product.json" does not exist
[11]gmake: *** [build-426767009] Error 1
[12]gmake: Target 'all' not remade because of errors.
[13]**** Build Finished ****
CCS Theia是上个月刚出的,我还没用过
gmake: *** [build-426767009] Error 1
该错误来自 gmake,与 TI 工具集无关;它仅仅意味着 Makefile 中的某些规则产生了失败的退出状态。您需要在日志中向后查找是否有其他错误。如果找不到它,请发布 gmake 命令的完整输出。
我这边下载了CCS Theria和我现用环境冲突了
我用的是CCS12没问题
我所做的就是import project 选择路径
C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64\examples\rtos\LP_EM_CC2340R5\drivers 导入
然后进行调试和编译
请教一下,你是用的 CC STUDIO 吗?我看下载地方有CCSTUDIO-THEIA和CCSTUDIO — Code Composer Studio 集成式开发环境 (IDE),请问一下,我是需要下载CCSTUDIO — Code Composer Studio 集成式开发环境 (IDE)吗?
按理说,Theia 应该也行,但是可能是环境和我使用的有些冲突,我这边无法下载成功目前
这个是下载link
https://www.ti.com/tool/CCSTUDIO#downloads
选这个和我的一样
下载完成之后图标是这样的
如果你要下载CCS,记得把Theia删除干净
安装完成,导入工程,编译工程还是提示错误
**** Build of configuration Debug for project watchdog_LP_EM_CC2340R5_nortos_ticlang ****
"C:\\ti\\ccs1260\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
Building file: "../watchdog.syscfg"
Invoking: SysConfig
"C:/ti/ccs1260/ccs/utils/sysconfig_1.19.0/sysconfig_cli.bat" --script "D:/2024/03/TI_NEW/watchdog_LP_EM_CC2340R5_nortos_ticlang/watchdog.syscfg" -o "syscfg" -s "C:/ti/simplelink_lowpower_f3_sdk_7_40_00_64/.metadata/product.json" --compiler ticlang
subdir_rules.mk:16: recipe for target 'build-426767009' failed
Invalid argument '-s': File "C:\ti\simplelink_lowpower_f3_sdk_7_40_00_64\.metadata\product.json" does not exist
gmake: *** [build-426767009] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
subdir_rules.mk:16: recipe for target 'build-426767009' failed
这是那个文件配置不正常吗?
不接板子调试会报错,
我不认为这个和硬件有什么关联,这是编译程序又不是下载到板子上
我是想定位一下原因,是否对板子或者程序进行改动
我刚看到你的其他帖子中有写对SDK的zip进行解压,
你试试双击SDK会出现目录再导入到CCS