We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a program written for a Philips P87C668 and it compiles fine with an old (1993) Franklin compiler. I don't have access to the compiler so I'm trying to get it to compile on Keil. All but 3-routines are written in C. Well, I got it to compile, but the linker throws up all over the place. For 3 of the 7-files that make up my program I get error L107: ADDRESS SPACE OVERFLOW I've tried different memory models to no avail. Where do you suggest I look for the problem?
Where do you suggest I look for the problem?
defaults
The default (or the code or whatever) used to be that overlaying happened with the defaults. With the later versions, with defaults, there is no overlaying (at least not using commandline. If you do not have optimization at 2 (or higher) there is no variable overlay.
Erik