Develop for PlayStation 3 Linux

前端 未结 4 1399
Happy的楠姐
Happy的楠姐 2021-01-30 14:57

I\'m interested in developing software for Sony PlayStation 3 consoles which contains a multi-core Cell processor, targeting any PS3-compatible Linux distributi

4条回答
  •  渐次进展
    2021-01-30 15:51

    You may want to try Offload C++ from Codeplay Software. It provides an extended dialect of C++ easing development of software on multicore hardware like the Cell processor.

    A cross compiler toolchain allows compilation of code for the PS3 on Windows, which can be useful given the resource constraints (e.g. system memory) on a PS3 console running Linux, which can impact compile times and make the use of a PS3 as a desktop awkward.

    Versions of the Offload C++ compiler and tools are available targeting the PS3 GameOS and Linux on Cell with the Cell BE SDK. The Cell Linux version integrates with the Eclipse CDT for an IDE.

    Disclaimer: I am a developer at Codeplay.

提交回复
热议问题