【发布时间】:2020-10-25 00:13:42
【问题描述】:
我正在 Eclipse 上开发一个 C/C++ 项目,但是,当我编译它时,出现了这个错误:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'Sensor_handler'.
A resource exists with a different case: '/Sensor_handler/Debug2/Makefile'.
A resource exists with a different case: '/Sensor_handler/Debug2/Makefile'.
当出于我的需要,我不得不将内部编译器切换到 Cygwin 编译器(在 Windows 中)时,此错误开始出现。我在网上阅读了一些解决方案,但我无法真正弄清楚问题所在(我是 Eclipse 新手)
【问题讨论】:
标签: eclipse cygwin eclipse-cdt case-sensitive