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.

c6runapp-cc sourcefile name mangling

the c6runapp--cc script, if anyone has noticed, mangles the names of the source files.  

What's not acceptable is that it loses the path information, so you have to run the c6runapp--cc script in the directory of the source file you're compiling.  

If I tell it to compile ./src/foo.c -o /dsp/foo.o then it should.  It doesn't, currently (4.02).  

 Please, TI fix this!

  • Current release doesn't show this issue (I think it was probably fixed at the same time as this one). 

    You should follow these instructions to upgrade the version in your SDK package and then check if you still have the problem. Latest release is 0.98.03.03.

    Regards, Daniel

     

    PS. command I used to check was 'c6runapp-cc -c ./src/test.c -o ../testing.o' and this generated the .o file as I expected, where I expected, without having to be in the same path as the source file.