create shared library for appliction project

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

create shared library for appliction project

669 Views
semiconductor_user
Contributor III

hello NXP team,

  i create appliction project(ex. project name = sh_lib)  where i used UART and Timer drivers, now i want to generate shared library of this same project. and add in another appliction project(ex. project name = nxp_main) which is my main project 

can you give me solution?

Tags (1)
0 Kudos
Reply
3 Replies

647 Views
semiconductor_user
Contributor III

but this is for whole project i means if i right click on project and do this steps its create .a(library file) file for whole project but i want .a file only for particular(individual) .c file 

0 Kudos
Reply

627 Views
danielmartynek
NXP TechSupport
NXP TechSupport

In that case create a new library project:

File -> New -> S32DS Library Project

 

And copy your functions into it.

 

Regards,

Daniel

 

 
 

 

 

 

0 Kudos
Reply

652 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @semiconductor_user,

In the properties, the project can be changed from Executable to Library:

danielmartynek_0-1738075570825.png

 

Regards,

Daniel

 

0 Kudos
Reply