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.

CC3220SF-LAUNCHXL: Azure Plugin lp_monitor_demo build errors?

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: SYSCONFIG, CC3220SF

Hi,

I am getting this build error with the lp_monitor_demo. How do I resolve this error?

cannot set 'connectionPolicy' to (0,1,0,0),(1,0,0,0)

When I open the sysconfig file where this connection policy is set, it says error loading lp_monitor_demo.sysconfig

-kel

  • Hi Kel,

    The lp_monitor_demo from the v.3.30 of the Azure plugin seems to build without issues for me.

    Are you using the latest CCS? For sysconfig-enabled examples on SDK version 3.30.xx.xx, you need to use CCS 9.2. Please update to the latest CCS if you haven't done so already.

    Let me know if that doesn't resolve your issue.

    Regards,

    Michael

  • Hi Michael,

    I am using CCSv9.20. The error happened at 2 PC's. Anyway, I will also ask help at CCS Forum.

    -kel

  • Hi Michael,

    After deleting my CCSv9.20 installation and then re-installing it, the build errors was resolved. But, I am getting several warnings. Are you also getting warnings?

    -kel

  • I am getting these warnings below. Anyway as long as it works, I am okay with it. I am marking this post as answered.

    Description Resource Path Location Type
    #179-D function "GlobalDeinitialize_SensorData" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D function "GlobalInitialize_SensorData" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D function "ToAGENT_DATA_TYPE_SensorData" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D variable "eatThese_COMMA_phantomName1" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D variable "eatThese_COMMA_phantomName2" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D variable "eatThese_COMMA_phantomName3" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem
    #179-D variable "eatThese_COMMA_phantomName4" was declared but never referenced NetMgr.c /lp_monitor_demo_CC3220SF_LAUNCHXL_tirtos_ccs line 71 C/C++ Problem

    -kel