S32DS Post-Build bat

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,364件の閲覧回数
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.

ラベル(1)
0 件の賞賛
返信
1 解決策
3,125件の閲覧回数
yangdongyu
Contributor II

Use cmd /c {path}/bat

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
3,126件の閲覧回数
yangdongyu
Contributor II

Use cmd /c {path}/bat

0 件の賞賛
返信