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.

Making a library with CCE3

Hello!

I am a IAR user, but this time I need to compile a library with CCE3.

Does anyone have some hints / pointers to a tutorial somewhere?

Thanks,

Pascal

  • Choose the project type "MSP430 Library" when you create a new project ("Project > New C/ASM Manager Project").

    This project type should let you create a MSP430 library. Unfortunately, you need to make some more changes before it works.

    Now, open the properties of the project, then select "C/C++ Build" from the right pane.

    Then select "MSP430 Librarian 3.0" under the "Tool Setting" Tab.

    Change "Command" to ""${MSP430_CG_ROOT}/bin/ar430" -r"

    and change "Command line pattern" to "${command} ${output} ${inputs}".

    I hope they would fix it in the next release (my current release is 3.2.2.1.8).

     

     

**Attention** This is a public forum