Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/23/04 14:46
Read: times


 
#65358 - ADDRESS SPACE OVERFLOW PROBLEM
The following error appears in relation to the data segment when compiling.

ERROR L107: ADDRESS SPACE OVERFLOW

Data segment is above the 128 byte maximum.

In particular the following lines of code are causing the problem

mmr_addr = strtoul((char *)EP2FIFOBUF + ptr, (char**) &nextStr, 16);
nbytes = unaligned + strtoul((char *)nextStr + 1, 0, 16);

Any chance of placing these lines of code in pdata or xdata?
Is it possible to put an entire funtion in xdata.?
Any suggestions on how to solve this problem?
Is it possible to increase the data segment size? Probably Not!

Kind Regards
Kevin


List of 3 messages in thread
TopicAuthorDate
ADDRESS SPACE OVERFLOW PROBLEM            01/01/70 00:00      
   RE: ADDRESS SPACE OVERFLOW PROBLEM            01/01/70 00:00      
   RE: ADDRESS SPACE OVERFLOW PROBLEM            01/01/70 00:00      

Back to Subject List