keil编译出现Warning: L6304W: Duplicate input file .outputsystem_stm32f2xx_1.o ignored.解决办法

2019-08-17 10:20发布

keil 编译程序时遇见了警告:.OutputProject.axf: Warning: L6304W: Duplicate input file .outputsystem_stm32f2xx_1.o ignored.
查看这句话的意思就是:system_stm32f2xx_1.c文件出现了两次包含,就是程序中有两个相同的system_stm32f2xx_1.c文件,所以解决方法就是,去掉一个即可;
0~8B~4_@UH3S[J%(1DXW804.png

删掉一个system_stm32f2xx_1.c文件后,重新编译;
9983R`URZ0UOIB(T1WV@SC4.png

警告消除,问题解决!

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。