Posts Tagged ‘linux’

Small psptoolchain note

Wednesday, January 21st, 2009

Because I’m still getting questions on compiling psptoolchain on Ubuntu 8.10 (Intrepid Ibex), I should note that the latest version of psptoolchain from the trunk of the SVN repository fixes the compile-time ‘buffer overflow’ error, by forcing the compiler to use GCC 4.2.

Make sure you have all the prerequisites before compiling, including GCC 4.2 — the default installation of GCC on Ubuntu uses 4.3. Both 4.2 and 4.3 can be installed simultaneously. When installing, use the psptoolchain-sudo script.

I should also mention that you’ll get far better help by asking the developers of psptoolchain, by posting in the ps2dev forums.

psptoolchain under Ubuntu 8.10

Thursday, November 6th, 2008

As someone who looks forward to new Ubuntu releases twice a year, I was disappointed to find that I couldn’t get psptoolchain to compile under version 8.10, which includes a new version of GCC. The only workaround to this is to downgrade to a previous version of GCC, and I’m still looking for a way to regress without breaking default Ubuntu packaging. If you’re a PSP developer running Ubuntu, I’d advise against upgrading to 8.10 for the moment.

UPDATE Please see the workaround