📄 main.mak
字号:
CC = iccavr
CFLAGS = -ID:\PROGRA~1\icc\include\ -e -DATMEGA -DATMega32 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\PROGRA~1\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x8000 -dram_end:0x85f -bdata:0x60.0x85f -dhwstk_size:16 -beeprom:1.1024 -fihx_coff -S2
FILES = motor.o interupts.o init_device.o unit.o main.o
main: $(FILES)
$(CC) -o main $(LFLAGS) @main.lk -lcatmega
motor.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h D:\桌面\avr程序设计\循迹小车/main.h\
D:\桌面\avr程序设计\循迹小车/motor.h
motor.o: D:\桌面\avr程序设计\循迹小车\motor.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序设计\循迹小车\motor.c
interupts.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h\
D:\桌面\avr程序设计\循迹小车/main.h D:\桌面\avr程序设计\循迹小车/motor.h
interupts.o: D:\桌面\avr程序设计\循迹小车\interupts.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序设计\循迹小车\interupts.c
init_device.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h\
D:\桌面\avr程序设计\循迹小车/main.h D:\桌面\avr程序设计\循迹小车/motor.h
init_device.o: D:\桌面\avr程序设计\循迹小车\init_device.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序设计\循迹小车\init_device.c
unit.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h D:\桌面\avr程序设计\循迹小车/main.h\
D:\桌面\avr程序设计\循迹小车/motor.h
unit.o: D:\桌面\avr程序设计\循迹小车\unit.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序设计\循迹小车\unit.c
main.o: D:\桌面\avr程序设计\循迹小车/config.h D:/PROGRA~1/icc/include/iom32v.h D:/PROGRA~1/icc/include/string.h D:/PROGRA~1/icc/include/_const.h D:/PROGRA~1/icc/include/macros.h D:\桌面\avr程序设计\循迹小车/unit.h D:\桌面\avr程序设计\循迹小车/main.h\
D:\桌面\avr程序设计\循迹小车/motor.h
main.o: D:\桌面\avr程序设计\循迹小车\main.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序设计\循迹小车\main.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -