sample.mak

来自「CCS2.2 C5000.rar」· MAK 代码 · 共 37 行

MAK
37
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
EVM54X.CMD 3

[Project Root]
C:\TI\SPECDIG\EXAMPLES\C54X\SAMPLE

[options]
Linker = "-c -m SAMPLE.MAP -o SAMPLE.out -x "
Assembler = "-s "
Compiler = "-g -mx -as -frC:\TI\SPECDIG\EXAMPLES\C54X\SAMPLE -v548   "

[source files]
MEMINIT.C 0 1
SAMPLE.C 0 1
..\..\..\..\..\C54XCGT\RTS.LIB 0 1
11568

[dependencies]
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -m SAMPLE.MAP -o SAMPLE.out -x
"SAMPLE.obj"
"MEMINIT.obj"
"..\..\..\..\..\C54XCGT\RTS.LIB"
"EVM54X.CMD"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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