Hey im just starting to use cygwin and im a real noob, ive setup the cygwin environment and im trying to run mips64r5900-sf-elf-gdb debugger the instructions say:
1. Copy mips64r5900-sf-elf-gdb.exe to you ee/bin folder (e.g. on my system it's c:\cygwin\usr\local\ps2dev\ee\bin).
2. Make a link with "ln -s mips64r5900-sf-elf-gdb.exe ee-gdb.exe" and you should be ready to go.
There's a ps2.cmd command file there to try out. It loads the stub, inserts a breakpoint and continues execution to that
breakpoint. Launch with "ee-gdb -x ps2.cmd".
So i put "ln -s mips64r5900-sf-elf-gdb.exe ee-gdb.exe" into cygwin and i get this:
ln: creating symbolic link `ee-gdb.exe' to `mips64r5900-sf-elf-gdb.exe': File exists
I think that worked, but then i put in "ee-gdb -x ps2.cmd" to try and run the debugger and i get this: