Libraries not linking properly

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Libraries not linking properly

591 Views
davidsherman
Senior Contributor I

I'm porting a project which was previously created in Kinetis Design Studio, which used some libraries included in the same project.  I got the SDK built, got the main project to build, but creating the libraries ran into a snag.  When I created the library projects I created a static library project, but for some reason, the executable code in the libraries is not making it into .text. 

I've made the linker aware of the libraries and it can find them, but for some reason the executable code is ending up in the .data section.

Bear with me, I'm new to MCUXpresso and more familiar with KDS.

1 Reply

471 Views
davidsherman
Senior Contributor I

Oh...  Disregard.  Different section causing problems.