GDC on psptoolchain
Kostas Karanikolas
k_karanikolas at hotmail.com
Fri Jul 25 06:02:44 PDT 2008
Vince wrote:
> Hi Kostas,
>
> I am interested in your PSP port and I would like to add it to my cegdc
> (gdc for window CE), it could be interesting to have a gcc for embedded
> targets.
> I am working on scripts to build differents versions, something like :
>
>
> sh build-gdc.sh --target psp or
> sh build-gdc.sh --target arm-mingw32ce
> ...
Hi Vince,
Personally I don't have a problem. Building, however, the full psp
toolchain and sdk for scratch involves many more steps. The method I
described is just for rebuilding the toolchain with D support. The
difficult work was done the pspdev community.
To get idea of what is involved in building the entire toolchain/sdk
from scratch have a look at svn://svn.ps2dev.org/psp/trunk/psptoolchain
especially the scripts directory. (binutils, gcc stage1, pspsdk stage1,
newlib, gcc stage2, psp sdk stage2, etc)
However, if you are just interested in making easy for people to build
just gdc given a working toolchain, then that's ok.
More information about the D.gnu
mailing list