I seem to be bumping up against this limit on a regular basis these days, and have been avoiding it by modularizing my application in logical ways.
But I'm getting to the point where the refactoring needed is not obvious, and am actually working around this limit. Is there any way to determine exactly where the limit is being reached? The compiler message refers to two numbers (addresses), for example, "Branch between 42952 and 75725 around line 0 exceeds 32K span". Will any of the logs help me determine where this "Branch" is? What techniques can I use to avoid this barrier? Any suggestions will be helpful. Tracy

