代码搜索:objcopy

找到约 940 项符合「objcopy」的源代码

代码结果 940
www.eeworm.com/read/127781/5996896

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/124989/6034809

makefile-ia64

ARCH:=ia64 MAKEDEPS:= include arch/$(ARCH)/Config include Config CC= ia64-linux-gcc AS= ia64-linux-as LD= ia64-linux-ld SIZE= ia64-linux-size AR= ia64-linux-ar RANLIB= ia64-linux-ranlib OBJCOP
www.eeworm.com/read/110034/6168507

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/105273/6200119

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/105273/6200122

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/105273/6200126

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/105273/6200130

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/102935/6227094

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/230606/6327054

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/250436/12406969

makefile

############################################################################### # Makefile for the project 陀螺仪 ############################################################################### ## G