Skip to content

humbertodias/ps3dev-sdl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-docker

ps3dev-sdl2

A Docker Image for PS3 Development with sdl2 compiled for powerpc64-ps3-elf

Contains:

How to use

./ps3dev-sdl2 CMD_TO_COMPILE

Sample main.c

./ps3dev-sdl2 make pkg

file main.elf

Output

main.elf: ELF 64-bit MSB executable, 64-bit PowerPC or cisco 7500, Unspecified or Power ELF V1 ABI, version 1 (SYSV), statically linked, with debug_info, not stripped

The main.pkg on RPCS3 image

Note

ppu-gcc : is the compiler for the PowerPC architecture, particularly for the Cell Broadband Engine Architecture (Cell BE), which is used in the PlayStation 3 (PS3) gaming console.