代码搜索:objcopy

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

代码结果 940
www.eeworm.com/read/143595/12856923

linux-icc7-p4 exp.linux-icc7-p4

. /opt/intel/compiler70/ia32/bin/iccvars.sh export HTKCF='-DNDEBUG -DOSS_AUDIO -O3 -ip -xW -tpp7 ' export HTKLF='-xW -L/usr/X11R6/lib' export HTKCC='icc' export Arch=LINUX export Objcopy="echo" expor
www.eeworm.com/read/143595/12856931

linux_icc exp.linux_icc

export HTKCF='-DNDEBUG -DOSS_AUDIO -O3 -ip -tpp6 ' export HTKLF='-L/usr/X11R6/lib' export HTKCC='icc' export Arch=linux export Objcopy="echo" export PRILF='-x' export CPU=linux export SHRLF='-shared'
www.eeworm.com/read/140274/13091444

makefile

MAKE := make #MAKE := make --no-print-directory INCLUDEDIR := $(shell pwd)/include TOPDIR := $(shell pwd) CROSSCOMPILE := arm-linux- #CFLAGS := -Wall -Wstrict-prototypes -ffreestanding -c CFLAGS
www.eeworm.com/read/139347/13160253

makefile

#CROSS_COMPILE= /opt/Embedix/tools/bin/sh3-linux- CROSS_COMPILE= sh4-linux- CC =$(CROSS_COMPILE)gcc -I. LD =$(CROSS_COMPILE)ld OBJCOPY=$(CROSS_COMPILE)objcopy boot.b: first.bin second.bin cat first
www.eeworm.com/read/139347/13160255

sav makefile.sav

CROSS_COMPILE= sh3-linux- CC =$(CROSS_COMPILE)gcc -I. LD =$(CROSS_COMPILE)ld OBJCOPY=$(CROSS_COMPILE)objcopy boot.b: first.bin second.bin cat first.bin second.bin >boot.b first.bin: first.exe $(O
www.eeworm.com/read/147766/5723522

makefile

# # This dir holds all of the images for PPC machines. # Tom Rini January 2001 include $(TOPDIR)/Rules.make vmlinux.gz: $(TOPDIR)/vmlinux $(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
www.eeworm.com/read/147331/5730593

in makefile.in

srcdir = . OBJROOT = SRCROOT = SHELL = /bin/sh # # this is for code to support embedded testing # SUPPORT=support.o # # to add a new test, put it's name here, and list the objects # required too. T
www.eeworm.com/read/128531/5986212

makefile

# # This dir holds all of the images for PPC machines. # Tom Rini January 2001 include $(TOPDIR)/Rules.make vmlinux.gz: $(TOPDIR)/vmlinux $(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
www.eeworm.com/read/127781/5997257

makefile

# # This dir holds all of the images for PPC machines. # Tom Rini January 2001 include $(TOPDIR)/Rules.make vmlinux.gz: $(TOPDIR)/vmlinux $(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
www.eeworm.com/read/110034/6168775

makefile

# This is far from simple, but I couldn't think of a good name. This is # for making the 'zImage' or 'zImage.initrd' on a number of targets. # # Author: Tom Rini # # Copyright 2001