Other Parts Discussed in Thread: CC3100SDK, MSP430F5529, CC3100,
Tool/software: Code Composer Studio
Hi. I am running ccs7 on windows 7 with cc3100sdk_1.2.0 and trying to import the http_client example from the msp430f5529lp platform examples. When I compile the code, I get a "cannot find file http_lib.lib" error. I am able to import and compile the getting_started_with_wlan_station.
Hardware is msp430f5529 launchpad and cc3100 booster.
Should this file be in the sdk. I have searched my hard drive and did not find this file present so I have nothing to point the linker to. Without this file, I get unresolved symbol errors (HTTPCli_sendRequest, HTTPCli_readResponseBody, etc).
The file search path in the properties msp430 linker indicates that http_lib.lib should be an included library.
Does anyone have any suggestions on how to proceed?
Thanks