SPI Communication

I'm having a issue with programming to SPI device.I need to write and read via SPI . But i came up with this error while compiling.
Any one know how to solve this?

Do you have
#include <SPI,h>
at the top of your sketch?
and
SPI.begin();
in setup( ) ?

chameeradp:
I'm having a issue with programming to SPI device.I need to write and read via SPI . But i came up with this error while compiling.
Any one know how to solve this?

Please copy and post your messages as text into your post. We don't need to see a 128 KB screenshot of it.

Thanks sir CrossRoads.