?? makefile
字號:
TOPDIR := $(shell /bin/pwd)export TOPDIRCC=arm-linux-gccLD=arm-linux-ldOBJCOPY=arm-linux-objcopyOBJDUMP=arm-linux-objdumpexport TOP_CFLAGS=-Werror -O2 -Wall -fPIC -mcpu=arm9tdmi -I../include -nostdlibLDFLAGS =-nostdlib -T spi_prepend.lnk -Map spi_prepend.map ASFLAGS =spi_prepend: make -C main $(LD) $(LDFLAGS) -o spi_prepend.elf main/mainrom.o $(OBJCOPY) -j rom --pad-to 0x80014800 -O binary spi_prepend.elf spi_prepend.bin $(OBJDUMP) -D spi_prepend.elf > spi_prepend.dissclean: make clean -C main rm -f $(OBJS) spi_prepend.bin spi_prepend.elf spi_prepend.diss spi_prepend.map
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -