Hi,
I'm having problems using the latest toolchain from the svn. I just installed cygwin, and I never had problems using the toolchain before. Now it says it has some weird syntax errors...
: command not founde 4:
: command not founde 8:
: command not founde 11:
: command not founde 15:
: command not founde 22:
: command not founde 25:
: command not founde 29:
'/toolchain.sh: line 50: syntax error near unexpected token `in
'/toolchain.sh: line 50: ` case "$1" in
I did install cygwin correctly, so no cr lf converison problems should be involved...
Thanks in advance !
Problem with latest toolchain
Did you update cygwin itself though?Cy-4AH wrote:Stragne. Recently I installed toolchain from svn under Cygwin without problems.
When I ran into this problem I just did this:
install ash using cygwin's setup exe
on the command line, instead of typing "./toolchain.sh" typed "ash ./toolchain.sh" and the parse errors went away like a bad dream that lasted 2 months.