build.pjt
来自「TI 定点函数库:QSIN、QSINLT、QCOS、QCOSLT、QATAN、Q」· PJT 代码 · 共 29 行
PJT
29 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="build"
ProjectDir="C:\tidcs\c28\dsp_tbox\qmath\cstb\qdiv\build\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="..\src\div.c"
Source="c28x.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"C:\tidcs\c28\dsp_tbox\qmath\cstb\qdiv\build\Debug" -i"..\..\..\clib\include" -i"..\include" -i"..\..\..\..\..\stb_lib\include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28
["Compiler" Settings: "Release"]
Options=-q -o3 -fr"C:\tidcs\c28\dsp_tbox\qmath\cstb\qdiv\build\Release" -d"LARGE_MODEL" -ml -v28
["Linker" Settings: "Debug"]
Options=-q -c -m"build.map" -o".\Debug\build.out" -x -i"..\..\..\clib\lib" -i"..\..\..\..\..\stb_lib\lib" -l"rts2800.lib" -l"qmath.lib" -l"stb.lib"
["Linker" Settings: "Release"]
Options=-q -c -o".\Release\build.out" -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?