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.

LAUNCHXL-CC26X2R1: Not able to use MISRA C:2004

Part Number: LAUNCHXL-CC26X2R1

Hello Team,

I want to enable MISRA-C-2004 check rules in CCS but I am getting an error which I mention below

Cannot open command file '${PROJECT_LOC}/${ConfigName...cfg/ti_ble_app_config.opt': No such file or directory    

Please let me know how can I solve it.

Thanks,

Ashutosh Singh

  • ++

    I want to add two more point currently

        1- I am using Simple Central project..!

        2- also I checked this same deferent PC but same problem again occur  

  • Asutosh,

    The error message you are seeing is not related to enabling MISRA.  In the project options there is a reference to an options file that specifies additional build options.  You are getting an error message because that file does not exist.  The reason this is happening is that the file is actually generated when the RTOS is built so if the project has never been built or a clean has been done then the file does not exist.  If you build the project and then go back to the properties dialog the error will go away.

    Regards,

    John