Post: [ES35] PS3 Homebrew Development Tutorial Website RELEASED! Learn to program PS3 Apps
04-07-2011, 02:35 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
You wanna learn how to develop for the ps3?
Well there is this awesome website up, that teaches you how to code ps3 homebrew using psl1ght.
This site teaches you everything you need to know about ps3 development.


It is a work in progress.
Currently has 5 lessons online.

Made by: EmersonS35
Sponsored by: PS3-Hacks.com

This site is ad-free right now, and runs purely off of donations, so please visit our donation page.

You must login or register to view this content.

Have an typos, suggestions, trouble, or anything, email me at [email][email protected][/email]

Note: I am not trying to advertise this website. I am trying to spread the word. Thank you.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 28 users say thank you to emersons35 for this useful post:

CyBeR_TrOn, Cyborg Ninja, Docko412, Donstickygreen, dsCRAZYPYRO, Foolnesss, Goblom, ha_iKiLLED_U, ibombo, italianboss, Jorgos Nomikos, killa skillz, MajorPSP156, NeglectFate, Nero., NextGenDev, Night Wolf, Norman, Painkilla, PIINC, Priiime, prosper, Solid Snake, Superchunk, TEXAS24_ReStEr, TheKid420, xShOtz, Xx-NukeClan-xX
04-08-2011, 12:43 AM #38
XDev
Banned
Originally posted by emersons35 View Post
It is a work in progress.
Currently has 5 lessons online.

Made by: EmersonS35
Sponsored by: PS3-Hacks.com

This site is ad-free right now, and runs purely off of donations, so please visit our donation page.

You must login or register to view this content.

Have an typos, suggestions, trouble, or anything, email me at [email][email protected][/email]

Note: I am not trying to advertise this website. I am trying to spread the word. Thank you.


Really?
Got a error while installing on linux Not Happy or Sad, about libelf Saying its not there but i already ran that line.

---------- Post added at 07:40 PM ---------- Previous post was at 07:34 PM ----------

Anyone know why im getting this

linux@ubuntu:~$ cd $PS3DEV
linux@ubuntu:~$ git clone git://github.com/ps3dev/ps3toolchain.git
fatal: destination path 'ps3toolchain' already exists and is not an empty directory.
linux@ubuntu:~$ cd ps3toolchain
linux@ubuntu:~/ps3toolchain$ ./toochain.sh
bash: ./toochain.sh: No such file or directory

No such file or directory? on linux?

---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------

And or this

When i continue

linux@ubuntu:~$ cd DeadRSX/
linux@ubuntu:~/DeadRSX$ make
Makefile:3: *** "PSL1GHT must be set in the environment.". Stop.
linux@ubuntu:~/DeadRSX$

---------- Post added at 07:43 PM ---------- Previous post was at 07:42 PM ----------

Originally posted by emersons35 View Post
It is a work in progress.
Currently has 5 lessons online.

Made by: EmersonS35
Sponsored by: PS3-Hacks.com

This site is ad-free right now, and runs purely off of donations, so please visit our donation page.

You must login or register to view this content.

Have an typos, suggestions, trouble, or anything, email me at [email][email protected][/email]

Note: I am not trying to advertise this website. I am trying to spread the word. Thank you.

Forgot to quote
04-08-2011, 01:10 AM #39
Goblom
Gym leader
Originally posted by XDev View Post

Anyone know why im getting this

linux@ubuntu:~$ cd $PS3DEV
linux@ubuntu:~$ git clone git://github.com/ps3dev/ps3toolchain.git
fatal: destination path 'ps3toolchain' already exists and is not an empty directory.
linux@ubuntu:~$ cd ps3toolchain
linux@ubuntu:~/ps3toolchain$ ./toochain.sh
bash: ./toochain.sh: No such file or directory

No such file or directory? on linux?


it says the folder for ps3toochain already exists.
so you need to type this
    rm -r $PS3DEV/ps3toolchain


Also you spelled toolchain wrong..
look closely.
    You put "toochain.sh"
when you meant to put "too[COLOR="Red"]l[/COLOR]chain.sh

The letter in red is the letter you missed

---------- Post added at 08:08 PM ---------- Previous post was at 08:04 PM ----------

Originally posted by XDev View Post

And or this

When i continue

linux@ubuntu:~$ cd DeadRSX/
linux@ubuntu:~/DeadRSX$ make
Makefile:3: *** "PSL1GHT must be set in the environment.". Stop.
linux@ubuntu:~/DeadRSX$


In Ubuntu unhide all your files
then go to your home directory and open the folder named ".bashrc"
Scroll down to th bottom and type this in
    
#Set PS3 toolchain
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin

#Set PSL1GHT
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin


---------- Post added at 08:10 PM ---------- Previous post was at 08:08 PM ----------

Originally posted by XDev View Post
Really?
Got a error while installing on linux Not Happy or Sad, about libelf Saying its not there but i already ran that line.


This is a problem on how its building.
What is the error i will try to help you more and fix it.
04-08-2011, 01:11 AM #40
XDev
Banned
Originally posted by Goblom View Post
it says the folder for ps3toochain already exists.
so you need to type this
    rm -r $PS3DEV/ps3toolchain


Also you spelled toolchain wrong..
look closely.
    You put "toochain.sh"
when you meant to put "too[COLOR="Red"]l[/COLOR]chain.sh

The letter in red is the letter you missed

---------- Post added at 08:08 PM ---------- Previous post was at 08:04 PM ----------



In Ubuntu unhide all your files
then go to your home directory and open the folder named ".bashrc"
Scroll down to th bottom and type this in
    
#Set PS3 toolchain
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin

#Set PSL1GHT
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin


---------- Post added at 08:10 PM ---------- Previous post was at 08:08 PM ----------



This is a problem on how its building.
What is the error i will try to help you more and fix it.


How about

Package libelf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ncurses is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

?
04-08-2011, 01:14 AM #41
Goblom
Gym leader
Originally posted by XDev View Post
Really?


Also is better to run
    toolchain-sudo.sh

then to run
    toolchain.sh


just running toolchain.sh wont set the build environment correctly because $PS3DEV isn't set up but if you toolchain-sudo.sh it sets up the $PS3DEV environment ad builds correctly.

---------- Post added at 08:14 PM ---------- Previous post was at 08:13 PM ----------

Originally posted by XDev View Post
How about

Package libelf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ncurses is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

?


What Linux distro are you using?
Ubuntu?
Fedora?
Gentoo?
RedHat?
LinuxMint?
04-08-2011, 01:19 AM #42
XDev
Banned
Originally posted by Goblom View Post
Also is better to run
    toolchain-sudo.sh

then to run
    toolchain.sh


just running toolchain.sh wont set the build environment correctly because $PS3DEV isn't set up but if you toolchain-sudo.sh it sets up the $PS3DEV environment ad builds correctly.

---------- Post added at 08:14 PM ---------- Previous post was at 08:13 PM ----------



What Linux distro are you using?
Ubuntu?
Fedora?
Gentoo?
RedHat?
LinuxMint?


Gosh my linux is running slow,

Im using the latest ubuntu

And when i currect my spelling mistake i further get

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.
linux@ubuntu:~/ps3toolchain

So how i install libelf as well as that other error / missing item in before post
04-08-2011, 01:24 AM #43
Goblom
Gym leader
Originally posted by XDev View Post
Gosh my linux is running slow,

Im using the latest ubuntu

And when i currect my spelling mistake i further get

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.
linux@ubuntu:~/ps3toolchain

So how i install libelf as well as that other error / missing item in before post



This should fix it.
    
wget https://www.mr511.de/software/libelf-0.8.13.tar.gz
tar -zxvf libelf-0.8.13.tar.gz
cd libelf-0.8.13
./configure
make -j4 && make install
cd ..


Then Re-run
    toolchain-sudo.sh
04-08-2011, 01:38 AM #44
XDev
Banned
Originally posted by Goblom View Post
This should fix it.
    
wget https://www.mr511.de/software/libelf-0.8.13.tar.gz
tar -zxvf libelf-0.8.13.tar.gz
cd libelf-0.8.13
./configure
make -j4 && make install
cd ..


Then Re-run
    toolchain-sudo.sh




AWww

Still

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.

Got anyother tips?

---------- Post added at 08:34 PM ---------- Previous post was at 08:29 PM ----------

Originally posted by Goblom View Post
This should fix it.
    
wget https://www.mr511.de/software/libelf-0.8.13.tar.gz
tar -zxvf libelf-0.8.13.tar.gz
cd libelf-0.8.13
./configure
make -j4 && make install
cd ..


Then Re-run
    toolchain-sudo.sh


further more, its Ubuntu 10.10,
Could this be a bug in ubuntu or what?

---------- Post added at 08:38 PM ---------- Previous post was at 08:34 PM ----------

Originally posted by Goblom View Post
you should do a wiki instead. its much easier.

Projects page don't work but it looks good.

---------- Post added at 11:35 PM ---------- Previous post was at 11:19 PM ----------



yes you do. unless you can some how find a way to install packages without the *Install Package Files* app

---------- Post added at 11:35 PM ---------- Previous post was at 11:35 PM ----------



No Hacking NGD... :p

Cant skip it ether,

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.
linux@ubuntu:~/ps3toolchain$ cd $PS3DEV
bash: cd: /usr/local/ps3dev: No such file or directory
linux@ubuntu:~/ps3toolchain$ git clone git://github.com/Darkhacker/DeadRSX.git
Initialized empty Git repository in /home/linux/ps3toolchain/DeadRSX/.git/
remote: Counting objects: 58, done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 58 (delta 13), reused 0 (delta 0)
Receiving objects: 100% (58/5Cool Man (aka Tustin), 269.91 KiB | 374 KiB/s, done.
Resolving deltas: 100% (13/13), done.
linux@ubuntu:~/ps3toolchain$ cd DeadRSX/
linux@ubuntu:~/ps3toolchain/DeadRSX$ make
Makefile:6: /usr/local/ps3dev/psl1ght/Makefile.base: No such file or directory
make: *** No rule to make target `/usr/local/ps3dev/psl1ght/Makefile.base'. Stop.
linux@ubuntu:~/ps3toolchain/DeadRSX$
04-08-2011, 01:50 AM #45
Goblom
Gym leader
Originally posted by XDev View Post
AWww

Still

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.

Got anyother tips?

---------- Post added at 08:34 PM ---------- Previous post was at 08:29 PM ----------



further more, its Ubuntu 10.10,
Could this be a bug in ubuntu or what?

---------- Post added at 08:38 PM ---------- Previous post was at 08:34 PM ----------


Cant skip it ether,

linux@ubuntu:~/ps3toolchain$ ./toolchain.sh
ERROR: Install libelf before continuing.
../depends/check-libelf.sh: Failed.
linux@ubuntu:~/ps3toolchain$ cd $PS3DEV
bash: cd: /usr/local/ps3dev: No such file or directory
linux@ubuntu:~/ps3toolchain$ git clone git://github.com/Darkhacker/DeadRSX.git
Initialized empty Git repository in /home/linux/ps3toolchain/DeadRSX/.git/
remote: Counting objects: 58, done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 58 (delta 13), reused 0 (delta 0)
Receiving objects: 100% (58/5Cool Man (aka Tustin), 269.91 KiB | 374 KiB/s, done.
Resolving deltas: 100% (13/13), done.
linux@ubuntu:~/ps3toolchain$ cd DeadRSX/
linux@ubuntu:~/ps3toolchain/DeadRSX$ make
Makefile:6: /usr/local/ps3dev/psl1ght/Makefile.base: No such file or directory
make: *** No rule to make target `/usr/local/ps3dev/psl1ght/Makefile.base'. Stop.
linux@ubuntu:~/ps3toolchain/DeadRSX$


are you getting mad? (just wondering im not making fun of you)

before i tell you a way that requires only 30 minutes to do. i going to tell you this.
In Terminal type this
    sudo su

Type in your password. (it will not show... its for security reasons)
then retry the toolchain.sh

if it still doesn't work type this in. (BUT ONLY USE IT AS A LAST RESOURT)
Originally posted by another user

    
cd /usr/local
rm -r ps3dev/*
git clone git://github.com/Goblom/ps3dev-Linux.git


This is EXREMELY OUTDATED BUT IT WORK PERFECTLY.
It Is compiled by me.
READ THE READE!!!!
04-08-2011, 01:58 AM #46
XDev
Banned
Originally posted by Goblom View Post
are you getting mad? (just wondering im not making fun of you)

before i tell you a way that requires only 30 minutes to do. i going to tell you this.
In Terminal type this
    sudo su

Type in your password. (it will not show... its for security reasons)
then retry the toolchain.sh

if it still doesn't work type this in. (BUT ONLY USE IT AS A LAST RESOURT)


Yea im ****ing getting pissed,

****ing stupid piece of shit linux never works for shit when u need it to thats why.


I retry this time and now i get
root@ubuntu:~# cd ps3toolchain
root@ubuntu:~/ps3toolchain# ./tolochain.sh
bash: ./tolochain.sh: No such file or directory

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo