themyth 发表于 2014-11-7 15:47:02

stm8编译错误,看不懂,求解释

clnk -m Debug\project_1.map -l"D:\STM8 C\Lib"-o Debug\project_1.sm8 Debug\project_1.lkf
#error clnk Debug\project_1.lkf:69 Debug\stm8_interrupt_vector.o: symbol f_NonHandledInterrupt multiply defined (Debug\stm8s_it.o)
The command: "clnk -m Debug\project_1.map -l"D:\STM8 C\Lib"-o Debug\project_1.sm8 Debug\project_1.lkf " has failed, the returned value is: 1
exit code=1.

project_1.elf - 3 error(s), 0 warning(s)


arm8686 发表于 2014-11-7 16:27:51

symbol f_NonHandledInterrupt multiply defined
符号 f_NonHandledInterrupt 被重定义(多次定义)。

themyth 发表于 2014-11-7 17:21:32

无意间解决了!!!!!!:lol

tmcsb 发表于 2014-11-27 14:05:54

怎么解决的?

aoxiangwode2008 发表于 2014-11-28 22:03:39

中断向量重复定义了吧。
页: [1]
查看完整版本: stm8编译错误,看不懂,求解释