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

overlay and ver 7.xx

I took some old code (saved with the original version) and decided to see what happened if I compiled with 7.xx.

To my surprise I got DATA space overflow.
What I found was that there is no DATA_GROUP shown in the map and all functions have their own private space in DATA and IDATA.

What am I missing?

Erik

PS not uVision but commandline.

Parents Reply Children
  • Perhaps the (default) commandline options have changed, so that you didn't end up enabling overlaying?
    There is nothing in the revision notes and no on line manual for the linker. You do not get new books with an upgrade.

    Have you tried building with uVision to see what command-line options it uses?
    Since I have and had no intention of using uVision (it can't make multibuilds with file substitutions) I must go through an excruciating rebuild of everything together with learning something I am not going to use - so that will be the last resort.

    Erik