PS3 PSL1GHT SDK Installation On Linux

ChompMike

Forum Noob
Hello guys! So, I've been trying to install PSL1GHT to build a PS3 app, just for the sake of it, but i always end up doing something wrong. The problem is that i can't find a step-by-step guide online, so i'm asking if someone would kindly guide me towards the installation of the SDK.

Notes:
  1. I've installed all dependencies like, clang, automake, gcc, g++ etc
  2. I've set the export paths in the bash file @/home
  3. I'm using Kubuntu LTS 24.04
  4. I did in fact search a lot to find the solution, but i didn't manage to, so that's why i'm asking for a helping hand
TIA! :encouragement:
 
just get the pre-built toolchain+psl1ght sdk for linux Ubuntu here:
https://github.com/bucanero/ps3toolchain/releases/tag/ubuntu-latest-fad3b5fb

Hello and thanks for your reply!

In fact, i did get the pre-built version a couple of hours after posting, but i could't modify the post.

Is there a guide on how to make a final version of your code? For example, lets say i have a .c file that just prints the known to everyone "Hello World" message (like Geohot did back in the day to show us that homebrew was possible :excitement:). What are the steps? I guess i have to make the .c file into a self? An EBOOT.BIN? And then, make a package out of it in order to install it on PS3?

Sorry if i sound like a noob, because i'm probably late to the party of PS3 Homebrew Development, but i really want to make something for it, as it is my favorite console :chuncky:
 
Back
Top