Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


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

const far support in 8.06

I upgraded Keil C PK51 from 7.1 to 8.06, then my project can't be rebuilt, some functions are missing:
?C?ISTOPTR:
?C?CSTOPTR:
?C?LSTKOPTR:
?C?LSTOPTR:

Where can I find those functions?

I'm using M8051EW Extended Linker, "far" memory type support, Code banking, the banked const data are located in:
HCONST ( B0:0x4000-B0:0xFFFF, B8:0x4000-B8:0xFFFF, B9:0x4000-B9:0xFFFF, BA:0x4000-BA:0xFFFF, BC:0x4000-BC:0xFFFF,BD:0x4000-BD:0xFFFF,BE:0x4000-BE:0xFFFF, BF:0x4000-BF:0xFFFF)