Search found 3 matches

by notzed
Wed Jan 16, 2008 4:16 pm
Forum: PS3 Linux Development
Topic: Projects using the cell
Replies: 8
Views: 6730

Definitely install a linux distro - ubuntu is quite decent/easy to get going, but anything modern will do. gnome/kde are more platforms than anything - you can pick and choose what you want to run and you can get the memory footprint down a lot if you do that. Or you could just run no X and log in v...
by notzed
Tue Dec 11, 2007 2:24 pm
Forum: PS3 Development
Topic: Toolchain on PS3?
Replies: 6
Views: 4937

such a friendly place ...

A toolchain is just a chain of tools - for whatever target you're aiming at, including a native target - it isn't necessarily for cross platform development. Besides, the built-in gcc doesn't target the spu does it? So you need the spu toolchain to do anything interesting, and a cell-specific ppu to...
by notzed
Thu Aug 09, 2007 9:38 pm
Forum: PS3 Linux Development
Topic: spu_create() : Function not implemented
Replies: 2
Views: 4150

I still haven't solved the missing stubs-64.h file and thus compiling 64-bit ppu programs. If you haven't got it working already, try adding -I/usr/include/powerpc-linux-gnu to the include path (or add /gnu if it is looking for stubs-64.h rather than gnu/stubs-64.h). As far as i've been able to asc...