makefile
来自「用于TM1300/PNX1300系列DSP(主要用于视频处理)的jtag接口程序」· 代码 · 共 17 行
TXT
17 行
#***************************************************************#
#***************************************************************#
# Makefile for generating target side application jtag.out #
# for use with the jtag.exe example program. #
# User needs to set the TCS path #
# e.g TCS = c:/TriMedia #
#***************************************************************#
#***************************************************************#
CC = $(TCS)/bin/tmcc
jtag.out :
$(CC) -host nohost -o jtag.out jtag.c
clean :
rm *.out
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?