以前用过STM8S,最近有个项目要用STM8L151,个人认为问题不太,但是下了个官方的程序怎么编译都通不过?
clnk -lD:\Lib -o Debug\STM8L1526-EVAL_Demo.sm8 -mDebug\STM8L1526-EVAL_Demo.map Debug\STM8L1526-EVAL_Demo.lkf
#error clnk Debug\STM8L1526-EVAL_Demo.lkf:26 can't open file crtsi0.sm8
#error clnk Debug\STM8L1526-EVAL_Demo.lkf:72 can't open file libis0.sm8
#error clnk Debug\STM8L1526-EVAL_Demo.lkf:73 can't open file libm0.sm8
The command: "clnk -lD:\Lib -o Debug\STM8L1526-EVAL_Demo.sm8 -mDebug\STM8L1526-EVAL_Demo.map Debug\STM8L1526-EVAL_Demo.lkf " has failed, the returned value is: 1
exit code=1.
STM8L1526-EVAL_Demo.elf - 5 error(s), 0 warning(s) |