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.

[参考译文] SysConfig Editor 不能#39;t 保存在 CTRL-S 上

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1135208/sysconfig-editor-doesn-t-save-on-ctrl-s

Thread 中讨论的其他器件:SysConfig

您好*、

我刚刚遇到了 SysConfig Editor 的问题。 我执行一些更改(例如、添加外设)、然后我想用 Ctrl-S 保存更改 但该工具不接受这种情况。 我必须使用保存按钮(或菜单>文件>保存)。 快捷键 Ctrl-S 不起作用。

这让我感到很不好。

这是个问题吗?

此致
Joerg

我的环境网:

- Code Composer Studio:版本:12.0.0.00009
- SysConfig_1.8.2
- SimpleLink CC13x2 26x SDK_5_20_00_52

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

    您好、Jeorg、

    这是使用最新版本的 SysConfig (1.13.0)修复的已知问题。 您可以将 SysConfig 版本更新为最新版本、或使用上述权变措施。

    谢谢

    Ki

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

    您好!

    感谢您的快速回复。 Ctrl-S 现在工作。

    但版本1.13打破了我的构建。

    下面是编译输出 SysConfig 工具:

    Building file: "../sensor.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.13.0/sysconfig_cli.bat" -s "C:/ti/simplelink_cc13x2_26x2_sdk_5_20_00_52/.metadata/product.json" --script "C:/PATH_TO_PROJECT/sensor.syscfg" -o "syscfg" --compiler ccs
    Running script...
    Validating...
    info: /ti/drivers/RF globalCallbackFunction: Please see function 'rfDriverCallbackAntennaSwitching' in 'ti_drivers_config.c'. The antenna switching functionality must be implemented by the user.
    subdir_rules.mk:23: recipe for target 'build-1599667201' failed
    Error: The following templates are declared more than once: ti_154stack_config.h,ti_154stack_oad_config.h,ti_154stack_features.h
        at t.CodeGenerator.getTemplates (C:\ti\sysconfig_1.13.0\dist\webpack:\src\pinmux\services\codeGeneration\codeGenerator.ts:70:10)
        at predicate (C:\ti\sysconfig_1.13.0\dist\webpack:\src\cli\cli_core.ts:124:37)
        at toProcess (C:\ti\sysconfig_1.13.0\dist\webpack:\src\solver_tests\processSerially.ts:16:12)
        at processNext (C:\ti\sysconfig_1.13.0\dist\webpack:\src\solver_tests\processSerially.ts:22:11)
        at Object.processSerially (C:\ti\sysconfig_1.13.0\dist\webpack:\src\solver_tests\processSerially.ts:28:9)
        at Object.errorStore [as generateOutput] (C:\ti\sysconfig_1.13.0\dist\webpack:\src\cli\cli_core.ts:114:8)
        at Object.t.runCLI (C:\ti\sysconfig_1.13.0\dist\webpack:\src\cli\runCli.ts:45:35)
    gmake: *** [build-1599667201] Error 1
    gmake: Target 'all' not remade because of errors.

    它与"模板"有关系。 不确定这意味着什么

    我的 syscfg-file 是否错误?
    但它通过 SysConfig_1.8.2进行了编译(或"代码生成")

    有什么想法吗?

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

    您使用的 SDK 版本较旧、并且依赖于 SysConfig 1.8.2。 由于这是 SDK 的验证版本、我建议保留该版本。  

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

    这意味着将 SDK 升级到 simplelink_cc13xx_cc26xx_sdk_6_20_00_29.exe 也可以解决该问题?

    侧注:

    我刚才做了一个快速差动(回返的副作用)
    标题说明(或提及)这些"模板"

    Sysconfig_1.8 : @versions {"data":"2021060817","timestamp":"2021060817","tool":"1.8.2+1992","templates":null}
    Sysconfig_1.13: @versions {"tool":"1.13.0+2553"}

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="463237" URL"~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1135208/sysconfig-editor-doesn-t-save-on-ctrl-s/4212967 #4212967"]这意味着将 SDK 升级到 simplelink_cc13xx_cc26xx_sdk_6_20_00_29.exe 也可以解决问题?

    如果您能够更新到该 SDK、则应使用 SysConfig 1.13。 这种组合对我来说是很有效的。