代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/143189/12890187
makefile
mmu : head.s main.c init.c init.h mmu.c mmu.h s3c2410.h serial.h interrupt.c interrupt.h
arm-linux-gcc -c -o head.o head.s
arm-linux-gcc -c -o init.o init.c
arm-linux-gcc -c -o serial.o serial.c
www.eeworm.com/read/315316/13546059
makefile
int : head.s main.c init.c s3c2410.h serial.h interrupt.c interrupt.h
arm-linux-gcc -c -o head.o head.s
arm-linux-gcc -c -o init.o init.c
arm-linux-gcc -c -o serial.o serial.c
arm-linux-gcc -c -
www.eeworm.com/read/151104/5686225
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/148139/5718362
makefile
colilo.s19:
$(OBJCOPY) --input-target=binary --output-target=srec --adjust-vma 0xf0000000 \
$(SOURCE_DIR)/colilo.bin $(SOURCE_DIR)/colilo.s19
www.eeworm.com/read/148139/5718365
makefile
colilo.s19:
$(OBJCOPY) --input-target=binary --output-target=srec --adjust-vma 0xf0000000 \
$(SOURCE_DIR)/colilo.bin $(SOURCE_DIR)/colilo.s19
www.eeworm.com/read/148139/5718369
makefile
colilo.s19: $(SOURCE_DIR)/colilo.bin
$(OBJCOPY) --input-target=binary --output-target=srec --adjust-vma 0xf0000000 \
$< $(SOURCE_DIR)/colilo.s19
www.eeworm.com/read/148139/5718373
makefile
colilo.s19:
$(OBJCOPY) --input-target=binary --output-target=srec --adjust-vma 0xf0000000 \
$(SOURCE_DIR)/colilo.bin $(SOURCE_DIR)/colilo.s19
www.eeworm.com/read/147766/5723167
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/136786/5863960
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/128531/5985785
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel