Package Details: ps3-psl1ght 20241020-2

Git Clone URL: https://aur.archlinux.org/ps3-psl1ght.git (read-only, click to copy)
Package Base: ps3-psl1ght
Description: PSL1GHT lightweight PS3 GameOS SDK
Upstream URL: https://github.com/ps3dev
Licenses: MIT
Submitter: disc-kuraudo
Maintainer: disc-kuraudo
Last Packager: disc-kuraudo
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-07 18:19 (UTC)
Last Updated: 2025-05-05 06:06 (UTC)

Latest Comments

disc-kuraudo commented on 2025-05-04 23:09 (UTC)

The parts compiled with ps3-ppu-gcc build fine, it's the system gcc 15.1 that now got updated that breaks the compilation of tools like ps3load, will look into workarounds soon.

claunia commented on 2025-05-04 22:43 (UTC)

Doesn't build properly with ps3-ppu-gcc 15:

/home/claunia/.cache/pikaur/build/ps3-psl1ght/src/PSL1GHT/tools/ps3load/source/main.c:68:16: error: cannot use keyword ‘false’ as enumeration constant
   68 | typedef enum { false, true } bool;
      |                ^~~~~
/home/claunia/.cache/pikaur/build/ps3-psl1ght/src/PSL1GHT/tools/ps3load/source/main.c:68:16: note: ‘false’ is a keyword with ‘-std=c23’ onwards
/home/claunia/.cache/pikaur/build/ps3-psl1ght/src/PSL1GHT/tools/ps3load/source/main.c:68:30: error: expected ‘;’, identifier or ‘(’ before ‘bool’
   68 | typedef enum { false, true } bool;
      |                              ^~~~
/home/claunia/.cache/pikaur/build/ps3-psl1ght/src/PSL1GHT/tools/ps3load/source/main.c:68:30: warning: useless type name in empty declaration