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.

COFF File with CCS6

Hi,

i want to build a COFF file with CCS6. But i´ m not find any way to do that.

please can somebody help me?

Ths.

Yannick

  • Hi Yannick,

    The output format can be selected using the project property window. To open the project property window, right click in the project and select "Properties". Select "General" menu and you will be able to switch from eabi (ELF) format to "legacy COFF".

    Regards,
    Ivan

  • Hi Ivan, 

    thanks for the response. I´m find the solution this night. To build the COFF file we need 2 steps.

    1_ Select the output format:

    2_ change (specify output file) the Format ending ( MSP430 Linker -> Basic Options -> "${ProjName}.out") , change with ("${ProjName}.cof").

    Regards,

    Yannick.

**Attention** This is a public forum