mainapplication.pjt

来自「《DSP集成开发环境-CCS及DSP/BIOS的原理与应用》」· PJT 代码 · 共 42 行

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

[Project Settings]
ProjectName="mainapplication"
ProjectDir="C:\ti\tutorial\sim54xx\maxminmath\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\..\c5400\cgtools\lib\rts.lib"
Source="anothertestapp.c"
Source="Debug\maxminlibrary.lib"
Source="testapp.c"
Source="mainapplication.cmd"

["Compiler" Settings: "Debug"]
Options=-g -as -fr"C:\ti\tutorial\sim54xx\maxminmath\Debug"

["Compiler" Settings: "Release"]
Options=-as -fr"C:\ti\tutorial\sim54xx\maxminmath\Release"

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

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

["Linker" Settings: "Debug"]
Options=-c -heap0x400 -o".\Debug\mainapplication.out" -stack0x400 -x

["Linker" Settings: "Release"]
Options=-c -heap0x400 -o".\Release\mainapplication.out" -stack0x400 -x

["anothertestapp.c" Settings: "Debug"]
ExcludeFromBuild=true

⌨️ 快捷键说明

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