create shared library for appliction project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

create shared library for appliction project

654件の閲覧回数
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?

タグ(1)
0 件の賞賛
返信
3 返答(返信)

632件の閲覧回数
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 件の賞賛
返信

612件の閲覧回数
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 件の賞賛
返信

637件の閲覧回数
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 件の賞賛
返信