Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 microC 为微控制器编写一个小程序,我收到了这条消息
由于我只是一个初学者,我对导致此问题的原因感到困惑,在我的程序中我有一个包含行#include,我评论说仍然存在相同的错误,并且它是该程序中唯一的包含。有什么帮助吗?
检查编译器包含路径的设置。该文件的路径需要在其中,否则编译器无法找到您的#include 文件,并且您会收到该错误。