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:
$ xc32-gcc example.c -mcpu=32AK1216GC41064 -T p32AK1216GC41064.gld -o
example.exe --Wl,--no-isr,--no-ivt,--coresident