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/MSP432P401R: Errors Encountered During Linking

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Hi! I want to compile the "timer_a_pwm_mode.c" sample example file for the msp432 but I kept on getting the errors below. How do I fix this?

>> Compilation failure
makefile:143: recipe for target 'main.out' failed
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "main.out" not built
gmake[1]: *** [main.out] Error 1
makefile:139: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

  • Please see this link for an explanation of the error. Then take a closer look at the CCS build console. It will give you more details about which symbols are unresolved. Then you would need to find the source files or libraries that contain the definitions for those symbols and add them to the project.