S32DS Post-Build bat

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

S32DS Post-Build bat

跳至解决方案
3,166 次查看
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 解答
2,927 次查看
yangdongyu
Contributor II

Use cmd /c {path}/bat

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,928 次查看
yangdongyu
Contributor II

Use cmd /c {path}/bat

0 项奖励
回复