Other Parts Discussed in Thread: SYSBIOS
Tool/software: Starterware
Dear Support:
I am trying to port the MQTT Client example running on the CC3220 over to the MSP432 + CC3120 and pulled the files over along with the mqtt_client.a library, but when getting to the linking stage, it fails with the following:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
PRCMRTCGet C:/TI/simplelink_msp432_sdk_wifi_plugin_1_30_00_03/source/ti/net/mqtt/ccs/client/mqtt_client.a<cc32xx_platform.obj>
PRCMRTCInUseSet C:/TI/simplelink_msp432_sdk_wifi_plugin_1_30_00_03/source/ti/net/mqtt/ccs/client/mqtt_client.a<cc32xx_platform.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "mqtt_client_ibm_MSP_EXP432P401R_tirtos_ccs.out" not built
Can you tell me what I need to do to fix this problem of it not being able to find the above function calls? Please advise.
Thanks,
Tim