#include "DSK6713.h"
#include "DSK6713_AIC23.h" // codec support
#include "math.h"
#include "fft.h" // definition of FFT( ) procedure
#include <std.h> // must go first, before other .h files
#include <clk.h>
#include <log.h>
#include <time.h>
// redundant, but just in case:
#include "stdint.h"
#include "stddef.h"
#include "stdio.h"
#include "sts.h"
#include "swi.h"
#include "trc.h"
#include "rtdx.h"
#include "tsk.h"
#include "sem.h"
interrupt void c_int11(void) // ISR
{
clock_start = CLK_getltime(); // error: CLK_getltime( ) undefined
This happens in CCStudio versions 3.1 and 3.3