Other Parts Discussed in Thread: HALCOGEN
I'm trying to include the SafeTI library in a project but I get an undefined symbols error when including sl_types.h, sl_api.h, sl_priv.h:
Error:
undefined first referenced
symbol in file
--------- ----------------
StackModeABT ./source/sl_asm_api.obj
StackModeFIQ ./source/sl_asm_api.obj
StackModeIRQ ./source/sl_asm_api.obj
StackModeSVC ./source/sl_asm_api.obj
StackModeSYS ./source/sl_asm_api.obj
StackModeUND ./source/sl_asm_api.obj
I tried following the instruction from an earlier posting which advised to add a call to SL_Init_StackPointers(); in the HL_sys_startup.c function but this didn't really solve the problem.
Any help would be appreciated.