Hi,
I'm a newbie to the TI processors/DSP and am really struggling. I have got my Virtual Ubuntu up and running, with serial port and NFS and can run the helloworld app!
Now I'm branching out a bit, and want to feed some data to a codec and see what it produces and am struggling to find anywhere to start. Within my helloworld.c file I now have CERuntime_Init() and CERuntime_Exit(). It took a while to set up the include paths to get these right, and then the xdc_target_types__ #define as well. But it now compiles, only to fail at the link stage because it can't find CERuntime_Init/Exit in the library.
Which library to I need to include? I'm currently just compiling it with the arm-none-linux-gnueabi-gcc tool - is this correct?
It has taken me too long to get here - any chance someone can send me in the right direction?
Cheers,
Simon