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.

Linker Error "only DWARF 3 Versions are supported" - MSP430 Launchpad

Hi all,

we are trying to compile a CCS project on the MSP430 Launchpad and receive a

fatal linker error

fatal error #10429: "../tfs_main.o" contains DWARF 4 information.  Only DWARF versions <= 3 are supported.

 

Please advise settings or directions to run CCS projects on Launchpad.

  • I think you are using gcc.  If you right click on your project and then select properties it will open up the properties settings for the project.

    In the tree on the left expand Build-> GNU Compiler -> Debugging

    On the right there will be an option to select the dwarf version.  By default this will be 3 but maybe your project got switched to 4.  If it is 4 then change it to 3, click OK and then try building again.

    John