野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 16371|回复: 10

编译出错,找不出哪里的原因-火哥、大神们支援一下

[复制链接]
发表于 2016-12-15 10:45:22 | 显示全部楼层 |阅读模式
..\Output\stm32led.axf: Error: L6200E: Symbol SystemCoreClock multiply defined (by system_stm32f10x_1.o and system_stm32f10x.o).
..\Output\stm32led.axf: Error: L6200E: Symbol AHBPrescTable multiply defined (by system_stm32f10x_1.o and system_stm32f10x.o).
..\Output\stm32led.axf: Error: L6200E: Symbol SystemCoreClockUpdate multiply defined (by system_stm32f10x_1.o and system_stm32f10x.o).
..\Output\stm32led.axf: Error: L6200E: Symbol SystemInit multiply defined (by system_stm32f10x_1.o and system_stm32f10x.o).
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 0 warning and 4 error messages.
"..\Output\stm32led.axf" - 4 Error(s), 2 Warning(s).

火哥支援!

主题推荐

回复

使用道具 举报

 楼主| 发表于 2016-12-15 10:51:02 | 显示全部楼层
无奈卸载KEIL5 总是提醒停止运行
回复 支持 反对

使用道具 举报

发表于 2016-12-15 10:55:09 | 显示全部楼层
把system_stm32f10x_1.c这个C文件从工程里面去掉。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-15 11:17:03 | 显示全部楼层
这个文件什么时候用?万分感谢。我以为是编译器的问题 卸载 了又重新装了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-15 13:42:01 | 显示全部楼层
Build target 'TargetLED'
compiling system_stm32f10x.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
..\Libraries\CMSIS\system_stm32f10x.c: 1 warning, 1 error
compiling main.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
..\User\LED\led.h(13): warning:  #1-D: last line of file ends without a newline
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-15 13:42:56 | 显示全部楼层
fire 发表于 2016-12-15 10:55
把system_stm32f10x_1.c这个C文件从工程里面去掉。

Build target 'TargetLED'
compiling system_stm32f10x.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
..\Libraries\CMSIS\system_stm32f10x.c: 1 warning, 1 error
compiling main.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(388): error:  #67: expected a "}"
    ADC1_2_IRQn                 = 18,     /*!< ADC1 and ADC2 global Interrupt                       */
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\stm32f10x.h(477): warning:  #12-D: parsing restarts here after previous syntax error
  } IRQn_Type;
..\User\LED\led.h(13): warning:  #1-D: last line of file ends without a newline




这是怎么回事
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-15 13:43:47 | 显示全部楼层
疯子U 发表于 2016-12-15 13:42
Build target 'TargetLED'
compiling system_stm32f10x.c...
C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\ ...

头文件 我都没有修改过 它怎么报错定位在头文件里面
回复 支持 反对

使用道具 举报

发表于 2016-12-15 14:25:42 | 显示全部楼层
疯子U 发表于 2016-12-15 13:43
头文件 我都没有修改过 它怎么报错定位在头文件里面

把你出错的工程文件传上来。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-16 12:21:13 | 显示全部楼层
fire 发表于 2016-12-15 14:25
把你出错的工程文件传上来。

文件已压缩回复 谢谢火哥

LED.rar

545.31 KB, 下载次数: 35

谢谢火哥

回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-16 12:22:19 | 显示全部楼层
上班之余玩的,只能凑凑时间
回复 支持 反对

使用道具 举报

 楼主| 发表于 2016-12-19 11:07:30 | 显示全部楼层
火哥哥,说话啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2025-1-14 01:06 , Processed in 0.030543 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表