compiler limit: string exceeds 'length' bytes in length
A string constant exceeded the current limit on the length of strings.
You may want to split the static string into two (or more) variables and use strcpy to join the result as part of the declaration or during run time.