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)(示例代的主要内容,如果未能解决你的问题,请参考以下文章