标签:not src source info 文件的 问题 can 问题解决 png
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)
标签:not src source info 文件的 问题 can 问题解决 png
原文地址:https://www.cnblogs.com/xingboy/p/9541267.html