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.

CC2538 unresolved symbol problem.

Other Parts Discussed in Thread: TIMAC

Hi.

I have a problem about unresolved problem during linking.

I had set include path header files that makes problem. but there was problem.

 

The code which contains functions in picture was no problem.

i couldn't understand.....

Thanks..

  • Hello,
    You are getting a common linker error. That error is described in detail in the link below:
    processors.wiki.ti.com/.../Build_Errors_in_CCS

    Basically, you will need to make sure you include the source file or object file (library) that contains the missing symbols. Since I am unfamiliar with your application, I will not be able to provide much assistance on where to look. If you are using an example from one of the TI packages (like TIMAC), you may want to post a question in the Wireless Connectivity forums, where the experts there can help you best.

    Good luck!
    ki