Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exosite_cloud_demo_for_cc3200 build errors #1

Open
zhca231 opened this issue Apr 7, 2015 · 2 comments
Open

exosite_cloud_demo_for_cc3200 build errors #1

zhca231 opened this issue Apr 7, 2015 · 2 comments
Labels

Comments

@zhca231
Copy link

zhca231 commented Apr 7, 2015

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

@azdle
Copy link

azdle commented Apr 7, 2015

@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?

@azdle azdle added the question label Apr 7, 2015
@Rathersajad
Copy link

@zhca231

Hey

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.

Regards
Rather Sajad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants