Dear Sirs,
I follow the JN-AN-1186 to inlucde libRecal_JN5169.a, as below:
INCCFLAGS += -I$(COMPONENTS_BASE_DIR)/HardwareApi/Include/
INCCFLAGS += -I$(COMPONENTS_BASE_DIR)/Recal/Include/
LDLIBS += libRecal_${JENNIC_CHIP}.a
Also, I duplicate the file "libRecal_JN516x.a" to as an new file "libRecal_JN5169.a".
However, my project JN-AN-1172 for JN5168 was compiled failed due to "cannot find -llibRecal_JN5169.a".
How to fix this kind of compiling issue?
Thanks!