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/AWR1843BOOST: To Create Library file for MRR Application project in CCS v901

Part Number: AWR1843BOOST

Tool/software: Code Composer Studio

Hello,

I'm able to generate MRR application executable file "mrr_18xx_mss.xer4f" in CCS environment.

How do I generate MRR application library "mrr_18xx_mss.aer4f" in CCS environment? What option has to be set in Project Build settings?

Regards,

Sagar Bhaktavatsala

  • Hi Sagar,

    To generate the library you need to generate a new CCS project and set output type 'Static Library' under General CCS project properties.

    But you can't create a whole application to a library as it is an application (has main function), you need to selectively create the library.

    Regards,

    Jitendra