Thread overview
GDC 4.3 ported to Allegrex Toolchain (PSP)
Nov 02, 2010
Paulo
Nov 04, 2010
Michael Parrott
Nov 04, 2010
Paulo
Nov 05, 2010
Brad Roberts
Nov 05, 2010
Paulo
November 02, 2010
Hi,

I've added support to GNU D 1.0 for the MIPS Allegrex Toolchain, the open source PSP homebrew SDK.

This is in a very early stage of development so you might find bugs. I hope i can help D to get into game development since it feels so much more productive than C++ (No flame wars please) :)

You can have it from here:

http://sourceforge.net/projects/minpspw

And more details on the project blog:

http://www.jetdrone.com/minpspw
November 04, 2010
Paulo Wrote:

> Hi,
> 
> I've added support to GNU D 1.0 for the MIPS Allegrex Toolchain, the open source PSP homebrew SDK.
> 
> This is in a very early stage of development so you might find bugs. I hope i can help D to get into game development since it feels so much more productive than C++ (No flame wars please) :)
> 
> You can have it from here:
> 
> http://sourceforge.net/projects/minpspw
> 
> And more details on the project blog:
> 
> http://www.jetdrone.com/minpspw

Great job!
I'll take a lot at it and see how it is. I have a PSP with CFW, so I am able to test it. :)
November 04, 2010
Cool,

I am adding D support to GDB for the PSP too, for a next build :)
November 05, 2010
On 11/4/2010 3:50 AM, Paulo wrote:
> Cool,
> 
> I am adding D support to GDB for the PSP too, for a next build :)

What are you adding beyond what's already been done for gdb 7.2?
November 05, 2010
At the moment the current GDB for MIPS Allegrex is still 6.8, so I only added the patches for the vanilla 6.8 plus Allegrex changes and special stuff for making it work as expected on Windows too.