代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/340665/3266041
d b-badloc.d
#source: b-twoinsn.s
#source: b-badloc.s
#source: b-post1.s
#source: b-goodmain.s
#ld: --oformat binary
#objcopy_linked_file:
#error: invalid mmo file: .* lop_loc
www.eeworm.com/read/447738/1695157
d b-badquot.d
#source: b-twoinsn.s
#source: b-badquot.s
#source: b-post1.s
#source: b-goodmain.s
#ld: --oformat binary
#objcopy_linked_file:
#error: invalid mmo file: .* lop_quote
www.eeworm.com/read/447738/1695217
d b-badfixo.d
#source: b-twoinsn.s
#source: b-badfixo.s
#source: b-post1.s
#source: b-goodmain.s
#ld: --oformat binary
#objcopy_linked_file:
#error: invalid mmo file: .* lop_fixo
www.eeworm.com/read/447738/1695266
d b-badloc.d
#source: b-twoinsn.s
#source: b-badloc.s
#source: b-post1.s
#source: b-goodmain.s
#ld: --oformat binary
#objcopy_linked_file:
#error: invalid mmo file: .* lop_loc
www.eeworm.com/read/113098/15470247
makefile
#
# Makefile for yampp-3/U test
#
# Jesper Hansen 2001-07-01
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR
www.eeworm.com/read/102427/10246160
makefile
include ../config.mk
DEFINES=-DAVR_OSC_FREQ=$(AVR_OSC_FREQ)
INCLUDES=-I../irda
OBJS=irmem.o
%.o: %.c
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c $<
%.hex: %
$(OBJCOPY) -O ihex $< $@
all: irmem.he
www.eeworm.com/read/460079/7257964
makefile
# for making arm code Rob Chapman Apr 1, 04
NAME = test io
CC = arm-elf-gcc
LD = arm-elf-ld -v
AR = arm-elf-ar
AS = arm-elf-as
CP = arm-elf-objcopy
.SUFFIXES
www.eeworm.com/read/137068/13346869
makefile
# version:
VERSION = 1
# command define
COMPILER = /usr/local/bin/arm-elf-gcc
ASSEMBLER = /usr/local/bin/arm-elf-as
LINKER = /usr/local/bin/arm-elf-ld
OBJCOPY = /usr/local/bin/arm-elf-objc
www.eeworm.com/read/473587/1398224
bat dbgpostbuild.bat
copy bin\debug\p1.elf bin\debug\old.elf
"c:\Program Files\GNUARM\bin\arm-elf-objcopy.exe" bin\debug\p1.elf -O ihex bin\debug\p1.hex
www.eeworm.com/read/473587/1398241
bat dbgpostbuild.bat
copy bin\debug\p1.elf bin\debug\old.elf
"c:\Program Files\GNUARM\bin\arm-elf-objcopy.exe" bin\debug\p1.elf -O ihex bin\debug\p1.hex