Skip to content

wargio/ps3sdk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ps3sdk on docker

ps3toolchain + psl1ght v2 in one docker image

To build the ps3dev sdk i used docker psl1ght/psl1ght

Libraries included

How to build SDK base:

git clone --single-branch --branch base --depth=1 https://github.com/wargio/ps3sdk-docker.git
docker build --rm . -t ps3sdk:base

How to build SDK complete:

git clone --single-branch --branch master --depth=1 https://github.com/wargio/ps3sdk-docker.git
docker build --rm . -t ps3sdk:complete

Issues with libiberty.a being x86_x64

I had to rebuild the libiberty.a because it was x86_x64 instead of powerpc64.

Both SDK contains the correct version of it.

About

ps3toolchain + psl1ght v2 in one docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published