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.

CCS/LAUNCHXL-CC2640R2: Error while trying to compile Projectzero...

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

I have bought the LAUNCHXL-CC2640R2 and I'm trying to compile the ProjectZero but it seems that something I'm doing wrong.

The error that I have in the CCS is this:

>> Compilation failure
OSAL/subdir_rules.mk:9: recipe for target 'OSAL/osal.obj' failed
"C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/common/osal.c", line 413: error #167: too few arguments in function call
1 error detected in the compilation of "C:/ti/simplelink_cc2640r2_sdk_4_20_00_04/source/ti/blestack/osal/src/common/osal.c".
gmake[1]: *** [OSAL/osal.obj] Error 1

I'm able to make the Devkit work with the project zero example but just for the CCS Cloud IDE. When I try to do that using the CCS just I can't.

This is my "environment":

  • SDK        -> simplelink_cc2640r2_sdk_4_20_00_04
  • CCS        -> 10.0 version on windows 10.
  • xdctools  -> xdctools_3_51_03_28_core and also xdctools_3_61_02_27_core

I have seen in the forum that some people is getting the same issues, but no one of the solutions worked for me.

If some one could help me I will appreciate it.

Thanks.