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.

msp430 .out file not built

Hi I have 2 different errors but i can't solve this problem for my project.

Error codes like below


#10010 errors encountered during linking; "e78.out" not built e78 C/C++ Problem

#10198-D no input section is linked in e78 C/C++ Problem

please help me 

thanks

  • The 'errors' you posted are just the final notice that something went wrong during the compilation/linking process. However, what has gone wrong should be printed in a previous error message.

    "errors encountered during linking" exactly tells this: e78.out was not built because there were errors encountered during linking. You should post these errors to get help on what went wrong.

**Attention** This is a public forum