This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SES linker error

Hello,

I've modified(added custom libraries) an existing example project from the SDK(v 15.3), and I'm trying to build and flash it.

The project compiles fine, but throws a bunch of linker errors as shown below:

Can someone help with where to begin with resolving these errors? I'm new to firmware development.

Parents
  • Hi. 

    I'm afraid I don't have any idea to what your code looks like, which modifications you have made or which custom libraries you have added to your project. 

    However, most of the errors seem to be quite straight forward to track down as they are mostly undefined reference to functions etc. 
    If you don't know what the errors means, I suggest that you do a quick google search on how to solve them. 

    Make sure that you have added all your header files, libraries etc. correctly so that you can reference your functions in your application. 

    Best regards, 
    Joakim Jakobsen

Reply
  • Hi. 

    I'm afraid I don't have any idea to what your code looks like, which modifications you have made or which custom libraries you have added to your project. 

    However, most of the errors seem to be quite straight forward to track down as they are mostly undefined reference to functions etc. 
    If you don't know what the errors means, I suggest that you do a quick google search on how to solve them. 

    Make sure that you have added all your header files, libraries etc. correctly so that you can reference your functions in your application. 

    Best regards, 
    Joakim Jakobsen

Children
Related