主题中讨论的其他器件:MOTORWARE
工具与软件:
我尝试切换到新的 CCS 20。 未导入我的项目。 我仅收到文件副本。 没有配置。 任何东西都无法构建。 我尝试导入测试项目。 构建的。 但我怎样才能在调试器中看到 IQ 的值呢? 目前还不值得切换。
Andrew。
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.
工具与软件:
我尝试切换到新的 CCS 20。 未导入我的项目。 我仅收到文件副本。 没有配置。 任何东西都无法构建。 我尝试导入测试项目。 构建的。 但我怎样才能在调试器中看到 IQ 的值呢? 目前还不值得切换。
Andrew。
我将项目移至 GitHub。 您可以尝试一下。
Andrew、您好!
我通过在导入的文件夹中更改.project 文件、解决了另一个项目的此问题。
请尝试删除.project 文件中的 filteredResources 标签、然后重新启动 CCS 20。 这也是另一个工程中的问题、删除后、现在应该能够成功进行编译和调试
<filteredResources> <filter> <id>1733748923956</id> <name></name> <type>26</type> <matcher> <id>org.eclipse.ui.ide.multiFilter</id> <arguments>1.0-projectRelativePath-matches-false-false-build</arguments> </matcher> </filter> </filteredResources>
此致、
Peter