error: #5: cannot open source input file "stm32f10x_conf.h": No such file or directory问题解决方法

现像描述:

新建工程后尝试进行编译,出现报错,

..\..\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h(8302): error:  #5: cannot open source input file "stm32f10x_conf.h": No such file or directory

头文件路径设置 如下:

error: #5: cannot open source input file

解决方法:

在工程里增加的所有.h头文件都要在包含所设置的路径里,增加如下后通过编译

error: #5: cannot open source input file

你可能感兴趣的:(嵌入式)