forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

spu-medialib on YellowDog 6.0

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    forums.ps2dev.org Forum Index -> spu-medialib
View previous topic :: View next topic  
Author Message
Ribs



Joined: 12 Feb 2008
Posts: 1

PostPosted: Tue Feb 12, 2008 9:13 am    Post subject: spu-medialib on YellowDog 6.0 Reply with quote

Hi,

Been trying to get spu-medialib to install on my YellowDog 6.0 PS3 system. The end goal is to get the xf86 driver working so I can have smooth mythtv playback.

I get fairly far. After replacing autoconf and m4 with the newer versions medialib demands, I now have this problem:
Code:
[ribs@ps3 spu-medialib]$ cd spu
[ribs@ps3 spu]$ ./configure
checking for spu-elf-gcc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Over-riding this with a CC variable gives me this:
Code:
[ribs@ps3 spu]$ CC=/usr/bin/spu-gcc ./configure
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/spu-gcc accepts -g... yes
checking for /usr/bin/spu-gcc option to accept ISO C89... none needed
checking build system type... powerpc64-yellowdog-linux-gnu
checking host system type... Invalid configuration `spu-elf': machine `spu' not recognized
configure: error: /bin/sh ./../config.sub spu-elf failed
[ribs@ps3 spu]$


At a loss of what to do here. I've installed everything I can think of. Anyone else have this problem, or a workaround?
Back to top
View user's profile Send private message
unsolo



Joined: 16 Apr 2007
Posts: 155
Location: OSLO Norway

PostPosted: Sun Feb 24, 2008 9:33 am    Post subject: Reply with quote

check and verify you have spu-elf-gcc and not just spu-gcc on your system and adjust according to that
_________________
Don't do it alone.
Back to top
View user's profile Send private message
master-crown



Joined: 14 Mar 2008
Posts: 5

PostPosted: Fri Mar 14, 2008 6:27 am    Post subject: Reply with quote

Hello Guys,

I got the same problem as above.
I installed ydl 6.0 with all compiler (spu-gcc)
i created a symbolic link in /usr/bin with:
ln /usr/bin/spu-gcc /usr/bin/spu-elf-gcc

but always the message appaers:
checking host system type... Invalid configuration `spu-elf': machine `spu' not recognized

i dont know what ich must to adjust ??
please help me ...
Back to top
View user's profile Send private message
master-crown



Joined: 14 Mar 2008
Posts: 5

PostPosted: Sat Mar 15, 2008 7:33 am    Post subject: Reply with quote

you must edit the config.sub file and change "spur" to "spu" then it works ...
Back to top
View user's profile Send private message
Skatox



Joined: 21 Mar 2008
Posts: 4
Location: Venezuela

PostPosted: Fri Mar 21, 2008 11:05 am    Post subject: Reply with quote

I had the same problem, but after i changed the configu.sub and started the config scrip, i doesnt fin the libspe2 (i've installed a version over 2.2.0)

Code:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBSPE2... configure: error: Package requirements (libspe2 >= 2.2.0) were not met:

No package 'libspe2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBSPE2_CFLAGS
and LIBSPE2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


What can i do?
_________________
Visit my website: http://www.skatox.com
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Skatox



Joined: 21 Mar 2008
Posts: 4
Location: Venezuela

PostPosted: Fri Mar 21, 2008 11:28 am    Post subject: Reply with quote

Problem solved,, putting the info of libps2.pc on /etc/pkgconfig
_________________
Visit my website: http://www.skatox.com
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    forums.ps2dev.org Forum Index -> spu-medialib All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group