Sombat Tragoongoson
Member
Hello,
hope this will help.
i find the PS3SDKV2 open sources.
they are very good sound library.
but they are for Game's OS.
i don't find any for Linux.
so then, i modify the original sources to linux.
It works for me. But it is not optimized as the original.
See the README files,
what i do to have the developing tools.
if you use red ribbon, it will be easy and convinient.
For another linux kits,
you need the gcc version that supports "PIE".
Newer gcc, such as 8, 9, they are not supported by default.
i cannot find the PIE patch for those yet.
for my Gentoo(build in Jan 2020),
i use gcc-9.3(not support PIE) for building the software system.
and gcc-5.5.0 and yellow dog spu tools to develop the IBM cell.
hope this will help.
i find the PS3SDKV2 open sources.
they are very good sound library.
but they are for Game's OS.
i don't find any for Linux.
so then, i modify the original sources to linux.
It works for me. But it is not optimized as the original.
See the README files,
what i do to have the developing tools.
if you use red ribbon, it will be easy and convinient.
For another linux kits,
you need the gcc version that supports "PIE".
Newer gcc, such as 8, 9, they are not supported by default.
i cannot find the PIE patch for those yet.
for my Gentoo(build in Jan 2020),
i use gcc-9.3(not support PIE) for building the software system.
and gcc-5.5.0 and yellow dog spu tools to develop the IBM cell.