Hey guys, why would I get the following errors if i comment out a piece of code? the code is in my main loop.
*** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?PROCESS_TEL?PROCESS LENGTH: 0009H *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: ?DT?_ASC_TO_BCD?MISC LENGTH: 0008H
Thanx :)
Xarion
It's just strange that i would get an overflow if i am removing code, anyway hope someone can help me solve my dilemma
thanx again
When you change your code - adding or removing calls - you will also change the call-tree that the linker builds to try to figure out what parameters and auto variables it can overlay.
View all questions in Keil forum