Search found 3 matches

by exbutterfly
Tue May 13, 2008 8:36 pm
Forum: PS3 Linux Development
Topic: SPU compilation stand-alone program troubles
Replies: 6
Views: 5120

I think i found the origin of the problem. But I have no solution. In the installation of the RPM package elfspe with yum, an error had occured : /usr/bin/elfspe-register: line 6: /proc/sys/fs/binfmt_misc/register: No such file or directory error: %post(elfspe...
by exbutterfly
Tue May 13, 2008 11:48 am
Forum: PS3 Linux Development
Topic: SPU compilation stand-alone program troubles
Replies: 6
Views: 5120

Hi Radamantis.

Thanks for your answer.

Can you tell me the normal minimal content of environment variables LD_LIBRARY_PATH or others variables implied in the linking.

Maybe, it is an error in the config file of ld ?
by exbutterfly
Mon May 12, 2008 10:52 pm
Forum: PS3 Linux Development
Topic: SPU compilation stand-alone program troubles
Replies: 6
Views: 5120

SPU compilation stand-alone program troubles

Hi, I have some troubles in order to compile a simple stand-alone program for SPU. I work on Yellow Dog Linux YDL 6.0 for PS3. All compilators are installed and updated. This is the code of the "Hello World" program I would to test if the installation is complete : #include <stdio.h> int m...