Visual Studio后构建处理器中的Bash.exe

时间:2018-03-12 16:16:12

标签: bash visual-studio

我试图通过视觉工作室(实际上是atmel studio 7.0,基于vs)的构建后事件中的bash.exe调用脚本。

我在尝试此操作时收到以下错误:

"$(SystemRoot)\System32\bash.exe"

报告了以下错误:

  

任务"执行"
  " C:\ Windows \ System32下\ bash.exe"

     

'" C:\ Windows \ System32下\ bash.exe"'不被视为内部或   外部命令,可操作程序或批处理文件。

     

C:\ Program Files(x86)\ Atmel \ Studio \ 7.0 \ Vs \ Avr.common.targets(36,5):错误:MSB3073:   命令"" C:\ Windows \ System32 \ bash.exe" "退出代码9009。

我甚至尝试将bash.exe复制到另一个目的地,但这也有同样的问题。

有什么建议吗? 谢谢!

1 个答案:

答案 0 :(得分:0)

此处找到解决方案:https://gist.github.com/m93a/cb41dcbd72ee7ff9fea3726a28d9f895

不要直接调用bash.exe,而是调用此.bat文件