代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/137691/5820978
makefile
# $Id: Makefile,v 1.12 2004/08/17 16:07:15 jwhui Exp $
#
# Bootloader for mica2, mica2dot, and telos platforms
#
# This bootloader is a self-contained executable. Meaning that when
# executed, it wil
www.eeworm.com/read/136786/5863985
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/128531/5985811
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/128447/5990809
mak pkgconf.mak
#===============================================================================
#
# makefile
#
# hal/arm/aeb/misc
#
#============================================================================
www.eeworm.com/read/127781/5996922
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/110034/6168532
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/102935/6227119
makefile
#
# Makefile for rescue code
#
ifndef TOPDIR
TOPDIR = ../../../..
endif
CC = gcc-cris -mlinux -I $(TOPDIR)/include
CFLAGS = -O2
LD = gcc-cris -mlinux -nostdlib
OBJCOPY = objcopy-cris
all: rescue.bin
www.eeworm.com/read/264640/11307814
makefile
# MCU name
# 单片机类型 参考格式是:atmega8 / at90s2313 / attiny15
#MCU = atmega8
MCU_TARGET = atmega8
# Processor frequency.
# 系统时钟频率(Hz),用于生成延时 _delay_us() _delay_ms() 见delay.h
# This will define a s
www.eeworm.com/read/263730/11345600
makefile
# This is the makefile for the WhereAVR tracker.
# Please note that leaving OPTIMIZE at -O2 is critical to operation.
PRG = main
OBJ = Main.o \
ADC.o \
ax25.o
www.eeworm.com/read/157396/11711767
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