代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/417785/10975988
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/417783/10976071
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/417783/10976099
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/460379/7252389
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/460374/7252578
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/460369/7252611
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/460368/7252641
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/143595/12856974
linux exp.linux
export HTKCF='-ansi -Wall -Wno-uninitialized -Wno-switch -g -O3 -DOSS_AUDIO -DNDEBUG'
export HTKLF='-L/usr/X11R6/lib'
export HTKCC='/usr/local/gcc-3.1.1/bin/gcc'
export Arch=linux
export Objcopy="echo
www.eeworm.com/read/151104/5686238
makefile
#
# Makefile for rescue code
#
ifndef TOPDIR
TOPDIR = ../../../..
HPATH = $(TOPDIR)/include
export HPATH
endif
CC = gcc-cris -mlinux -I $(TOPDIR)/include
CFLAGS = -O2
LD = gcc-cris -mlinux -nostdlib
O
www.eeworm.com/read/147766/5723193
makefile
#
# Makefile for rescue code
#
ifndef TOPDIR
TOPDIR = ../../../..
HPATH = $(TOPDIR)/include
export HPATH
endif
CC = gcc-cris -mlinux -I $(TOPDIR)/include
CFLAGS = -O2
LD = gcc-cris -mlinux -nostdlib
O