This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
先声明,我并没有连接仿真器跟硬件产品,就想搭建个开发软件环境。今天编译了个example,调试错误说是the library isn't in the seaching path .具体的图片在附件中。不知道是库文件的寻址不对。然后要调试的话,怎么设置呢。谢谢!!
Hi yongjian,
你使用的example是在我们官方网站下载的tiva ware里面的例程吗?我看你的图片显示好像有点陌生。
关于新建tiva的工程,需要在CCS里面设置include文件的路径和相关的library的路径。估计你现在遇到的情况,很有可能是那个library文件的路径不对,系统编译时找不到相关的路径。
http://processors.wiki.ti.com/index.php/Getting_Started_with_the_TIVA%E2%84%A2_C_Series_TM4C123G_LaunchPad
上面的链接是我们关于TIVA的入门资料和相关的培训材料链接。你可以到你们看看,对你的入门非常有帮助。
谢谢
ken