Hi
Keil v4.14, embOS Trial V3.86e and Jlink:
I am facing a problem using the APIs given for Tracing. I have changed OS_TRACE to 1 in rtos.h and have done required changes, I get the following error:
".\Output\Flash\OBJ\Start_LPC2378.axf: Error: L6218E: Undefined symbol OS_TraceEnableAll (referred from start_ledblink.o)."
When OS_Trace is enabled only the declaration of OS_TraceEnableAll() is done , but it is not declared anywhere. Is the tracing option provided in trial versions?
Best Regards
Keil v4.14, embOS Trial V3.86e and Jlink:
I am facing a problem using the APIs given for Tracing. I have changed OS_TRACE to 1 in rtos.h and have done required changes, I get the following error:
".\Output\Flash\OBJ\Start_LPC2378.axf: Error: L6218E: Undefined symbol OS_TraceEnableAll (referred from start_ledblink.o)."
When OS_Trace is enabled only the declaration of OS_TraceEnableAll() is done , but it is not declared anywhere. Is the tracing option provided in trial versions?
Best Regards
The post was edited 1 time, last by Aadyanth ().