CC3200 http_client_demo GET的方式,执行到这个地方,就不往下执行,报错
时间:10-02
整理:3721RD
点击:
TI 工程师,你好:
bytesRead = HTTPCli_readResponseBody(httpClient, (char *)dataBuffer, len, &moreFlags);
程序执行到这一步的时候,就不往下进行执行的,你知道是什么原因吗?
访问的URL:http://www.rainupdate.com/upfile/xmc/pro200.xmc
单步调试的时候,进入到这个函数,有提示这个错误,
Can't find a source file at "D:/work_2016/testing/R1_final_package_compilation/source-1p2-rahul/netapps/http/client/httpcli.c"
Locate the file or edit the source lookup path to include its location.
Hi GUIFANG,
错误信息提示,source file指向了D:/work_2016....文件夹,无法找到httpcli.c文件。请在Project的属性里,设置好Linked Resources,Include Options及File Search Path的相关路径。另外,建议CC3200SDK软件包以及CCS按默认路径安装,且所有程序路径最好没有公司访问加密或权限限制。