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.
Hi, I m using PK51 professional kit V9.59 & 71M6543G (5Kb RAM, 128 KB Flash) Microcontroller.
When I m building my code, I m getting following errors.
1. ERROR L107 Address Space Overflow. 2. ERROR L118 Reference Made to Erroneous External Symbol 3. ERROR L105 Public Refers to Ignored Segment Symbol
Settings in Keil compiler are, in Target Window, Memory Model Large Variable in XDATA CODE ROMM size Large 64KB Off-Chip XDATA Memory Start Address SIZE RAM 0x0C28 0x07D8
Does anybody know more about this?
Thanks In Advance. Nitin
Well, the product documentation is always a good place to start:
http://www.keil.com/support/man/docs/bl51/bl51_l107.htm http://www.keil.com/support/man/docs/lx51/lx51_l107.htm
What more do you want to know?
What is unclear about:
ERROR L107 Address Space Overflow.
You know what "overflow" means? And the complete error message would also have told you which address space has overflowed, and what segment caused it.
Given that first error, the other 2 probably are a direct result - so, as always, address the first error and that will also fix the others.
Sorry - that should say, "... will most likely also fix the others."