Generate a project into DLL file on S32DS

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

Generate a project into DLL file on S32DS

835 次查看
AnhNguyenDuc
NXP Employee
NXP Employee

Can S32DS create a project and build into DLL file?

I want to bring a embedded program to PC as a DLL file, does anyone have a document I can refer to ?

Thank you!

0 项奖励
回复
5 回复数

795 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

unfortunately it is not possible with S32DS. S32DS uses cross platform compilers for ARM or PowerPC. 

 

Only what can be possible is adding embedded project as a binary (the .bin or .srec file) into memory array in your PC .dll library. But you need to have some emulator which can execute such binary.  

 

Anyway - what's the goal? 

0 项奖励
回复

786 次查看
AnhNguyenDuc
NXP Employee
NXP Employee

Thanks Jiri Kral,

I have a library want to test on a chip, but the chip is not available now, just having a simulation for that on the PC. So I need to bring the library on the PC too, then communicating between two the PCs. (maybe stub some driver stuffs, build the library into a DLL files, ...).

If you have the experience about that, please share to me.

Thanks

0 项奖励
回复

774 次查看
jiri_kral
NXP Employee
NXP Employee

Sorry, have no experience with that. As I understand it - you have some .dll which can simulate the target device? And you like to use the target code build with S32DS instead of the .dll in some simulator? If So, there is no way how to do it. 

 

 

0 项奖励
回复

755 次查看
AnhNguyenDuc
NXP Employee
NXP Employee

No, I have a source code run on other chips, and need to run on the new chip. But, currently, the new chip is not available, just have a simulation for the chip on the PC, so I need to bring the source code to PC, build it into DLL file, and communicate with the Chip simulation on the another PC.

0 项奖励
回复

738 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

I wrote you email. So, such approach is not possible. 

0 项奖励
回复