代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/383504/2616248
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616347
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616367
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY = $(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the el
www.eeworm.com/read/383504/2616386
makefilehc12
include ../includeMakefileHC12
INCLUDES_COMMON_68HC12 = ../include/hc12
MEMORY_X = ../include/hc12/board/arch
OBJCOPY=$(DEVC_PREFIX)objcopy
# Options to creates the .s19 or .b files from the e
www.eeworm.com/read/257304/11934409
mak 44btest.mak
# 44btest Makefile
# This is a generated file-do not edit
# Wednesday, January 15, 2003 11:48:41
CC = arm-elf-gcc
CXX = arm-elf-g++
OBJCOPY = arm-elf-objcopy
AR = arm-elf-ar
LD = arm
www.eeworm.com/read/125390/14495762
mak 44btest.mak
# 44btest Makefile
# This is a generated file-do not edit
# Thursday, February 27, 2003 12:56:59
CC = arm-elf-gcc
CXX = arm-elf-g++
OBJCOPY = arm-elf-objcopy
AR = arm-elf-ar
LD = arm
www.eeworm.com/read/339676/3296222
mak clcd.mak
# clcd Makefile
# This is a generated file-do not edit
# Tuesday, November 16, 2004 14:04:18
CC = arm-elf-gcc
CXX = arm-elf-g++
OBJCOPY = arm-elf-objcopy
AR = arm-elf-ar
LD = arm-elf
www.eeworm.com/read/286080/4042597
mak 44btest.mak
# 44btest Makefile
# This is a generated file-do not edit
# Wednesday, January 15, 2003 11:48:41
CC = arm-elf-gcc
CXX = arm-elf-g++
OBJCOPY = arm-elf-objcopy
AR = arm-elf-ar
LD = arm
www.eeworm.com/read/230605/14280819
makefile
link:link.s
arm-linux-gcc -c -o link.o link.s
# arm-linux-ld -Ttext 0x00000000 link.o -o link_tmp.o
arm-linux-ld -Ttext 0x30000000 link.o -o link_tmp.o
arm-linux-objcopy -O binary -S link_tmp.
www.eeworm.com/read/281650/9144352
makefile
CROSS=/opt/host/armv4l/bin/armv4l-unknown-linux-
HOST_CC=gcc
CC=$(CROSS)gcc
LD=$(CROSS)ld
NM=$(CROSS)nm
OBJCOPY=$(CROSS)objcopy
VIVI_CONFIG = ../.config
TARGET = skeleton
ifneq ($(wildcard $(VIVI