you need to have subversion installed
you have to have spu toolchain installed
warning: This may not work on your linux distro, if so please inform us about your problems
some special requirements:
spu-elf-gcc
libspe2 or higher
svn checkout svn://svn.ps2dev.org/ps3ware/trunk/spu-medialib spu-medialib
cd spu-medialib
make && make install
you should now have spu-medialib installed provided no errors where reported.
Enjoy :)
Install Guideline for spu-medialib pre release
Moderator: unsolo
Install Guideline for spu-medialib pre release
Don't do it alone.
spu-elf-gcc
Hi,
What an exciting development! I am eager to give spu-medialib a shot. I've installed libps3fb and libspe2 on my yellow dog linux 5.02 installation but I'm not sure where to get spu-elf-gcc from. Googling it doesn't seem to yield many hits.
much obliged.
What an exciting development! I am eager to give spu-medialib a shot. I've installed libps3fb and libspe2 on my yellow dog linux 5.02 installation but I'm not sure where to get spu-elf-gcc from. Googling it doesn't seem to yield many hits.
much obliged.
compiling spu-medialib on YDL 5.02
I was having trouble compiling spu_yuvscaler because of spu_print.h errors.
Specifically, errors due to the printintvec and printshortvec functions of the type:
"error: expected declaration specifiers or '...' before 'vector'"
I modified the vector type in both functions by adding 'unsigned' and now spu-medialib compiles.
"static inline void printintvec(char * name,vector unsigned int vi)"
Specifically, errors due to the printintvec and printshortvec functions of the type:
"error: expected declaration specifiers or '...' before 'vector'"
I modified the vector type in both functions by adding 'unsigned' and now spu-medialib compiles.
"static inline void printintvec(char * name,vector unsigned int vi)"
spu_print.h
There is still an error:
spu_utils/spu_print.h:55: error: expected identifier or '(' before '<<' token
spu_utils/spu_print.h:55: error: expected identifier or '(' before '<<' token