Hi,
I am Trying to make my project from single core to multi core, I found some Assembly files from a reference project for Interrupts namely
ivor4_handler0.s
ivor4_handler1.s
ivors0.s
ivors1.s
tools.s
when i include this files in my project and assemble it i get the following linking errors
[elxr] (error #412) unresolved symbols: 2
EXCEPTION_HANDLERS from ivors0.o
EXCEPTION_HANDLERS_P1 from ivors1.o
when i checked the file i found they have been made extern
.extern EXCEPTION_HANDLERS
.extern EXCEPTION_HANDLERS_P1
where are the definitions of these located am i missing a file?
Please Help
ThankYou
Hi, these symbols are usually defined in the linker command file (.lcf)