回复【楼主位】subo19920716:
---------------------------------
为什么我下载下来编译缺少文件呢???
compiling main.c...
.\Users\stm32f4xx_conf.h(28): error: #5: cannot open source input file "stm32f4xx_adc.h": No such file or directory
compiling stm32f4xx_it.c...
.\Users\stm32f4xx_conf.h(28): error: #5: cannot open source input file "stm32f4xx_adc.h": No such file or directory
compiling system_stm32f4xx.c...
.\Users\stm32f4xx_conf.h(28): error: #5: cannot open source input file "stm32f4xx_adc.h": No such file or directory
compiling ILI9481_Driver.c...
.\Users\stm32f4xx_conf.h(28): error: #5: cannot open source input file "stm32f4xx_adc.h": No such file or directory
compiling stm32f4xx_gpio.c...
stm32f4xx_gpio.c: Error: #5: cannot open source input file "..\..\Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c": No such file or directory
改了路径之后可以了,但是却提示Users\system_stm32f4xx.c(373): error: #20: identifier "PWR_CR_VOS" is undefined,我用的固件库版本是STM32F4-Discovery_FW_V1.1.0,求解
|