| View previous topic :: View next topic |
| Author |
Message |
Ribs
Joined: 12 Feb 2008 Posts: 1
|
Posted: Tue Feb 12, 2008 9:13 am Post subject: spu-medialib on YellowDog 6.0 |
|
|
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 |
|
 |
unsolo
Joined: 16 Apr 2007 Posts: 155 Location: OSLO Norway
|
Posted: Sun Feb 24, 2008 9:33 am Post subject: |
|
|
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 |
|
 |
master-crown
Joined: 14 Mar 2008 Posts: 5
|
Posted: Fri Mar 14, 2008 6:27 am Post subject: |
|
|
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 |
|
 |
master-crown
Joined: 14 Mar 2008 Posts: 5
|
Posted: Sat Mar 15, 2008 7:33 am Post subject: |
|
|
| you must edit the config.sub file and change "spur" to "spu" then it works ... |
|
| Back to top |
|
 |
Skatox

Joined: 21 Mar 2008 Posts: 4 Location: Venezuela
|
Posted: Fri Mar 21, 2008 11:05 am Post subject: |
|
|
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 |
|
 |
Skatox

Joined: 21 Mar 2008 Posts: 4 Location: Venezuela
|
Posted: Fri Mar 21, 2008 11:28 am Post subject: |
|
|
Problem solved,, putting the info of libps2.pc on /etc/pkgconfig _________________ Visit my website: http://www.skatox.com |
|
| Back to top |
|
 |
|