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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/05/02 15:20
Read: times


 
#26748 - RE: Build Target problem!!!
Are you compiling for the SMALL model? From the error message, that appears to be the case and you have a 100-byte data object allocated to the default "data" space. If you are using an 8052 derivative, you can try allocating the data object to "idata" space. If you have external RAM, allocate it to "xdata" space while still using the SMALL model, or just use the LARGE model Target option.

List of 5 messages in thread
TopicAuthorDate
Build Target problem!!!            01/01/70 00:00      
RE: Build Target problem!!!            01/01/70 00:00      
RE: Build Target problem!!!            01/01/70 00:00      
RE: Build Target problem!!!            01/01/70 00:00      
RE: Build Target problem!!!            01/01/70 00:00      

Back to Subject List