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.

CC3200 http_client_demo GET的方式,执行到这个地方,就不往下执行,报错

Other Parts Discussed in Thread: CC3200SDK

 TI 工程师,你好:

bytesRead = HTTPCli_readResponseBody(httpClient, (char *)dataBuffer, len, &moreFlags);

程序执行到这一步的时候,就不往下进行执行的,你知道是什么原因吗?

访问的URL:www.rainupdate.com/.../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按默认路径安装,且所有程序路径最好没有公司访问加密或权限限制。