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.

Compiler: is it possible to compile any example into the CCS Cloud?

Tool/software: TI C/C++ Compiler

Trying to bring back an 2 years old project and try to use the CCS cloud.

I cannot compile it because I did not save the BLE stack. And have no idea were to find it.

But I thought I will try to load a simple peripheral example... I could not compile either the supplied examples.

Any example related to the CC2640r2 end with:

/mnt/tirex-content/simplelink_cc2640r2_sdk_4_10_00_10/source/ti/ble5stack/osal/src/common/osal.c", line 413: error #167: too few arguments in function call.

Does anyone use this CCS Cloud?

  • Jean-marc,

    The issue is that this example requires an older version of the ARM compiler than what is currently available in CCS Cloud.  That too few arguments error occurs because there was a change in the C runtime library.  I have filed a bug to get a couple older versions of the ARM compiler added to CCS cloud that should resolve this issue.  It is currently slated to get fixed with CCSv10.1 but I have asked if we can get it done sooner.

    Regards,

    John

  • John thank you so much for the quick answer. I like TI product but often find me lost for the compiling problems.

    Will I be notify when the fix will happen?

    Thank you again for your help.

  • Jean-marc,

    The fix is now live.  For examples that you recently imported you will need to remove them from CCS cloud and import them again and now they should use an 18.x compiler and build fine.

    For your own projects in the cloud they should automatically switch to the older compiler.

    Regards,

    John

  • Great, just tried the basics and all is OK.

    Thank you very much.

    Jean-Marc