types incompatible with operator
The operand types specified are not legal for the operation.
For example, a pointer cannot be multiplied by any value.
You may need to type cast the operands to a type compatible with the operator.
This error is identical to CAN0034.