新手入门
- 积分
- 12
- 金钱
- 12
- 注册时间
- 2020-8-8
- 在线时间
- 2 小时
|
linking...
..\OBJ\text.axf: Error: L6200E: Symbol HAL_MspDeInit multiply defined (by stm32f1xx_hal_msp_template.o and stm32f1xx_hal_msp.o).
..\OBJ\text.axf: Error: L6200E: Symbol HAL_MspInit multiply defined (by stm32f1xx_hal_msp_template.o and stm32f1xx_hal_msp.o).
..\OBJ\text.axf: Error: L6200E: Symbol HAL_InitTick multiply defined (by stm32f1xx_hal_timebase_tim_template.o and stm32f1xx_hal_timebase_rtc_alarm_template.o).
..\OBJ\text.axf: Error: L6200E: Symbol HAL_ResumeTick multiply defined (by stm32f1xx_hal_timebase_tim_template.o and stm32f1xx_hal_timebase_rtc_alarm_template.o).
..\OBJ\text.axf: Error: L6200E: Symbol HAL_SuspendTick multiply defined (by stm32f1xx_hal_timebase_tim_template.o and stm32f1xx_hal_timebase_rtc_alarm_template.o).
Not enough information to list image symbols.
Not enough information to list the image map.
这是什么原因,怎么解决?
|
|