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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/08/04 10:38
Read: times


 
#68165 - RE: WARNING DATA SPACE MEMORY OVERLAP
Responding to: ???'s previous message
Amazing Amazing Amazing.

Alkhadher Albarkani it sounds like you are just getting your project to assemble and link and you are down to the last error. Overlap such as you describe is likely that you have put data variables with hard coded addresses at the 0x20-0x2F address range and have then also placed bit variables with hard coded addresses in the same area.

Do note that even though your project time is short you are not yet nearly finished if you have just got things to assemble and link. You have the whole debugging phase to go through too. Few programs written and compiled will work right off when placed into the microcontroller program memory.

Michael Karas


List of 20 messages in thread
TopicAuthorDate
WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
      RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
         RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
            So the solution is ?            01/01/70 00:00      
               2000 lines            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
   RE: WARNING DATA SPACE MEMORY OVERLAP            01/01/70 00:00      
      bible time            01/01/70 00:00      
         RE: bible time            01/01/70 00:00      
            RE: bible time            01/01/70 00:00      
               RE: thanks erik            01/01/70 00:00      
   REG BANK 0            01/01/70 00:00      
      RE: REG BANK 0            01/01/70 00:00      
         RE: REG BANK 0            01/01/70 00:00      
   program size reduced with "DSEG AT 32H"            01/01/70 00:00      
      Use the MAP file!!            01/01/70 00:00      
         RE: i couldn`t find this map file            01/01/70 00:00      
            Map File = Linker Listing File            01/01/70 00:00      

Back to Subject List