We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Now I compile my program and counter one error.which is: ERROR L107:ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT:_DATA_GROUP_ LENGTH: 006EH I can compile it if I select the memory model of compact or large,but the small model will counter above linker error.and in my project has the datap.c file and hasn't _DATA_GROUP_ SEGMENT,could you tell me the possible reason about it and how can I resolve it?thanks