AerialX has released a lightweight Open source SDK for the PS3, to help those of us wanting to compile PS3 app’s, here is a quote from the read me:
PSL1GHT
PSL1GHT is a lightweight PlayStation 3 homebrew SDK, provided as a temporary way to compile user apps to run from the XMB using the open-source PS3 toolchains available.Environment
A GCC toolchain that supports the PowerPC 64bit architecture is required to build PSL1GHT and its samples. This is the only toolchain that I test with and can guarantee support for. PS3Chain probably works just as well, as should marcan’s AsbestOS toolchain. Some toolchains will probably already use newlib, and will make the included newlib unnecessary.Building
Run make install in the psl1ght directory to build it all, and make sure to set the environment variable $PSL1GHT to the folder where you wish to install it to, for example…cd /path/to/psl1ght.git
export PSL1GHT=/path/to/psl1ght.git/build
make
make install… for a local build of it. Ensure that $PSL1GHT is set when you are building any of the examples or other apps that use PSL1GHT.
Status
At the moment, PSL1GHT has basic libc support, with stdout debugging, file access, etc. You can call lv2 syscalls and do some fun stuff with that, but it doesn’t link to PS3 dynamic libraries yet which is where all the exciting functionality comes in. Also, a make_fself equivalent is still missing.





10-20-2010
06:38 AM
Good Work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-20-2010
06:47 AM
how it os work? with jailbreak
10-20-2010
06:49 AM
yay , now it starts with an almighty bang .. anyone want to make a vm and upload so the newbs (me included) can get started building there own apps in a legal way, i am also guessing this will be on a linux OS as it mentioned AsbestOS.. lol now that would be mud in $onys eye .. building ps3 apps on the ps3 rebooting and installing them on the same ps3..
@ greg, can we have links for ooPo's open source toolchain in the first post
as i said already be a whole lot more user friendly to just d/l and use a vm with everything already set up.
10-20-2010
06:50 AM
hope someone compile chrome or firefox browser
10-20-2010
07:07 AM
10-20-2010
07:21 AM
Nice
10-20-2010
08:45 AM
good effort
10-20-2010
09:11 AM
Yay now we can have legal files that can actually be linked to in the news posts! :D Great job guys!
10-20-2010
10:13 AM
This is some nice stuff, but it’s just a toolchain, there are no real platform relevant libraries yet. Such as gskit for the PS2.
10-20-2010
10:24 AM
pretty good work for a noob. Keep it up!
10-20-2010
10:27 AM
10-20-2010
11:39 AM
Ehh, there are no platform relevant libraries without a license yet, there is only the official PS3SDK as far as I know.
But this is very nice! Are there any tools that would be handy to have on the PS3? like registry editor? It would require
opening of file
editing of file w/USB HID keyboard
saving of file
So perhaps a text editor similar to fraise.app would be good?
************* [ - Post Merged - ] *************
Well, I tried to compile PSL1GHT and got an error: http://pastie.org/private/gulmnsiwrwvqnrptvf6hfg
10-20-2010
12:10 PM
10-20-2010
01:29 PM
This is nice. This should be useful to all the people claiming to be waiting for an open source sdk
10-20-2010
02:28 PM
Will pay $$$ for the first Minecraft port. :D :D :D
10-20-2010
03:13 PM
Hopefully this SDK will grow out of his Lite version.
It's a good start.
thankx AerialX, just what we needed.
10-20-2010
03:35 PM
Hi, in my mind one of the most interesting app that should be created for ps3 is a Multi-Region Unlock for Blu-ray Discs. What do you think about that?
10-20-2010
04:07 PM
************* [ - Post Merged - ] *************
10-21-2010
04:11 AM
update.. he's got the first app working, kammy.
http://github.com/downloads/AerialX/...bugLoader.self
tweet
http://twitter.com/AerialX
github
http://github.com/AerialX/Kammy
looks to be able to debug homebrew built with the PSL1GHT over ethernet..
layman's terms:
its so your ps3 can 'talk/output' to your pc while running homebrew.
anyone got the PSL1GHT SDK working yet???
EDIT:
if anyone wants to try and build a vm like me.
i found a fedora 9 vm ready for d/l
http://sourceforge.net/projects/thou...use_mirror=ovh
also some handy pdf doc's on the installing cell sdk on fedora 9
https://code.google.com/p/fedora-cel...downloads/list
11-06-2010
08:12 PM
i have been following this tutorial
please someone help me
11-07-2010
02:24 PM
CTRL + O to save.
11-07-2010
03:39 PM
thank you so much $n!pR i owe you one
i am on to building ps3chain hopefully if all go's well i will upload somewhere (torrent on isohunt as i dont want to split) so anyone interested can download a 5gb mini ubuntu vm and be ps3 legal.
i would like to add the appbrowser & wbar from tinycore if anybody knows how.
EDIT:
i got errors on building the toolchain & psl1ght but everything looks ok so i continued on to the ooPo's libraries and only got one error so i tried a few samples and they do not build.
11-08-2010
04:27 PM
You need to add another environmental variable 'PSL1GHT':
Add this to the end of the bashrc file.
export PSL1GHT=$PS3DEV/PSL1GHT/psl1ght/build
If you need any more help with psl1ght, just ask as I'm willing to help anyone who's having prob with it.
11-09-2010
03:25 PM
1. is it normal to get errors (toolchain, psl1ght), i think it could be the mini ubuntu 32 iso , following this install tutorial?
2. can i put fluxbox, @ boot , emelfm2(file) dillo2(web) bash(cmd) and have them on wbar?
EDIT:
tried repeating everything and got the same errors on the toolchain , did a spot of googling and found this same errors as me: