新手上路
- 积分
- 43
- 金钱
- 43
- 注册时间
- 2017-2-14
- 在线时间
- 6 小时
|
10金钱
#error clnk Debug\i2c.lkf:1 symbol _assert_failed not defined (Debug\stm8s_i2c.o Debug\stm8s_adc2.o Debug\stm8s_awu.o Debug\stm8s_beep.o Debug\stm8s_clk.o Debug\stm8s_exti.o Debug\stm8s_flash.o Debug\stm8s_gpio.o Debug\stm8s_itc.o Debug\stm8s_iwdg.o Debug\stm8s_rst.o Debug\stm8s_spi.o Debug\stm8s_tim1.o Debug\stm8s_tim2.o Debug\stm8s_tim3.o Debug\stm8s_tim4.o Debug\stm8s_uart1.o Debug\stm8s_uart3.o Debug\stm8s_wwdg.o )
The command: "clnk -l"C:\Program Files (x86)\COSMIC\CXSTM8\Lib" -o Debug\i2c.sm8 -mDebug\i2c.map Debug\i2c.lkf " has failed, the returned value is: 1
exit code=1.
assert_failed 是在stm8s_conf.h 里面的,用的芯片是stm8s207rb。
|
|