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
  • A main C function?? Are there any linker errors?
    I had a look at another project that was started after the upgrade and - lo and behold - there is no overlaying. The smaller size of this project makes that not a problem.

    The project where the problem was detected has a ton of linker errors, first data space overflow, the a lot of undefined externs (global data)

    Erik

Reply
  • A main C function?? Are there any linker errors?
    I had a look at another project that was started after the upgrade and - lo and behold - there is no overlaying. The smaller size of this project makes that not a problem.

    The project where the problem was detected has a ton of linker errors, first data space overflow, the a lot of undefined externs (global data)

    Erik

Children