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 5.0的 CCS 8.2下完美运行。
昨天、我自动更新到 CCS 8.3、并突然收到以下错误说明:"'Error_Block' is B歧 义"、"'memset' is B歧 义"、"'Task_Params' is B歧 义"。
尽管控制台中没有错误、但编译似乎正常。 只有在打开 main.c 文件时、错误才会出现在 Problems 选项卡中。 (在打开该项目的其他一些源文件时、我会遇到类似这样的更多错误。)
我尝试了使用 Processor SDK 5.2全新安装 CCS 8.3、但仍然会出现相同的行为。
我还尝试了使用 Processor SDK 5.0全新安装 CCS 8.2、并得到了与此软件组合之前不存在的相同错误。
我的系统发生了什么情况?
你好!
面对这种假错误、首先要尝试启动新的全新工作区并在那里导入项目。