Hi
Here is the description and tips for L1108
Linker Messages: L1108: Initializing of Vector <Name> failed because of <Reason>
Description
The linker cannot initialize the named vector because of some target restrictions. Some processors do not imply any restrictions, while others do only allow the
VECTORs to point into a certain address range or have alignment constraints.
Tips
Try to allocate the interrupt function in a special segment and allocate this segment separately.
Please check how did you define the interrupt vectors.
Have a nice day,
Jun Zhang