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.

[参考译文] TMS320F28069F:Launchpad 错误消息

Guru**** 2539500 points
Other Parts Discussed in Thread: TMS320F28069, C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1249332/tms320f28069f-error-message-with-launchpad

器件型号:TMS320F28069F
主题中讨论的其他器件:TMS320F28069C2000WARE

我一直在使用 tms320f28069 Launchpad。 我刷入了设备并运行了代码、我马上又回来了、更改了4行代码并将其重新刷新、但现在没有刷新、并收到了附加的错误消息

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

    Andrew、您好!

    您能详细说明一下吗? 您使用的是示例还是您自己的自定义项目? 在 无错误生成和有错误生成之间、您做了哪些更改?

    此致、

    阿米尔·奥马尔

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

    这是我自己的代码。 我刚刚更改了 PWM 配置的时钟分频、但我将其改回、仍然会遇到同样的问题。

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

    Andrew、您好!

    您能否在项目属性中向我显示"包含选项"、"文件搜索路径"和"链接资源"选项? 看起来 编译器正在尝试查找 configPkg 或一些用于该路径的构建文件。

    此致、

    阿米尔·奥马尔

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

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

    Andrew、您好!

    我没有看到任何 configPkg 的实例、您知道这应该出现在您的项目中吗? 此外、您能否连接来自 CCS 控制台的编译输出、以便我可以查看它要查找此路径的步骤?

    此致、

    阿米尔·奥马尔

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

    在哪里可以找到 configpkg、如何将其连接到软件包?

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

    Andrew、您好!

    因为这是你自己的代码、我不能说什么、因为我不知道。 除非它是 C2000Ware 提供的东西、我可以在这边看。 您能否连接来自 CCS 的控制台输出?

    此致、

    阿米尔·奥马尔

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

    **** Build of configuration Debug for project Testbench ****
    
    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
    
    Building file: "../app.cfg"
    Invoking: XDCtools
    "C:/ti/ccs1011/xdctools_3_61_02_27_core/xs" --xdcpath="C:/ti/tirtos_c2000_2_10_01_38;C:/ti/bios_6_83_00_18/packages;C:/ti/bios_6_83_00_18;C:/ti/xdctools_3_30_04_52_core;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28069 -r debug -c "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_20.8.0.STS" --compileOptions "-g" "../app.cfg"
    subdir_rules.mk:26: recipe for target 'build-365193375-inproc' failed
    js: "C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/tools/configuro/Main.xs", line 54: configPkg\.errorlog (The system cannot find the path specified)
    org.mozilla.javascript.WrappedException: Wrapped java.io.FileNotFoundException: configPkg\.errorlog (The system cannot find the path specified) (C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/tools/configuro/Main.xs#54)
    at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1754)
    at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:167)
    at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
    at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
    at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519)
    at script.run(C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/tools/configuro/Main.xs:54)
    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
    at xdc.services.intern.xsr.Invoke.call(Invoke.java:130)
    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
    at script.main(C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/tools/ICmd.xs:50)
    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
    at xdc.services.intern.xsr.Invoke.call(Invoke.java:92)
    at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
    at script(C:/ti/ccs1011/xdctools_3_61_02_27_core/packages/xdc/xs.js:188)
    at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
    at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
    at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
    at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
    at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
    at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
    at config.Shell.evaluateReader(Shell.java:849)
    at config.Shell.processReader(Shell.java:512)
    at config.Shell.processFile(Shell.java:571)
    at config.Shell.exec(Shell.java:781)
    at config.Shell.main(Shell.java:1416)
    Caused by: java.io.FileNotFoundException: configPkg\.errorlog (The system cannot find the path specified)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileWriter.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
    ... 23 more
    gmake[1]: *** [build-365193375-inproc] Error 1
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/linker.cmd'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: *** No rule to make target 'build-365193375', needed by 'configPkg/compiler.opt'.
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****

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

    应该在编译期间在编译文件夹中生成该 configPkg 文件夹(在本例中看起来像"Debug")。 您是否可以尝试仅从 CCS 工程中删除整个 Debug 文件夹并让其重新生成、以防出现损坏或过时的情况?

    惠特尼