Hi,
I'd like to assemble command for invoking cl6x compiler (I'm using TMS320C6x C/C++ Compiler v6.1.11) for creation of preprocessed files, but with customization of output pp file name and its location.
I've tried, amongst others, scheme like this:
cl6x <-D macros> --gcc -g <-I include lists> --display_error_number -pdsr14 -pdsr770 -pdsw225 -pc -mv6740 --preinclude=<some header> --preproc_only <C-source filename>
However, the pp file is created in the same directory as the C-source file. I'd like to have an option to change both the location and name of the created preprocessed source file. I've tried the --pp_output_file but the compiler says it doesn't recognize it.
It might be sufficient for me to be able just to specify the target directory and alternative extension for the output pp file.
Any help will be appreciated,
Thanks in advance,
Wojciech Migda