Search found 9 matches

by abdollaramadan
Mon Nov 03, 2008 3:41 am
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

That's great work cosmito

Thanks very much, i haven't tried yet, and i don't know what's the problem, i'm too busy now, i may check it later, hopefully some one will help before me. :)
by abdollaramadan
Sat Oct 11, 2008 3:42 am
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

ps2gdb

that's about ps2gdb. :)
by abdollaramadan
Sat Oct 11, 2008 2:19 am
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

the changes i made

for svn://svn.ps2dev.org/ps2/tags/ps2gdb those changed i haven't thought of much, i just looked at the samples with ps2sdk, and figure out from the errors. Makefile.eeglobal: changed: EE_INCS := -I$(PS2SDK)/ee/include -I$(PS2SDK)/common/include -I. $(EE_INCS) EE_LDFLAGS := -nostartfiles -Tlinkfile -...
by abdollaramadan
Fri Oct 10, 2008 4:29 am
Forum: PS2 Development
Topic: using ps2client problems
Replies: 3
Views: 3879

Thanks

Thanks a lot for your reply.
by abdollaramadan
Fri Oct 10, 2008 2:51 am
Forum: PS2 Development
Topic: using ps2client problems
Replies: 3
Views: 3879

i got the command running on another computer thanks

i got the command running on another computer connected to the network thanks every body.
by abdollaramadan
Fri Oct 10, 2008 2:19 am
Forum: PS2 Development
Topic: using ps2client problems
Replies: 3
Views: 3879

using ps2client problems

hello, i have ps2link v1.46 i use xlink without problems to run elf files, but using the ps2client.exe coming with PS2DevWin32.zip setup, it's not working at all. ps2client -h 192.168.1.10 execee demo1.elf it just stops until i press ctrl+c, and my ps2 doesn't run the elf file. :'( i double checked ...
by abdollaramadan
Fri Oct 10, 2008 1:25 am
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

thanks alot cosmito actually i could get the elf file

your post made me look at the make files, and some of the code, i changed a little, and now i can get the elf file, i'm not sure of the legalty of posting the modified files here, but once i execute the file using xlink, i get an exception.
by abdollaramadan
Fri Oct 03, 2008 11:18 pm
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

Thanks

It's a bit disappointing, but thank you Lukasz.
by abdollaramadan
Fri Oct 03, 2008 2:28 am
Forum: PS2 Development
Topic: remotely debugging ps2sdk application
Replies: 15
Views: 12355

remotely debugging ps2sdk application

Hello, I'm new to ps2dev. I was wondering if there's a way to remotely debug ps2sdk application running on the ps2 from a windows maching (cygwin). I understand that there's a way of using the gdbserver i wonder if that only works under ps2linux, i don't want to develop under ps2linux, beside my ps2...