> Thanks again for the pointers, I am using the default linker script, I di= d try > removing the pages and CODEPAGE and SECTION parts for the additional > banks, but then I could not debug the part as it complained about wanting= to > use 0x18xx for some debug entries (sorry I don't remember the message > fully) so I reverted my changes. There is a specific link file to use when debugging, and it reserves space = for the RAM and ROM the debug code uses. It sounds like you have removed th= ese sections from the linker script and that is what the linker is complain= ing about. As another note, it is generally regarded as bad karma to mess with the lin= ker script without knowing just what it is you are doing. There are plenty = of people here who can advise if you are needing to do something special wi= th a linker script. --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .