Other Parts Discussed in Thread: CC3200SDK
Tool/software: TI C/C++ Compiler
Hello,
I am trying to get HTTP working in ASYNC mode. I tried rebuilding the library by replacing HTTPCli_LIBTYPE_MIN with HTTPCli_LIBTYPE_FULL as recommended by the documentation.
However when I try to build the project I get the following errors:
>> Compilation failure subdir_rules.mk:9: recipe for target 'httpcli.obj' failed "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1013: error #20: identifier "Task_Handle" is undefined "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1014: error #20: identifier "Task_Params" is undefined "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1015: warning #225-D: function "Task_Params_init" declared implicitly "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1022: error #20: identifier "UArg" is undefined "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1022: error #66: expected a ";" "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1023: warning #225-D: function "Task_create" declared implicitly "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1023: error #20: identifier "Task_FuncPtr" is undefined "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1023: error #18: expected a ")" "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c", line 1042: warning #225-D: function "Task_exit" declared implicitly 6 errors detected in the compilation of "C:/ti/CC3200SDK_1.3.0/cc3200-sdk/netapps/http/client/httpcli.c". gmake: *** [httpcli.obj] Error 1
Are there any libraries that I will need to link or compiler options that I am missing?
Best,
Scott

