S32 Design studio encrypt .c/.h file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32 Design studio encrypt .c/.h file

1,113 次查看
玉敏111田
Contributor III

With S32 DS development,I need encrypt some .c /.h files .But  I don't how to complete.

标签 (1)
标记 (2)
0 项奖励
回复
4 回复数

1,013 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

S32DS itself cannot encrypt any files. You must use some third party tools for this purpose.

Regards,

Martin

0 项奖励
回复

1,013 次查看
玉敏111田
Contributor III

But  what can the S32DS Library Project do?I think it can encrypt the .c or .h.

pastedImage_2.pngpastedImage_1.png

0 项奖励
回复

1,013 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

I found useful discussion for you. Please see the link below:

static libraries - DLL and LIB files - what and why? - Stack Overflow 

Regards,

Martin

0 项奖励
回复

1,013 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

the library project create static library archive - typicaly libmy_lib.a. You can link functions stored in library by other projects. 

Anyway - what you mean by "encrypt"? 

Jiri

0 项奖励
回复