This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to get rid of Warning 6 from BL51?

I have a program that is using the Large memory model. - I compile without errors, but every time I link, I get the Warning 6, telling me that I have Memory Overlap on my memory mapped IO addresses.

Is there anyone who has a tip of how to get rid of this type of warning ? - I get like 33 identical warnings, one for each memory mapped IO location.

Parents Reply Children
  • "No, but I access the memory locations from different modules."

    Sounds like a problem in the way you're defining them, and/or making the external declarations for the other modules.

    Can you post a small example that illustrates the problem?

    "the many warnings ... might make me blind for a more serious warning."

    Very true!