代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/393286/2476533
makefile
#
# Makefile for a ramdisk image
#
BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
ifeq ($(BIG_ENDIAN),1)
OBJCOPY_ARGS := -
www.eeworm.com/read/389879/2532044
makefile
#
# Makefile for a ramdisk image
#
BIG_ENDIAN := $(shell echo -e "\#ifdef __XTENSA_EL__\nint little;\n\#else\nint big;\n\#endif" | $(CC) -E -|grep -c big)
ifeq ($(BIG_ENDIAN),1)
OBJCOPY_ARGS := -
www.eeworm.com/read/113100/15470207
makefile
#
# Makefile for yampp-3
#
# Jesper Hansen 2001-05-22
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LI
www.eeworm.com/read/113100/15470225
makefile
#
# Makefile for yampp-7
#
# Jesper Hansen 2002-07-24
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LI
www.eeworm.com/read/113097/15470259
makefile
#
# Makefile for yampp-3
#
# Jesper Hansen 2001-05-22
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LI
www.eeworm.com/read/113093/15470293
makefile
#
# Makefile for yampp-3
#
# Jesper Hansen 2001-05-22
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LI
www.eeworm.com/read/104417/15694343
makefile
#
# Makefile for yampp-3/USB
#
# Jesper Hansen 2001-05-22
#
# 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/104417/15694368
makefile
#
# Makefile for yampp-3
#
# Jesper Hansen 2001-05-22
#
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LI
www.eeworm.com/read/427172/8970262
makefile
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LIBDIR = $(AVR)\avr\lib
SHELL = $(AVR)\bin\sh.exe
FORMAT = sre
www.eeworm.com/read/427172/8970331
makefile
# Tools and directories
CC = avr-gcc
AS = avr-gcc -x assembler-with-cpp
RM = rm -f
RN = mv
BIN = avr-objcopy
INCDIR = .
LIBDIR = $(AVR)\avr\lib
SHELL = $(AVR)\bin\sh.exe
FORMAT = sre