Hi,

 

I'm wanting to generate the .asm listing files from my codec engine
compiled app. I have added the -k option in the right place (I think),
but I cannot see the .asm files anywhere. I am also using CCStudio and
they drop out fine there. I want to switch it on for my CE app to make
sure all my optimisations are still in place.

 

In the config.bld file, I have specified the -k option.....

 

 

var C64P = xdc.useModule('ti.targets.C64P');

C64P.platform       = "ti.platforms.evmDM6446";

C64P.ccOpts.prefix += " -k --no_compress --mem_model:data=far
--disable:sploop " + remarks;

 

This is being passed to the compiler - see cmd line...

 

C:/mvcyg4.0/home/Ben_White/dvevm_1_10/cg6x_6_0_3/bin/cl6x -c  -qq
-pdsw225 -k --no_compress -fr"C:/Debug" --mem_model:data=far
--disable:sploop  -pden -pds=681 -pds=452 -pds=195  -eo.o64P -ea.s64P
-mv64p  -Dxdc_target__='<ti/targets/std.h>' .........

 

This is a Windows build, because I am using CCStudio for the
optimisation.

 

Thanks for the help.

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to