代码搜索:objcopy

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

代码结果 940
www.eeworm.com/read/327092/6345981

html 0340-0341.html

Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/430874/8720584

makefile

# # $Id: Makefile,v 1.1 1998/04/27 12:22:30 tom Exp $ # TARGET = libserial.a ASFLAGS += -m68hc11 --print-insn-syntax -ahls=$*.lst -D --gstabs libserial.a : serial.o $(AR) cr $@ $^ DEVC_PREFIX =
www.eeworm.com/read/419152/10883846

makefile2

CC = mipsel-ecoff-gcc AS = mipsel-ecoff-as LD = mipsel-ecoff-ld OBJDUMP = mipsel-ecoff-objdump OBJCOPY = mipsel-ecoff-objcopy DD = dd CC-FLAGS = -c -x assembler-with-cpp -EL -fno-pic LD-FLAG
www.eeworm.com/read/419152/10883482

makefile

CC =mipsel-ecoff-gcc LD =mipsel-ecoff-ld OBJDUMP =mipsel-ecoff-objdump OBJCOPY =mipsel-ecoff-objcopy DD = dd CC-FLAGS = -EL -mno-abicalls -fno-pic -g CC-FLAGS-ASM = -c -x assembler-with-cpp
www.eeworm.com/read/377394/9278317

makefile

# chapter2/1/Makefile # # Author: Wenbo Yang # # This file is part of the source code of book "Write Your Own OS with Free # and Open Source Software". Homepage @
www.eeworm.com/read/462841/7194503

cmd convert_bin_hex.cmd

arm-elf-objcopy -I binary -O ihex main.bin main.hex
www.eeworm.com/read/443045/7638959

makefile

# $Id: Makefile,v 1.19 2005/10/30 19:44:38 simimeie Exp $ # Makefile for the ntp-led-clock project CC = avr-gcc OBJDUMP = avr-objdump OBJCOPY = avr-objcopy UISP = uisp INCDIR = . # There are
www.eeworm.com/read/147766/5722500

readme

To extract the kernel vmlinux, System.map or .config from the zImage binary: objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz objcopy -j .kernel:System.map -O binary zImage System.map.gz objco
www.eeworm.com/read/128531/5985052

readme

To extract the kernel vmlinux, System.map or .config from the zImage binary: objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz objcopy -j .kernel:System.map -O binary zImage System.map.gz objco
www.eeworm.com/read/170239/5406090

make 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)-