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.

re-direct generated files from command line on ccsv4

Hi,

On ccsv4 command line, I want to re-direct the generated files such as *.cdb, *.h55, *.s55, *.cmd  to non-default directory, it looks that those files are generated on the same directory as makefile, for example, if makefile is at project/Debug/, those generated files will be at Debug/, if I move makefile to project/  (makefile is modified accordingly to reflect the directory change), those generated files will be at project/. I have tried "--temp_directory", it doesn't help. Basically, I want to put makefile at project/, the generated files go to Debug/, is it achievable ?

Thanks,

Yuhua

 

 

  • Yuhua,

    The files generated as part of a DSP/BIOS build (.cdb, .cmd, .hxx, .sxx) are always generated in the project configuration folder, \Debug or \Release.  Currently there is no way to control where they are generated.  I believe we have a request filed for this.  We will look for the tracking #.

    Regards,

    John

     

     

     

  • Thanks, John,

    Is it topic (http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/34285/260451.aspx#260451) ? It doesn't mention *.cdb, *.h55, *.s55, *.cmd, then i asked a question, but nobody answered, so I created this post.

    I have a temporary workaround for putting *.cdb, *.h55, *.s55, *.cmd in other directory, basically, create a batch file which moves the files to the desired directory and call the batch file from "Post-build step".

    Yuhua

  • FYI, the tracking number for the request to allow users to control where the BIOS generated files are located is SDSCM00037363.