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.

understanding c6000 compiler

hi

I wrote simple program where

i was writing simple c code

char *fConfigName = "/home/anshul/workspace_v5_1/resizer/configFile";

but when i look through debugger, i get only "/home/ansh" in my pointer;

not getting where the hell my whole string gone.

Please for peoples kind information i dont have lot of expirience with dsp.

but that thing work in user space programming in C.

thanks

Anshul