400°
132w ago - Over the weekend
Klutsh posted a simple guide on how to compile PSFreedom's payloads with Ubuntu 10.10.
He states this is for the payloads only and is independent of devices, and his next guide will cover compiling the kernel and the kernel module which are device dependant.
Below is the guide, to quote:
Here's a real quick guide on getting Ubuntu 10.10 ready to compile the PSFreedom payloads.
Prerequisites:
• A Working install of
Ubuntu 10.10
The Guide:
First thing we need to do is install some applications through apt, so open a terminal and do the following:
sudo apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-dev gcc-4.3 cpp-4.3 g++-4.3 texinfo autoconf
Now we need to clone PSFreedom from github to our local PC, pull it's submodules and get the toolchain installed
cd ~/
git clone git://github.com/kakaroto/PSFreedom.git
cd PSFreedom
git submodule update --init
cd pl3
git submodule update --init
cd ps3toolchain