代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/285541/8832342
makefile
PRG = LED_MATRIX1
OBJ = LED_MATRIX1.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
www.eeworm.com/read/285541/8832384
makefile
PRG = LED_MATRIX2
OBJ = LED_MATRIX2.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below h
www.eeworm.com/read/285541/8832421
makefile
PRG = LED_MATRIX
OBJ = LED_MATRIX.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below her
www.eeworm.com/read/285537/8832611
makefile
PRG = KEY2
OBJ = KEY2.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/426941/8990577
makefile
PRG = yinyue
OBJ = yinyue.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below here.
C
www.eeworm.com/read/426936/8990805
makefile
PRG =usart3_step_lcd
OBJ =usart3_step_lcd.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything b
www.eeworm.com/read/162070/10342209
makefile
PRG = main
OBJ = main.o \
MCU_TARGET = atmega8
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below here.
www.eeworm.com/read/417787/10975861
makefile
CROSS = arm-elf-
#CROSS = arm-linux-
CC = $(CROSS)gcc
AS = $(CROSS)as
AR = $(CROSS)ar
LD = $(CROSS)ld
NM = $(CROSS)nm
RM = rm
OBJCOPY = $(CROSS)objcopy
BIN2C = ./tools/bin2c
www.eeworm.com/read/417787/10975886
makefile~
CROSS = arm-elf-
#CROSS = arm-linux-
CC = $(CROSS)gcc
AS = $(CROSS)as
AR = $(CROSS)ar
LD = $(CROSS)ld
NM = $(CROSS)nm
RM = rm
OBJCOPY = $(CROSS)objcopy
BIN2C = ./tools/bin2c
www.eeworm.com/read/417785/10975964
makefile
CROSS = arm-elf-
#CROSS = arm-linux-
CC = $(CROSS)gcc
AS = $(CROSS)as
AR = $(CROSS)ar
LD = $(CROSS)ld
NM = $(CROSS)nm
RM = rm
OBJCOPY = $(CROSS)objcopy
BIN2C = ./tools/bin2c