User Tools

Site Tools


public:wikiblog:15-07-2025-compiling-irisman-ps3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
public:wikiblog:15-07-2025-compiling-irisman-ps3 [2025/07/15 12:30] mdukatpublic:wikiblog:15-07-2025-compiling-irisman-ps3 [2025/07/15 12:59] (current) mdukat
Line 83: Line 83:
 cd IRISMAN cd IRISMAN
 make pkg make pkg
-cd .. 
 </code> </code>
 +
 +And yet still fail in the end. Compilation throws errors about missing libs (mainly ps3soundlib being included from ''$PS3DEV/portlibs/ppu/include'' and not ''$PS3DEV/portlibs/ppu/include/soundlib''), PIC register clobbered (https://github.com/aldostools/IRISMAN/issues/11), and finally a problem with linking the binary file. I tried manually patching everything, but I found myself stuck at linker situation. As Aldo says in issue linked, he uses SDK from Estwald which is focused on Windows platform. That might be the source of differences in compiler/linker stuff, and I don't want to build another environment just to compile single app.
public/wikiblog/15-07-2025-compiling-irisman-ps3.txt · Last modified: 2025/07/15 12:59 by mdukat