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.
工具/软件:Code Composer Studio
您好!
我需要从具有 SDK 文件夹的 Github 中提取项目、尝试 在不 安装 SDK 的情况下导入项目、只需添加路径即可。
我曾尝试过"链接资源"、但对我来说不起作用。
此致。
如果您已将 SDK 拉到本地 Git 存储库中、则可以执行以下操作让 CCS 发现它:
-转至 Window-> Preferences-> Code Composer Studio-> Products (窗口->首选项-> Code Composer Studio->产品)。
-在"Product discovery path"中、单击 Add 并浏览到包含 SDK 的本地 repo 目录-之后、SDK 的版本应出现在"Installed products"列表中。
-进入项目的 Properties->General->Products 选项卡,并确保启用正确版本的 SDK (来自本地复制器的 SDK)。
-重建项目。
请告诉我们这是否可以解决该错误。