Dear All, I have to append new feature to an existing project using msc121xwhen i tried to add a new char variable and compiled it shows... Address space Overflow space :xdata segment: Finally Target not created ... How to solve this problem, Any settings has to changed ?? Thanks in Advance ..
No way i can reduce the code.. If you change the memory model to small and manage the variable locations explicitly you can reduce the code size quite a lot. Nonetheless, if the error you get is as you specified: Address space Overflow space :xdata segment: The overflow is NOT in the code space but in the XDATA space. Jon