Linking Error from ivors0 and ivors1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linking Error from ivors0 and ivors1

1,549 Views
ignatiusmichael
Contributor II

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

Labels (1)
0 Kudos
1 Reply

1,358 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, these symbols are usually defined in the linker command file (.lcf)

0 Kudos