makefile
来自「使用KD30编译后就可以下载到实验箱中运行了。」· 代码 · 共 25 行
TXT
25 行
#******************************************************************************
# System Name : This program is only for education.
# File Name : makefile(eat insect)
# Contents : Practice 4-B complete this makefile
# Model : OAKS16-LCD Board
# CPU : M16C/60 Serials
# Compiler : NC30WA(V.4.00 Release 2 - Entry)
# OS : NON
# Programer : RENESAS Semiconductor Training Center
# Note : For OAKS16-M30620FCAFP(M16C/62group,16MHz)
#******************************************************************************
E06.X30:startup.r30 main.r30
ln30 startup.r30 main.r30 -G -L nc30lib.lib -MS -T -O E06.x30
startup.r30:target.inc sect.inc
as30 -LSIM -S -T startup.a30
main.r30:main.c sfr62p.h
nc30 -c -g -fB -WUP -WNP -Wmake_tagfile -fER -fFRAM main.c
clean:
-del *.r30
-del *.lst
-del *.map
-del *.x30
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?