stm32编译报错cannot open source input file "APP\application.c": No such file or dire
?
?
开发 平台:??? ?keil MDK 422
?
背?????? 景:??? 在现有工程上做的改动
?
使用库文件: ? V2.0
?
?
问???? ? 题:??? 在编译时报下面的错
?
application.c: Error:? #5: cannot open source input file "APP\application.c": No such file or directory
?
?
1? 由于你对工程文件进行了删改 所以检查一下包含头文件 是否需要改动
?
?
?
?
2 编译器的工程管理目录中的文件是否需要改动
?
?
?
?
我出现的问题在对这两点进行设置之后就解决了!祝你顺利!