Eclipse reports Unresolved inclusion for system headers such as stdio.h if it cannot locate the header files for a project. You can resolve this by right-clicking on the project in the Project Explorer view and then selecting Properties...
from the context menu. In the dialog box, select: C/C++ General → Paths and Symbols → Add... and then add the path to the ARM Compiler headers on your host workstation. For example, C:\Program Files\DS-5\include. Select both Add to all configurations and Add
to all languages, click on Apply so that Eclipse can rebuild the index.
DS-5 Eclipse 中未解决的包含(Unresolved inclusion)错误
最新推荐文章于 2020-08-21 13:45:23 发布
本文介绍了解决Eclipse中出现的系统头文件(如stdio.h)未解析错误的方法。通过调整项目的属性设置,正确指定ARM编译器头文件的位置路径,可以有效地解决这一问题。
832

被折叠的 条评论
为什么被折叠?



