11.9.1 Interrupt-Related Linker Options
The complete set of interrupt-related linker options is described in the table below.
Option | Description |
---|---|
--isr | Create interrupt function for unused vectors (default) and fill unused slots with this function |
--no-isr | Don't create interrupt function for unused vectors and do not fill unused vector slots |
--ivt | Create IVT at the default location (default) |
--no-ivt | Do not create IVT at the default location |
--ivt ADDR | Create IVT at address ADDR |
--ivt NUM:ADDR | Create numbered IVT at address ADDR |
--civt | Create compressed IVT at the default location |
--civt ADDR | Create compressed IVT at address ADDR |
--civt NUM:ADDR | Create numbered, compressed IVT at address
ADDR |