EDIT: Wrong Forum SORRY!!!
Hellow all.
I am new with linux and programming so I was searching on-line and came across this, http://www.ibm.com/developerworks/power ... inuxps3-1/, and after writing it I went to compile it using spu-gcc. I get the following error:
[root@localhost Simple Program]# spu-gcc spe_distance.c -o spe_distance
spe_distance.c: In function 'main':
spe_distance.c:30: error: 'tag' undeclared (first use in this function)
spe_distance.c:30: error: (Each undeclared identifier is reported only once
spe_distance.c:30: error: for each function it appears in.)
I don't even know what that means but I am thinking it is not able to find the header file. I did some searching on it and that example program uses spu.mfcio.h. I couldn't find it anywhere in the file system. Also, I did install the Cell SDK 3.0 so any help would greatly be appreciated.
Thanks,
Jeremy