This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with (some) C6Run examples

I am trying to compile the C6Run examples. I have been following this guide: http://processors.wiki.ti.com/index.php/Getting_Started_With_C6Run_On_Beagleboard

It looks like the hello world example compiles fine, but I get errors for the other examples when I do "make examples". The errors look like this:

/home/martin/beagleboard/c6run/C6Run_0_98_03_03/bin/c6runlib-ar rcs --C6Run:replace_malloc bench_dsp.lib dsp_lib/distance.o "/tmp/091732CzI8U", line 19: fatal error #10004: unrecognized file: "dsp_lib/distance.sym_refs.txt"

I get similar errors when I do "make tests":

/home/martin/beagleboard/c6run/C6Run_0_98_03_03/bin/c6runlib-ar rcs malloc_test_dsp.lib dsp_lib/malloc_test.o "/tmp/1237428qhxw", line 19: fatal error #10004: unrecognized file: "dsp_lib/malloc_test.sym_refs.txt"

Any help would be appreciated.