S32DS Post-build step

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

S32DS Post-build step

2,940件の閲覧回数
koehlerl
Contributor IV

Hi,

I want execute a *.bat file after building the *.hex image.

When I use the the *.bat file in the Post-build steps, then the *.bat file is executed before the hex-file is created.

How can I start the *.bat file after building the *.hex image automatic in the build process?

BR Lutz

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

2,476件の閲覧回数
huigangshi
Contributor I

same question@07-30-2021

0 件の賞賛
返信

2,673件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi Lutz, 

I didn't find way how to execute post-build after .hex file dump. I'll put feature request for S32DS - In my opinion the post-build step should be really "post-build". 

As a workaround you can include hex file dump into your post build .bat file like this (I'm not sure if you are using ARM S32DS - for Power it is similar):

arm-none-eabi-objcopy -O ihex  project.elf   project.hex

your_post_build_commands

.

.

Jiri

0 件の賞賛
返信