Cygwin, toolchain for PSP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Cygwin, toolchain for PSP

Post by ne0h »

I've a problem while i install the psp toolchain on cygwin:
1- When i type svn update, i reiceve only this output:
Skipped '.'
2- When i try to strat toolchain.sh i reiceve this output:
./toolchain.sh: line 3: $'\r' : command not found
./toolchain.sh: line 17: syntax error near unexpected token '$'done\r''
;/toolchain.sh: line 17: ' for SCRIPT in ${DEPEND_SCRIPTS[@]}; do "$SCRIPT" || { echo "$SCRIPT: Failed."; exit 1; } done

Can anyone help me please?
Tanks in advance...

All the scripts for toolchain reports an error..... but the other scripts work prefectly!

Please help me.............
Last edited by ne0h on Sun Feb 24, 2008 4:58 am, edited 1 time in total.
Heimdall
Posts: 245
Joined: Thu Nov 10, 2005 1:29 am
Location: Netherlands
Contact:

Post by Heimdall »

I guess you have a corrupted script file with DOS line terminations instead of UNIX ones. try to get the script again... or... try my native builds that do not require cygwin on the other post about a native toolchain for win32 :P

I hope it helps
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Tanks, tanks, tanks...
I'm download it.....
Post Reply