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.

C6run and file IO calls

Hi

I am using c6runapp to run code on a c6747 (with omap137). I have run a few of our projects successfully using this method.

Now I have an executable that uses file IO calls like fopen() to pass data to the DSP. I have successfully compiled and run the example code (cio_example) that does this. However, when I build and run my project, fopen is failing as it returns NULL. Furthermore, the errno is 0 indicating no failure.

The files are quite large (WAV files).

Am I doing something wrong? Any help appreciated, thanks.