flash.mak

来自「在TI的C6000系列高速DSP下实现对FLAH芯片的读写」· MAK 代码 · 共 57 行

MAK
57
字号
/************* 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]
lnk1.cmd 12

[Project Root]
P:\ywz1\c6x\flash1

[options]
Linker = "-ar -cr -m map.map -o Flash.out -x "
Assembler = "-cglsx "
Compiler = "-gk -as -mu -mv6200 -frP:\ywz1\c6x\flash1 "

[source files]
..\..\lib\Dev6x.lib 0 1
main.c 1006824660 1
GLO_INIT.c 1006823368 1
..\..\lib\rts6201.lib 0 1
e:\c6x\include\intr.h 0 0
e:\c6x\include\timer.h 0 0
glodef.h 1006170334 0
e:\c6x\include\dma.h 0 0
e:\c6x\include\mcbsp.h 0 0
regs.h 0 0
e:\c6x\include\emif.h 0 0
flash.c 0 1
32043

[dependencies]
 0 -802
 5 4:2 5:3 6:4 7:5 8:6 11193
 7 9:1 4:2 5:3 10:4 7:5 8:6 6:7 7217
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-ar -cr -m map.map -o Flash.out -x
"flash.obj"
"GLO_INIT.obj"
"main.obj"
"..\..\lib\rts6201.lib"
"..\..\lib\Dev6x.lib"
"lnk1.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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