?? 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程序設(shè)計\循跡小車/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程序設(shè)計\循跡小車/unit.h D:\桌面\avr程序設(shè)計\循跡小車/main.h\
D:\桌面\avr程序設(shè)計\循跡小車/motor.h
motor.o: D:\桌面\avr程序設(shè)計\循跡小車\motor.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序設(shè)計\循跡小車\motor.c
interupts.o: D:\桌面\avr程序設(shè)計\循跡小車/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程序設(shè)計\循跡小車/unit.h\
D:\桌面\avr程序設(shè)計\循跡小車/main.h D:\桌面\avr程序設(shè)計\循跡小車/motor.h
interupts.o: D:\桌面\avr程序設(shè)計\循跡小車\interupts.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序設(shè)計\循跡小車\interupts.c
init_device.o: D:\桌面\avr程序設(shè)計\循跡小車/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程序設(shè)計\循跡小車/unit.h\
D:\桌面\avr程序設(shè)計\循跡小車/main.h D:\桌面\avr程序設(shè)計\循跡小車/motor.h
init_device.o: D:\桌面\avr程序設(shè)計\循跡小車\init_device.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序設(shè)計\循跡小車\init_device.c
unit.o: D:\桌面\avr程序設(shè)計\循跡小車/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程序設(shè)計\循跡小車/unit.h D:\桌面\avr程序設(shè)計\循跡小車/main.h\
D:\桌面\avr程序設(shè)計\循跡小車/motor.h
unit.o: D:\桌面\avr程序設(shè)計\循跡小車\unit.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序設(shè)計\循跡小車\unit.c
main.o: D:\桌面\avr程序設(shè)計\循跡小車/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程序設(shè)計\循跡小車/unit.h D:\桌面\avr程序設(shè)計\循跡小車/main.h\
D:\桌面\avr程序設(shè)計\循跡小車/motor.h
main.o: D:\桌面\avr程序設(shè)計\循跡小車\main.c
$(CC) -c $(CFLAGS) D:\桌面\avr程序設(shè)計\循跡小車\main.c
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -