Other Parts Discussed in Thread: CC3100
Tool/software: Code Composer Studio
Hi,
I am having the build error. I am using ti rtos and cc3100 sdk. I am attaching the logs. Please help.2577.build error.txt
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.
Tool/software: Code Composer Studio
Hi,
I am having the build error. I am using ti rtos and cc3100 sdk. I am attaching the logs. Please help.2577.build error.txt
Hi,
Thanks for sending the build log. At line 316 of the build log you sent, the file <provisioning_defs.h> cannot be found - it is included by the file <cfg_confirm.c>. Please add the include directory where this file exists to the compiler options.
Similar errors happen for the files <simplelink.h>, <wlan.h> and so on.
Also, there are several warnings regarding unused variables, incompatible definitions, implicit declarations and so on.
Hope this helps,
Rafael