I am getting an error that I assume is related to the code in a single program being too long. The error text is likely based on some internal renumbering because it does not match the numbering of my code.
The error text is:
“Program code larger than 2000 in line 850”
I assume it is there to tell a person at what point to cut the code but without the correct line numbers it is confusing.
It would make sense to compile the whole program but generate an error indicating that the program cannot fit in the program slot on the device.