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
Note that there are two linkers available for use with C51; viz, BL51 and LX51. See: http://www.keil.com/c51/selector.asp
I think it's only LX51 that has the facility to remove uncalled functions...?
The alternative, of course, is to not have functions that you don't use!
or
/* ...
*/