The hexadecimal literal is too long; literal truncated.
20
Cause . . . . . : The hexadecimal literal is longer than 32760 hexadecimal digits. The literal has been truncated to 32760 hexadecimal digits. A hexadecimal digit can be 0 - 9, a - f or A - F.
Recovery . . . : Specify a correct hexadecimal literal with a length of 32760 hexadecimal digits or less. Compile again.