Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f10x_hd.o)

Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f10x_hd.o)
 

出现的问题在startup_stm32f10x_hd.o也就是startup_stm32f10x_hd.s启动文件中

屏蔽掉这三条语句

    ;IMPORT  SystemInit
    ;LDR     R0, =SystemInit
    ;BLX     R0


注意汇编语言中的屏蔽是分号不是//

你可能感兴趣的:(运维)