标题: 20130221-STM32关于各种头文件No such file or directory的详细解决方法(1) [打印本页] 作者: yuyang911220 时间: 2014-6-29 19:13 标题: 20130221-STM32关于各种头文件No such file or directory的详细解决方法(1)
初学STM32经常学习会网上找的例程,或是买的开发板带的例程等等,经常在编译的时候遇到
..\User\stm32f10x_it.c(26): error: #5: cannot open source input file "stm32_eval_sdio_sd.h": No such file or directory
等等,打不到某个头文件的编译错误。而网上大多数都会提到是工程设置的问题,路径设置不正确,无法找到文件等等。因为这个小问题也折腾了些时间,现在头脑还算清醒,记录下来。
此时编译,会提示
..\User\stm32f10x_it.c(26): error: #5: cannot open source input file "stm32_eval_sdio_sd.h": No such file or directory
..\User\main.c(24): error: #5: cannot open source input file "stm32_eval_sdio_sd.h": No such file or directory
如下图: