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.

MSP430FR5969: Link errors when CCS installed on new computer

Part Number: MSP430FR5969
Other Parts Discussed in Thread: MSP430WARE

I upgraded computers, installed the latest version of CCS, and  imported an existing project.

Now I get the following errors:
libc.a not found

unresolved symbol__TI_int30 (through int54)

warnings on all interrupt vectors in lnk_msp430fr5969.cmd

no suitable entry point

It looks like I am missing something(s) in the setup.

  • Hello Steven,

    Which version of CCS did you install and was it Theia or Eclipse? Also make sure that in your properties that you are running the latest version of "msp430ware" so CCS can access the driverlib.

    Regards,

    Sydney

  • I was able to go back to my old computer and check Properties differences.

    I added these to the linker File search path:

    $(CG_TOOL_ROOT)/lib
    $(CG_TOOL_ROOT)/include

    I also added $(ProjName).map to the Link Information (map).

    I thought that I added _MPU_ENABLE somewhere, but I don't see where.

    Now it works.

**Attention** This is a public forum