代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/250427/12407032
makefile
###############################################################################
# Makefile for the project 锂电池充电器
###############################################################################
#
www.eeworm.com/read/230598/14280869
makefile
int : head.s main.c init.c s3c2410.h serial.h interrupt.c interrupt.h
arm-linux-gcc -c -o head.o head.s
arm-linux-gcc -c -o init.o init.c
arm-linux-gcc -c -o serial.o serial.c
arm-linux-gcc -c -
www.eeworm.com/read/169681/5416168
arm defs.arm
# defs.arm - ARM specific definitions shared by all toolchains
#
# modification history
# --------------------
# 01a,18dec01,to written
#
# DESCRIPTION
# This file contains ARM specific definitions
www.eeworm.com/read/161121/5557573
makefile
#
# Makefile for parallel port slave drivers
#
O_TARGET := lpslavedrivers.o
obj-y = e100lpslavenet.o e100lpslave_code.o
include $(TOPDIR)/Rules.make
e100lpslave_code.o: e100lpslave.o e100lpslavel
www.eeworm.com/read/474907/6797579
bat make.bat
c:\Progra~1\GNUARM\bin\arm-elf-gcc -c lcd.c
c:\Progra~1\GNUARM\bin\arm-elf-gcc -Tlpc2106-rom.ld -nostartfiles -Wl,-Map=test.map,--cref,-nostdlib -s -o test boot.s test.c lcd.o
c:\Progra~1\GNUARM\bin
www.eeworm.com/read/195237/8167774
makefile
###############################################################################
# Makefile for the project 时钟
###############################################################################
## Ge
www.eeworm.com/read/368429/9696748
bat avrub.bat
@rem auto create by AVRUBD at 2008-4-14 下午 04:03:17
avr-gcc.exe -mmcu=atmega169 -Wall -gdwarf-2 -Os -fsigned-char -MD -MP -c bootldr.c
avr-gcc.exe -mmcu=atmega169 -Wl,-section-start=.text=0x380
www.eeworm.com/read/268164/11150633
bat makebin.bat
@SET PATH=C:\cygnus\SH\gnupro-99r1p1\H-i686-cygwin32\bin
@del a
sh-hms-as -o crt0.o crt0.s -a -as -v > crt0.lst
@pause
sh-hms-gcc -c -v -Wall -g -m2 -O0 main.c
@pause
sh-hms-gcc -c -v -Wall -g
www.eeworm.com/read/135319/13939649
makefile
#################################
# Just for test
#################################
#FlashFlag=AMDFlash
#FLASHTYPE=Flash/AMDFlash
#################################
flashProg_b.txt: flashPro
www.eeworm.com/read/235379/14073049
makefile
PRG = S1D15G10_avr_test
OBJ = S1D15G10_avr_test.o
#MCU_TARGET = atmega8515
#MCU_TARGET = at90s8515
MCU_TARGET = atmega32
#OPTIMIZE = -Os
DEFS