PS3 SDL / SDL2 for Cell SDK?

NiQ

Senior Member
Looking for SDL or SDL2 port for Cell SDK / official Sony SDK (not PSL1GHT)
Does it exist?

Or some easy method of porting?

Thanks.
 
Last edited:
OK, it's definitely not intended for use with the Sony SDK.

For instance, it refers to a function named mfc_multi_tag_release(), which is nowhere to be found (I actually ran grep on the entire cell directory).
 
Here is a video of me compiling SDL-1.2 on Playstation 3 for the Cell Broadband Engine in Linux (OtherOS) using IBM's Cell SDK 3.1:
Recorded from my laptop and compiled remotely (over ssh). My (phat) PS3 is downgraded to firmware 3.15 (DEX) and its running Fedora 12 ppc (heavily customized). It is also a full-time web server:
http://www.ps3linux.net
To compile, you must first enter directory src/video/ps3/spulibs and run:
make
sudo make install
Then go back to the top level dir and configure/build as normal. Easy mistake to make.

BONUS: Heres a video of me installing Fedora 12 ppc on Playstation 3 over the network (diskless) using an NFS share:
After installation, use my scripts to configure your package manager (yum) to use online package repos:
https://github.com/ModelCitizenPS3/ps3-goodrepos
and use this one to install the most recent (latest & greatest) Cell SDK packages:
https://github.com/ModelCitizenPS3/ps3-cellsdk-install

Hope that helps :)
 
Here is a video of me compiling SDL-1.2 on Playstation 3 for the Cell Broadband Engine in Linux (OtherOS) using IBM's Cell SDK 3.1:
Recorded from my laptop and compiled remotely (over ssh). My (phat) PS3 is downgraded to firmware 3.15 (DEX) and its running Fedora 12 ppc (heavily customized). It is also a full-time web server:
http://www.ps3linux.net
To compile, you must first enter directory src/video/ps3/spulibs and run:
make
sudo make install
Then go back to the top level dir and configure/build as normal. Easy mistake to make.

BONUS: Heres a video of me installing Fedora 12 ppc on Playstation 3 over the network (diskless) using an NFS share:
After installation, use my scripts to configure your package manager (yum) to use online package repos:
https://github.com/ModelCitizenPS3/ps3-goodrepos
and use this one to install the most recent (latest & greatest) Cell SDK packages:
https://github.com/ModelCitizenPS3/ps3-cellsdk-install

Hope that helps :)

Does this Fedora only work on 3.15 DEX?
 
Here is a video of me compiling SDL-1.2 on Playstation 3 for the Cell Broadband Engine in Linux (OtherOS) using IBM's Cell SDK 3.1:
Recorded from my laptop and compiled remotely (over ssh). My (phat) PS3 is downgraded to firmware 3.15 (DEX) and its running Fedora 12 ppc (heavily customized). It is also a full-time web server:
http://www.ps3linux.net
To compile, you must first enter directory src/video/ps3/spulibs and run:
make
sudo make install
Then go back to the top level dir and configure/build as normal. Easy mistake to make.

BONUS: Heres a video of me installing Fedora 12 ppc on Playstation 3 over the network (diskless) using an NFS share:
After installation, use my scripts to configure your package manager (yum) to use online package repos:
https://github.com/ModelCitizenPS3/ps3-goodrepos
and use this one to install the most recent (latest & greatest) Cell SDK packages:
https://github.com/ModelCitizenPS3/ps3-cellsdk-install

Hope that helps :)
It's nice, although I was talking about GameOS
 

Similar threads

Back
Top