首页 > 其他 > 详细

STM8学习

时间:2017-10-10 18:34:54      阅读:291      评论:0      收藏:0      [点我收藏+]

今天正式学习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学习

原文:http://www.cnblogs.com/Deanhuang/p/7646794.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!