I am using a function from a lib file, and getting the folowing error:
*** ERROR L118: REFERENCE MADE TO ERRONEOUS EXTERNAL SYMBOL: ?_GET_ACCESS_KEY?BYTE MODULE: ..\hex\MaxVecSpeed.obj (MAXVECSPEED) ADDRESS: A99CH
*** ERROR L121: IMPROPER FIXUP MODULE: ..\SEED_KEY_16UC40.LIB (SEED_KEY_LIB) SEGMENT: ?PR?_POWEROF?SEED_KEY_LIB OFFSET: 0038H
I have written the code in C, and I am unaware of any thing related to assembly code.
Can anyone help me in find the root cause of the error and hints on solving the same?