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

RTX with code banking

Compilation to C8051F124 device using code banking and RTX full generate the error
linking...
*** ERROR L127: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?B_RESTORE_BANK MODULE: U:\Bin\RTXCONF.obj (?RTX?CONFIGURATION)
*** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: ?B_RESTORE_BANK MODULE: U:\Bin\RTXCONF.obj (?RTX?CONFIGURATION) ADDRESS: 10013FEH

The file RTXCONF.A51 (release 7.10 from 7-JAN-2004) contains the lines
EXTRN CODE (?B_RESTORE_BANK)
?RTX_SWITCHBANK:
; Entry in L51_BANK that restores an old bank
JMP ?B_RESTORE_BANK

B_RESTORE_BANK does not appear in any other line or file.