You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zhca231, a couple questions: Is this on the V1 or V2 branch? Have you been able to compile the out of box demo using the same toolchain? All those symbols are part of TI's libraries, so it seems like your toolchain can't find something. I'm going to guess there is a SlNetApp.h file, or possibly the whole simplelink library folder, that it can't find. (That's just a guess based on the names.)
Assuming V2: Do you have the CC3200 SDK installed? If so, where? If it's not at C:/ti/CC3200SDK_1.0.0/cc3200-sdk/, have you updated the project config to point to where you have it installed?
I am also trying to build the same project via CCs ,at first it build with many include path missing errors,i set up all the include paths except for this "exosite.h" as i didn't get to know how to set the path for this file and where it is located.Now the one error is there as this
"cannot open source file exosite.h"
So please help me out with this issue,and if i need to set other things also for this project to work ,please mention in your post.
error list:
#20 identifier "_NetCfgIpV4Args_t" is undefined
#20 identifier "_NetCfgIpV4Args_t" is undefined
#20 identifier "SL_NETAPP_HTTPGETTOKENVALUE" is undefined
#20 identifier "SL_NETAPP_HTTPPOSTTOKENVALUE" is undefined
#20 identifier "SL_NETAPP_IPV4_ACQUIRED" is undefined
#20 identifier "SL_NETAPP_SOCKET_TX_FAILED" is undefined
#20 identifier "SlNetAppEvent_t" is undefined
#20 identifier "SlSockEvent_t" is undefined
The text was updated successfully, but these errors were encountered: