代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/198041/7954407
avrproj_make
#----------------------------------------------------------------------------------
# ARM-GCC standard Makefile
# This makefile is to be used by including it from a project-specific makefile
# whic
www.eeworm.com/read/396494/8102861
makefile
# Project configuration:
OBJS = main.o interface.o tools.o spi.o
ASMS = main.s interface.s tools.s spi.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x000
#Compiler flags
CCFL
www.eeworm.com/read/142740/12923854
makefile
# Project configuration:
OBJS = main.o usb.o
ASMS = main.s usb.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x1C00
#Compiler flags
CCFLAGS = -g -Os -Wall -Wstrict-prototypes
www.eeworm.com/read/142740/12923927
makefile
# Project configuration:
OBJS = main.o usb.o tools.o spi.o
ASMS = main.s usb.s tools.s spi.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x000
#Compiler flags
CCFLAGS = -g -Os
www.eeworm.com/read/142740/12923962
makefile
# Project configuration:
OBJS = main.o interface.o tools.o spi.o
ASMS = main.s interface.s tools.s spi.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x000
#Compiler flags
CCFL
www.eeworm.com/read/147766/5723509
makefile
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
USE_STANDARD_AS_RULE := true
LD_A
www.eeworm.com/read/128531/5986182
makefile
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
USE_STANDARD_AS_RULE := true
LD_A
www.eeworm.com/read/127781/5997243
makefile
# BK Id: SCCS/s.Makefile 1.15 01/11/02 10:46:06 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot
www.eeworm.com/read/110034/6168771
makefile
# BK Id: SCCS/s.Makefile 1.15 01/11/02 10:46:06 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot
www.eeworm.com/read/488668/6483429
makefile
# Project configuration:
OBJS = main.o usb.o
ASMS = main.s usb.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x1C00
#Compiler flags
CCFLAGS = -g -Os -Wall -Wstrict-prototypes