Part Number: TMS320C28346
I have a project file as below (.projectspec), when I compile the project in CCS v12 or CCS v20, CCS generates .out and .map files in CCS work space folder.
How can I change it to write these files in the current project folder. For example, assume the project is in the folder "C:/Abc/buck converter (PIL) (C code)", I want the .out file is saved in the folder "C:/Abc/buck converter (PIL) (C code)/RamDebug/".
Tried to load the whole project, it failed.
Thanks,
Jiakai
<projectSpec>
<project name="buck_converter__SimCoder_"
device="TMS320F28035"
cgtVersion="16.9.1.LTS"
launchWizard="False"
linkerCommandFile="">
<configuration name="RamDebug" compilerBuildOptions="--opt_level=off -v28 -ml -mt --diag_warning=225 --diag_suppress=10063 --display_error_number" linkerBuildOptions="--stack_size=0x1B0 -heap=0 --entry_point=code_start" />
<configuration name="RamRelease" compilerBuildOptions="--opt_level=3 -v28 -ml -mt --diag_warning=225 --diag_suppress=10063 --display_error_number" linkerBuildOptions="--stack_size=0x1B0 -heap=0 --entry_point=code_start" />
<configuration name="FlashRelease" compilerBuildOptions="--opt_level=3 -v28 -ml -mt --define=_FLASH --diag_warning=225 --diag_suppress=10063 --display_error_number" linkerBuildOptions="--stack_size=0x1B0 -heap=0 --entry_point=code_start" />
<configuration name="FlashRamRelease" compilerBuildOptions="--opt_level=3 -v28 -ml -mt --define=_FLASH --diag_warning=225 --diag_suppress=10063 --display_error_number" linkerBuildOptions="--stack_size=0x1B0 -heap=0 --entry_point=code_start" />
<file action="link" path="buck_converter__SimCoder_.c" targetDirectory="" />
<file action="link" path="passwords.asm" targetDirectory="" />
<file action="link" path="2803x_IQmath_BootROMsymbols.lib" targetDirectory="" />
<file action="link" path="IQmath.lib" targetDirectory="" />
<file action="link" path="PsBiosRamF03xFixpt.lib" targetDirectory="" applicableConfigurations="RamDebug,RamRelease"/>
<file action="link" path="PsBiosRomF03xFixpt.lib" targetDirectory="" applicableConfigurations="FlashRelease,FlashRamRelease"/>
<file action="link" path="F2803x_Headers_nonBIOS.cmd" targetDirectory="" />
<file action="link" path="F28035_RAM_Lnk.cmd" targetDirectory="" applicableConfigurations="RamDebug,RamRelease" />
<file action="link" path="F28035_FLASH_Lnk.cmd" targetDirectory="" applicableConfigurations="FlashRelease" />
<file action="link" path="F28035_FLASH_RAM_Lnk.cmd" targetDirectory="" applicableConfigurations="FlashRamRelease" />
</project>
</projectSpec>
