EQA1519E A real type cannot be cast to a pointer type.

Explanation

This message applies to C type casts. In the example 'float f;', the type cast '(float *) f' is invalid.