Hi I have a double *ptr which I use as an array.
I am trying to send the address of the ptr to another sub processor.
But I can only send 32 bits to the other processor.So its giving me an error
makes pointer of type integer without a cast.
When I cast it it gives me a bus error.
I am using CELL BE simulator.Any suggestions????