I'm trying to run the hwtimer_demo.c program included in the directory C:\Freescale\KSDK_1.0.0\demos\hwtimer_demo\src
and I get an error:
\workspace.kds\test\Debug/../Includes/hardware_init.c:69: undefined reference to `DbgConsole_Init'
collect2.exe: error: ld returned 1 exit status
I presume this is an API call, but can't seem to find where it is referenced. Can anyone point me in the right direction?