test.mak
来自「用DSPtms2407实现电力系统数据采集的程序」· MAK 代码 · 共 40 行
MAK
40 行
/************* 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]
test.cmd 4
[Project Root]
C:\tic2xx\myprojects\2407gjj
[build options]
3
Linker = "-c -m test.map -o test.out -x "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -mr -asw -x0 -iC:\tic2xx\myprojects\2407gjj "
[source files]
TEST.c 1120545666 1
vector.asm 1120544778 1
..\rts2xx.lib 1018499796 1
lf2407regs.h 1073979786 0
-31644
[dependencies]
1 3:1 23290
0 -802
0 -802
0 -802
[version]
2.0
*/
-c -m test.map -o test.out -x
"vector.obj"
"TEST.obj"
"..\rts2xx.lib"
"test.cmd"
/******** End of Project Data Generated by Code Composer ********/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?