Apologies for not replying, I didn't see this message until now. Since I've largely given up on PS2 development and have moved from SVN to GIT, I wasn't in a hurry to get that site back up. I have now created a repository for apascan on github instead.
http://github.com/chewi/apascan
Search found 104 matches
- Wed Sep 23, 2009 11:43 pm
- Forum: PS2 Development
- Topic: apascan - Handy tool for Linux
- Replies: 11
- Views: 12239
- Sat Jul 11, 2009 5:57 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
- Mon Dec 22, 2008 10:35 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
We need to agree on the machine names or we're going to get in a mess. Just mips is okay for the IOP since it is a very generic MIPS. mips64r5900el is the official name for the R5900 according to the latest config.sub . It is important to follow this file because other packages include config.sub fr...
- Mon Dec 22, 2008 9:46 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
- Mon Dec 22, 2008 10:19 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I've just moved house and am on a very slow connection for the moment. I'll be running a server from next month and so I could host if necessary. I very highly recommend Git over Subversion though. I know Git can seem scary at first but I used Subversion for years and haven't looked back since I swi...
- Tue Dec 09, 2008 10:49 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
- Tue Dec 09, 2008 8:50 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I'm a bit puzzled by that. I know Ed got NetBSD 2 going a long time ago but I thought nothing had been done since due to the toolchain. The official page says as much and it even links back to this place.
http://www.netbsd.org/ports/playstation2/
http://www.netbsd.org/ports/playstation2/
- Sun Nov 30, 2008 10:06 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I don't know where you got that from. The most we've seen from 2.6 was the first line of output. That was built with an almost vanilla GCC 4. It was almost like booting a regular MIPS Linux kernel with a PS2 graphics driver and expecting it to work. It wasn't that remarkable really. I doubt you can ...
- Sun Nov 30, 2008 8:09 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
- Sun Nov 30, 2008 6:28 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I think we really need a MIPS guru to take us through these last few steps with the toolchain but I admire your enthusiasm. I didn't know much more than you did when I started on this. You'll need to know some MIPS assembly. I tried to tinker with GCC before learning this but, in truth, I didn't rea...
- Sun Nov 30, 2008 4:36 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I'm afraid it's the differences between the PS2 and regular MIPS machines that are the problem so having access to other MIPS hardware doesn't really help very much. I've wondered whether a PS2 emulator would help instead. I think I did get the stars demo running through PCSX2 at one point. If I rec...
- Tue Nov 18, 2008 4:58 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
Sorry, I've had further problems with my server that are beyond my control. I'm going to start hosting it myself next month. I've uploaded the binutils patches somewhere else in the meantime.
http://dev.gentooexperimental.org/~chew ... 15.tar.bz2
http://dev.gentooexperimental.org/~chew ... 15.tar.bz2
- Sat Nov 08, 2008 10:54 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
Sounds like you have some wider experience than I do. I'm also a Bachelor of CompSci but we didn't do any actual assembly. I did a language and compiler design module but we ran out of time just before getting to the assembly part and that would have been SPARC anyway. Still, it proved useful. I end...
- Sat Nov 08, 2008 1:50 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I think this was the last patch I did against 2.4.17. I haven't touched that stuff in a very long time. Getting GCC 4 to work was more important. I didn't release any of it officially because I wanted to fix the USB stuff properly. You could just dump the MontaVista code in there if you wanted to th...
- Sat Nov 08, 2008 1:42 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
I tried to contact Ed over two years ago through the Gentoo forums but he never read the message - it's still sitting in the outbox. That patch is against the old toolchain and contains just the stuff to handle the short loop length bug. If you were willing to sacrifice performance by only building ...
- Sat Nov 08, 2008 1:08 am
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
Thanks man. Regarding Linux, I have generally preferred the option of moving towards 2.6 rather than sticking with 2.4 because 2.4 has traditionally not compiled with GCC 4. However, I just discovered that changed with 2.4.34. The fixes for MIPS weren't included in that release but they were mention...
- Fri Nov 07, 2008 10:30 pm
- Forum: PS2 Development
- Topic: Status of toolchain update?
- Replies: 47
- Views: 31780
Hey guys. You probably took my server being down as quite a bad sign but actually it's only been down for a week due to it being moved. It's just come back up. As for me, life took over with getting married in May and trying to buy a house now. Unless anyone who seriously knows what they're doing ca...
- Thu Mar 27, 2008 3:30 am
- Forum: PS2 Development
- Topic: apascan - Handy tool for Linux
- Replies: 11
- Views: 12239
The suggestion came from this bug . I've just had a look through the files to see what's going on. asm/byteorder.h includes linux/byteorder/little_endian.h and that includes linux/types.h. This defines types such as loff_t but only when __KERNEL_STRICT_NAMES is false. At this point, it is false so t...
- Thu Mar 27, 2008 2:45 am
- Forum: PS2 Development
- Topic: apascan - Handy tool for Linux
- Replies: 11
- Views: 12239
- Thu Mar 20, 2008 9:53 am
- Forum: PS2 Development
- Topic: AROS
- Replies: 2
- Views: 2828
- Mon Mar 17, 2008 11:41 pm
- Forum: PS2 Development
- Topic: Release: RadShell
- Replies: 45
- Views: 215228
- Mon Mar 17, 2008 2:45 am
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
News! Firstly, I've ditched the 128-bit stuff for now. It wasn't working out and it's just not needed. Maybe I'll revisit it sometime or someone else can have a go. Secondly, I have a confession to make. Everything is suddenly working a lot better. I've thrown three MP3s at madplay and it plays all ...
- Sat Mar 15, 2008 9:04 pm
- Forum: PS2 Development
- Topic: apascan - Handy tool for Linux
- Replies: 11
- Views: 12239
First of all, as it says in the README, apascan won't handle drives larger than 127GB. The official APA format doesn't support this and larger sizes were only achieved through the 48-bit LBA hack and the ToxicOS APAEXT format. I'd like to support them but I don't have any drives larger than 120GB. Y...
- Tue Mar 04, 2008 11:00 am
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
- Tue Mar 04, 2008 9:24 am
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
RESULT!! I got madplay to make some sound!! :D We're not there yet but this is very encouraging. I decided to track down exactly where madplay was failing using some humble printfs. I didn't realise that madplay carried its own copy of the isjpcm IRX and it was the loading of this module that was fa...
- Fri Feb 29, 2008 10:02 am
- Forum: PS2 Development
- Topic: Release: RadShell
- Replies: 45
- Views: 215228
I've just been trying to run RadShell inside PCSX2 in the hope that I can shed some light on the problems I've been having with GCC 4. If I simply start it with Load ELF, RadShell starts but it says that it cannot open /home/chewi/radshell/radshell.rsh. I thought PCSX2 would provide access to the fi...
- Thu Feb 21, 2008 10:03 pm
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
Good news. I've got GCC to build for the first time in months. I had trouble with it ever since I started adding 128-bit support. The bad news is that madplay doesn't behave any differently. I'm not sure if it's using the 128-bit stuff at all. There are 128-bit instructions in the resulting binaries...
- Wed Feb 20, 2008 10:13 am
- Forum: PS2 Development
- Topic: Doom - PS2 Port
- Replies: 102
- Views: 74013
If I remember rightly, the sound code in sdldoom is quite hacky. I'm not surprised it doesn't work. I think the guy was trying to make it so that sdl_mixer would not be a requirement or something like that. I also tried to play a network game between a PC and a Mac using sdldoom once and it failed d...
- Fri Feb 15, 2008 6:33 am
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
- Fri Feb 15, 2008 1:37 am
- Forum: PS2 Development
- Topic: Linux 2.6 on PS2
- Replies: 140
- Views: 120819
Booting wirelessly in general is quite hard and a quick search didn't turn up anything. Since wireless generally needs stuff from userspace in order to work, you'd need to put the necessary programs and libraries on an initrd/initramfs. I wouldn't bother trying this with Linux 2.4 and 2.6 on the PS2...