I'm having trouble tracking down exactly how to fix this error:
/bin/bash: -c: line 0: syntax error near unexpected token (' /bin/bash: -c: line 0: "C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\common\bin\IarBuild.exe" /cygdrive/c/blah blah (2).ewp -make Debug -log all 2>&1| tee /tmp/vbPNZsx/1'
I think the error comes from the parentheses in the .ewp filename, so maybe the whole second argument should be wrapped in quotes also?
Using Cygwin
I'm having trouble tracking down exactly how to fix this error:
/bin/bash: -c: line 0: syntax error near unexpected token
(' /bin/bash: -c: line 0:"C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\common\bin\IarBuild.exe" /cygdrive/c/blah blah (2).ewp -make Debug -log all 2>&1| tee /tmp/vbPNZsx/1'I think the error comes from the parentheses in the .ewp filename, so maybe the whole second argument should be wrapped in quotes also?
Using Cygwin