keil 编译程序时遇见了警告:.\Output\Project.axf: Warning: L6304W: Duplicate input file .\output\system_stm32f2xx_1.o ignored.

查看这句话的意思就是:system_stm32f2xx_1.c文件出现了两次包含,就是程序中有两个相同的system_stm32f2xx_1.c文件,所以解决方法就是,去掉一个即可;

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

删掉一个system_stm32f2xx_1.c文件后,重新编译;

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

警告消除,问题解决!


相关文章:

  • 2021-11-09
  • 2021-07-07
  • 2021-09-26
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
猜你喜欢
  • 2021-12-07
  • 2021-07-14
  • 2022-12-23
  • 2021-06-25
  • 2021-04-09
  • 2021-06-12
  • 2021-10-08
相关资源
相似解决方案