Page 1 of 1

where is spu_timing

PostPosted: 01 Nov 2009, 17:06
by willyfoobar
Hello,

I successfully installed CellSDK-3.1 on ydl 6.2
It was a hard job.


I am able to compile spu and ppu code.

BUT I have the next PROBLEM:
I tried to generate a spu_timing information.
It should work by calling something like:

SPU_TIMING=1 make sdot_spu.s

after some warnings (notes) there is shown this error message!:

/bin/bash: /opt/cell/sdk/usr/bin/spu_timing: No such file or directory
make: *** [sdot_spu.s] Error 127

in directory /opt/cell/sdk/usr/bin there are only
the installed binaries in these directories

benchmarks
demos
examples
my
samples
tutorial

$find /op/cell -name \*timing\*
shows no spu_timing sbinary.

Where is the spu_timing tool?
Do I have to compile it.

Yours,
Willy

SOLVED: Re: where is spu_timing

PostPosted: 07 Nov 2009, 20:37
by willyfoobar
Hello,

I solved the problem by performing another times
/opt/cell/cellsdk -y --iso <ISODIR> -a -o install

Then there are failing some packages at the end.

Copying the last yum command line
and splitting it to some separated lines
made it possible to install most of the missing packages.
Some packages still failed at installation.
These have to be skipped.

Ciao,
Willy