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
  • Regarding optimization levels:

    What is the default in 7.xx

    Are you sure you should have to know that to solve this puzzle? I certainly assumed your own build procedures would contain their own explicit optimization switches, so it shouldn't matter what the default is. Relying on such fleeting things as optimization level defaults seems would seem like a rather sure recipe for disaster, to me.

Reply
  • Regarding optimization levels:

    What is the default in 7.xx

    Are you sure you should have to know that to solve this puzzle? I certainly assumed your own build procedures would contain their own explicit optimization switches, so it shouldn't matter what the default is. Relying on such fleeting things as optimization level defaults seems would seem like a rather sure recipe for disaster, to me.

Children