math.pjt

来自「dsp实验」· PJT 代码 · 共 36 行

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

[Project Settings]
ProjectDir="D:\next project\tmpPrj\3.1.5 math\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="src\math.c"
Source="math.cmd"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -d"_DEBUG" -mv6400

["Compiler" Settings: "Release"]
Options=-o3 -fr"$(Proj_dir)\Release" -mv6400

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

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

["math.cmd" Settings: "Debug"]
LinkOrder=1

["math.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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