Can't find ps3fb.h

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
RopaMan
Posts: 1
Joined: Wed Jun 25, 2008 12:42 pm
Location: Vancouver

Can't find ps3fb.h

Post by RopaMan »

Hi,

I am new on PS3 programming under Linux. I installed YDL 5.0. I can do SPU Programming in "text mode", but I can't find certain files in order to program the framebuffer. When I compile some examples, I get errors related with PS3_IOCTL_, they are supposed to be defined in a "ps3fb.h" which I don't have...

Any ideas?
ps2devman
Posts: 259
Joined: Mon Oct 09, 2006 3:56 pm

Post by ps2devman »

ps3-linux\include\asm-powerpc\ps3fb.h

to get ps3-linux, first compile git utility if you don't have it already
then

git clone git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git ./ps3-linux

worked last year, dunno if url still ok.
Post Reply