?? tools.make
字號:
#
# Generic tools used by all make files:
# Names are derived from the TARGET variable
# assumed to be established in the make file that
# includes this.
#
NM = $(TARGET)-nm
AR = $(TARGET)-ar
LD = $(TARGET)-ld
ASM = $(TARGET)-as
CC = $(TARGET)-gcc
OBJCOPY = $(TARGET)-objcopy
OBJDUMP = $(TARGET)-objdump
LIBGCC = $(TOOLDIR)/lib/gcc-lib/$(TARGET)/2.8.1/libgcc.a
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -