I'm working on a Cell processor, and I'm trying to create a structure that will contain spe_context_ptr_t , which will be used in the thread to start the spe context, and will also contain a pointer to something else that will be passed to the spu context from the stream (currently I I'm trying to just make it a general pointer, but in fact it will be a pointer to another structure that I defined). When I try to compile, I get the following error:
spu/../common.h:38: error: expected specifier-qualifier-list before 'spe_context_ptr_t'
c ++ c pointers struct
Paul Wicks Mar 03 '09 at 21:04 2009-03-03 21:04
source share