[FATAL]
During preprocessing, the maximum length for a number has been reached. Actually this length is limited to 8192 characters.
#define MyNum 12345......8193 // 8193 characters
Probably there is a typing error or the number is just too big.