STM8学习
Posted 淡^_^如水
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了STM8学习相关的知识,希望对你有一定的参考价值。
今天正式学习STM8,用的是风驰STM8S208R开发板。
在编译例程遇到了如下这样的问题。
“
#error clnk debug\\stm8s_demo.lkf:47 can\'t open file crtsi.sm8
#error clnk debug\\stm8s_demo.lkf:65 can\'t open file libfsl.sm8
#error clnk debug\\stm8s_demo.lkf:66 can\'t open file libisl.sm8
#error clnk debug\\stm8s_demo.lkf:67 can\'t open file libm.sm8
The command: "clnk -lD:\\Lib -o debug\\stm8s_demo.sm8 -mdebug\\stm8s_demo.map debug\\stm8s_demo.lkf " has failed, the returned value is: 1
exit code=1.
”
找到原因是因为Cosmic的没有给出 root path,重新给出地址后编译OK
终于找到问题所在^_^
以上是关于STM8学习的主要内容,如果未能解决你的问题,请参考以下文章