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

a problem in using overlayable variables

I have a project which include a source file sub.c. In Sub.c I wrote a lot of subroutines independently with each other. In each subroutin I define several local variables. The variables in these subroutines should be overlayable between different subroutines. But it is not like that. The linker always declares error when the summary of variables in all these subroutines is too large. It seems the variables are not overlayable. But in .lst file, the variables are overlayable.
Pls analyse that for me. Thanks

0