floatingpointc.pjt

来自「CHP 3 - Real-Time Digital Signal Process」· PJT 代码 · 共 36 行

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

[Project Settings]
ProjectName="floatingPointC"
ProjectDir="C:\C55xDSP\ch03_2ed\experiments\exp3.6.5_funcAppro\1_floatingPointC\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="src\fcos.c"
Source="funcAppro.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -o2 -fr"C:\C55xDSP\ch03_2ed\experiments\exp3.6.5_funcAppro\1_floatingPointC\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"C:\C55xDSP\ch03_2ed\experiments\exp3.6.5_funcAppro\1_floatingPointC\Release"

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

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

["Linker" Settings: "Debug"]
Options=-q -c -o".\Debug\floatingPointC.out" -x -l"rts55.lib"

["Linker" Settings: "Release"]
Options=-q -c -o".\Release\floatingPointC.out" -x

⌨️ 快捷键说明

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