S32DS Post-Build bat

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS Post-Build bat

Jump to solution
1,780 Views
yangdongyu
Contributor II

I want run a bat file,after build finished.

In S32DS for Power or S12Z, It works good.

But In S32DS for ARM, Post-Build a bat have problems like this

make --no-print-directory post-build

{my project path}\test.bat

{my project path}\test.bat: line 1: @echo: command not found

Test

It seems the S32DS doing the parse for my bat, and I can't passing parameters to bat normally.

Labels (1)
0 Kudos
1 Solution
1,541 Views
yangdongyu
Contributor II

Use cmd /c {path}/bat

View solution in original post

0 Kudos
1 Reply
1,542 Views
yangdongyu
Contributor II

Use cmd /c {path}/bat

0 Kudos