STM32 关于头文件路径没添加错误问题(cannot open source input file "spi.h": No such file or directory)(示例代

Posted xingboy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM32 关于头文件路径没添加错误问题(cannot open source input file "spi.h": No such file or directory)(示例代相关的知识,希望对你有一定的参考价值。

error:  #5: cannot open source input file "spi.h": No such file or directory

1.出现这种问题,首先要确认头文件的命名要与文件名一致,如下:

  #ifndef _SPI_H
  #define _SPI_H

  #endif 

2.添加路径,问题即可解决

  技术分享图片

  技术分享图片

  技术分享图片

3.确认OK,编译,问题解决!

 


以上是关于STM32 关于头文件路径没添加错误问题(cannot open source input file "spi.h": No such file or directory)(示例代的主要内容,如果未能解决你的问题,请参考以下文章

stm8 stvd工程头文件包含方式

STM32F103基于HAL库移植uC/OS-III

STM32关于source browser的问题

基于STM32的uc/OS系统移植及用Saleae Logic 16抓取分析波形

STM32移植FreeRTOS(图文实操)

STM32移植FreeRTOS(图文实操)