Linking Error from ivors0 and ivors1

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Linking Error from ivors0 and ivors1

2,113 次查看
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

标签 (1)
0 项奖励
回复
1 回复

1,922 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复