real-ld.exe : undefined reference to `sys_enableIsrSource'

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

real-ld.exe : undefined reference to `sys_enableIsrSource'

598 Views
bvg
NXP Employee
NXP Employee

Hello * ,

Can someone help me with this issue? 

bvg_0-1660631982308.png

Inside of Includes section from project I already included sys_init.h. Inside of this header file exists sys_enableIsrSource api but the file is not visible for Linker and I don't know how to fix it.

bvg_1-1660632235728.png

 

Thank You!

 

0 Kudos
2 Replies

593 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

probably stupid question - is in your main.c file included sys_init.h (#include "sys_init.h") ? Looks that the path is known, but sys_init.h is not visible for main.c 

0 Kudos

585 Views
bvg
NXP Employee
NXP Employee

Yes, it is !

bvg_0-1660662397388.png

 

0 Kudos