Hi,
I have a Static Library project. There are 2 interrupt subroutines in it. When I link my "main" project and the library, it doesn't work properly. I've found that there are not interrupt vectors for my library interrupts in an area 0xff80...0xffff. Yet vectors to interrups of a "main" project are there, ok.
Library interrupt subroutines (ISR hooks) are compiled (see them in listings of library), but I cannot find them in .MAP file of linked project.
How can I make Linker to include my library ISR and corresponding vectors in an output file?
Thanks!