Tool/software: Code Composer Studio
HI,
I am currently building AWS plug in on code composer studio. I am using simplelink_cc32xx_sdk_2_10_00_04 and aws_cc3220_1_10_00_07 . CCS is throwing build errors with respect to include files and socket library.. Could you provide me any solution.
-l"C:/ti2/simplelink_cc32xx_sdk_2_10_00_04/source/ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a" -llibc.a
<Linking>
undefined first referenced
symbol in file
--------- ----------------
ErrnoUtil_set ./network_sl.obj
SlNetSock_close ./network_sl.obj
SlNetUtil_htonl ./network_sl.obj
SlNetUtil_htons ./network_sl.obj
_SlDrvSetErrno C:/ti2/aws_cc3220_1_10_00_07/source/ti/net/sntp/lib/sntp_sl.aem4<sntp.oem4>
__errno C:/ti2/aws_cc3220_1_10_00_07/source/ti/net/lib/network_sl.aem4<ssock.oem4>
connect ./network_sl.obj
gethostbyname ./network_sl.obj
recv C:/ti2/aws_cc3220_1_10_00_07/source/ti/net/sntp/lib/sntp_sl.aem4<sntp.oem4>
send C:/ti2/aws_cc3220_1_10_00_07/source/ti/net/sntp/lib/sntp_sl.aem4<sntp.oem4>
setsockopt ./network_sl.obj
socket ./network_sl.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "shadow_sample_console_echo_CC3220SF_LAUNCHXL_tirtos_ccs.out" not built
>> Compilation failure
...
>> Compilation failure
subdir_rules.mk:114: recipe for target 'netwifi.obj' failed
"../netwifi.c", line 42: fatal error #1965: cannot open source file "unistd.h"
1 catastrophic error detected in the compilation of "../netwifi.c".
Compilation terminated.
gmake: *** [netwifi.obj] Error 1
'Building file: ../shadow_console_echo.c'
'Invoking: ARM Compiler'
Regards,
Rajashekhar