How can I have S32DS build a single elf file for a multicore project ?

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

How can I have S32DS build a single elf file for a multicore project ?

1,186件の閲覧回数
robert_carter
NXP Employee
NXP Employee

I am using a multi-core power architecture MCU and build code on S32DS  tool chain. The tool wants to create an *.elf for each core. I really need a single *.elf for my programming environment. How can I get the S32DS IDE to create a single elf file?

ラベル(1)
1 返信

961件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hello Robert,

There is no switch in S32DS, which could be used for generating one .elf file or more .elf files. Creating one or more .elf files is mostly dependent on linker file.

But you can create new project and modify it on your own. Please look at the project in the attachment. It is simple example project which shows, how to modify necessary files. Example is created for MPC5748G, but it is usable for all MPC57xx family devices (with small changes). You can also find this file in S32DS(version 1.1) installation folder.

Regards,

Martin