Search found 122 matches
- Wed Aug 29, 2007 3:33 am
- Forum: PS2 Development
- Topic: Loading an ELF file above 0x80000000
- Replies: 303
- Views: 390829
- Sat May 26, 2007 8:17 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
- Tue May 22, 2007 5:57 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
- Tue May 22, 2007 1:21 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
- Mon May 21, 2007 11:22 pm
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
okay thanks! i took the ReadBufLine out of the sysconf.c file as net.c needed it but didnt need anything else from sysconf.c so i took the function straight out of that file and pasted it at the top with no changes and this function would compile on its own as it doesn't depend on anything else. Rig...
- Mon May 21, 2007 5:00 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
this is what i've got (taken from myps2) edited and there is a main file that only loads the modules at the minute. The problem with the above code is that upon compiling it says net.c><38>column 17 : dns.h No such file. Which there is in the IOP include directory, now that i think of it its in the ...
- Sat May 19, 2007 8:07 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
- Fri May 18, 2007 11:37 pm
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
i seem to be having trouble with this, when i load my irx either builtin or from the host im getting an ID of -200 and a ret of 0 which isn't right for a start. Does ps2http.irx need any arguments? and on a side note if i get this workin i should be able to open the file through a simple fioOpen() c...
- Thu May 17, 2007 11:35 pm
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
- Tue May 15, 2007 8:35 am
- Forum: PS2 Development
- Topic: downloading a file through http
- Replies: 15
- Views: 15320
downloading a file through http
Ive been trying to download a file from a server thought ftp, had no luck and want to try and download it via http. Ive seen in the mysp2 source a function that does this but i cant compile the ps2sdk changes without compilation errors and the programme wont compile otherwise. Ive seen the iop irx p...
- Wed May 09, 2007 4:32 am
- Forum: PS2 Development
- Topic: ps2 system time
- Replies: 4
- Views: 3124
- Sun May 06, 2007 8:30 pm
- Forum: PS2 Development
- Topic: ps2 system time
- Replies: 4
- Views: 3124
- Sun May 06, 2007 9:00 am
- Forum: PS2 Development
- Topic: ps2 system time
- Replies: 4
- Views: 3124
ps2 system time
There seems to be an error with the Hours returned from cdReadClock, my ps2 system clock was around 23:37 when i ran this but cdReadClock returned that my hours was 08 yet everything else was correct. I also got a friend to run this and his time was 18:?? and his returned 20:?? can someone tell me w...
- Sat Apr 21, 2007 12:54 am
- Forum: PS2 Development
- Topic: hardware breakpoints
- Replies: 1
- Views: 2143
- Thu Apr 19, 2007 5:52 am
- Forum: PS2 Development
- Topic: hardware breakpoints
- Replies: 1
- Views: 2143
hardware breakpoints
I've been trying to set up my own breakpoint handler using the sio shell code, but its not been very successful so far. /* Install a V_DEBUG handler in place of the kernel one */ static void install_debug_handler(void) { u32 data; /* Build a 'j level2ExceptionHandler' instru...
- Tue Apr 10, 2007 8:34 pm
- Forum: PS2 Development
- Topic: Help..Hello World on PS2
- Replies: 4
- Views: 3698
- Sat Mar 03, 2007 8:48 pm
- Forum: PS2 Development
- Topic: Xlink and PS2Link problems
- Replies: 16
- Views: 8932
- Fri Mar 02, 2007 2:59 am
- Forum: PS2 Development
- Topic: Question on Programing A Hd Loader With More Muscle
- Replies: 3
- Views: 2484
- Sun Feb 11, 2007 9:17 pm
- Forum: PS2 Development
- Topic: building latest sdk
- Replies: 6
- Views: 4370
- Sat Feb 10, 2007 9:31 am
- Forum: PS2 Development
- Topic: building latest sdk
- Replies: 6
- Views: 4370
that was building it with the semi recent perl script. I also just tride running the update-ps2sdk.sh and it fails with the following errors (under cygwin) mkdir -p obj/ mkdir -p bin/ iop-gcc -fno-builtin -O2 -G0 -c -Iinclude/ -I../dev9/include/ -I/tmp/ps2dev/ps2s dk/iop/kernel/include -I/tmp/ps2dev...
- Fri Feb 09, 2007 6:55 am
- Forum: PS2 Development
- Topic: building latest sdk
- Replies: 6
- Views: 4370
building latest sdk
when im building the latest sdk i always get the errors when it comes to building the EE source
I'm in cygwin for this btw
Code: Select all
*** No rule to make target 'obj', needed by 'all'. stop
- Wed Jan 10, 2007 5:21 am
- Forum: PS2 Development
- Topic: gsKit starter kit Pong
- Replies: 3
- Views: 2738
- Mon Nov 13, 2006 3:55 am
- Forum: PS2 Development
- Topic: problem loading elfs
- Replies: 3
- Views: 3056
- Sat Nov 11, 2006 9:07 pm
- Forum: PS2 Development
- Topic: problem loading elfs
- Replies: 3
- Views: 3056
problem loading elfs
I am trying to run an application in kernel memory so that it is not wiped. I have tried loading this at 0x000a0000 as well as many other locations, but each time i try to run it it fails on ps2link and freezes the PS2 or if i try and run it from memory card it returns the red error screen. even try...
- Sat Nov 11, 2006 3:50 am
- Forum: PS2 Development
- Topic: keyboard example?
- Replies: 3
- Views: 2879
- Fri Nov 10, 2006 5:26 am
- Forum: PS2 Development
- Topic: keyboard example?
- Replies: 3
- Views: 2879
keyboard example?
can anyone provide me with keyboard example code? and what is the lib i must include in the makefile ?
Thanks
*edit
looking through my code so far it wants to load a module i think "usbkbd:dev" where is this located?
Thanks
*edit
looking through my code so far it wants to load a module i think "usbkbd:dev" where is this located?
- Wed Nov 08, 2006 5:11 am
- Forum: PS2 Development
- Topic: Help: Compiling SIOShell from the SVN
- Replies: 10
- Views: 6606
- Tue Nov 07, 2006 4:42 am
- Forum: PS2 Development
- Topic: Help: Compiling SIOShell from the SVN
- Replies: 10
- Views: 6606
- Sun Aug 13, 2006 10:11 pm
- Forum: PS2 Development
- Topic: PS2 Lua Player
- Replies: 26
- Views: 180337
- Sat Aug 05, 2006 9:06 am
- Forum: PS2 Development
- Topic: gmake: command not found
- Replies: 13
- Views: 7260