9.2.5 --coresident
Co-residency Linking.
Inform the linker that a coresident link is being performed and to omit
the Reset vector from a link. Used with --no-isr
and
--no-ivt
.
Example:
$ xc-dsc-gcc example.c -mcpu=30f6014 -T p30F6014.gld -o
example.exe --Wl,--no-isr,--no-ivt,--coresident