howtocdb.pjt

来自「dsp开发的应用」· PJT 代码 · 共 41 行

PJT
41
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="howtoCDB"
ProjectDir="E:\howtoCDB\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="howto.cdb"
Source="main.c"
Source="howtoCDB.cmd"

[Generated Files]
Source="howtocfg.s62"
Source="howtocfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -fr"e:\howtoCDB\Debug" -d"_DEBUG" -mv6200

["Compiler" Settings: "Release"]
Options=-o3 -fr"e:\howtoCDB\Release" -mv6400

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-ar -cr -m".\Debug\howtoCDB.map" -o".\Debug\howtoCDB.out" -w -x

["Linker" Settings: "Release"]
Options=-c -m".\Release\howtoCDB.map" -o".\Release\howtoCDB.out" -w -x

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?