代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/105273/6200115
makefile
colilo.s19:
$(OBJCOPY) --input-target=binary --output-target=srec --adjust-vma 0xfff00000 \
$(SOURCE_DIR)/colilo.bin $(SOURCE_DIR)/colilo.s19
www.eeworm.com/read/198615/6313076
makefile
#////////////////////////////////////////////////////////////////////////////////
# Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
#
# Module name:
# Makefile
#
# Description:
#
#
# A
www.eeworm.com/read/481467/6641372
sh make.sh
#!/bin/sh
rm -rf *.elf
rm -rf *.bin
rm -rf thermal.o
arm-elf-gcc -c -mthumb-interwork com1-2.c
arm-elf-ld -T Flash.ld -o com1-2.elf com1-2.o
arm-elf-objcopy -O binary com1-2.elf com1
www.eeworm.com/read/230615/14280647
makefile
uart : head.s main.c init.c s3c2410.h serial.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 -o main.o main.c
arm-li
www.eeworm.com/read/230614/14280662
makefile
timer : head.s main.c init.c s3c2410.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 interrupt.o interrupt.c
arm-linux-gcc -c -
www.eeworm.com/read/357821/10200692
makefile
CROSS = arm-linux-
CC = $(CROSS)gcc
OBJCOPY = $(CROSS)objcopy
CFLAGS = -Wall -O2 -nostdinc -fomit-frame-pointer -fPIC -fno-strict-aliasing -mstructure-size-boundary=8
export CC OBJCOPY CFLAGS
HO
www.eeworm.com/read/396258/8117890
makefile
CROSS = arm-linux-
CC = $(CROSS)gcc
OBJCOPY = $(CROSS)objcopy
CFLAGS = -Wall -O2 -nostdinc -fomit-frame-pointer -fPIC -fno-strict-aliasing -mstructure-size-boundary=8
export CC OBJCOPY CFLAGS
HO
www.eeworm.com/read/427330/1972266
makefile
CROSS = arm-linux-
CC = $(CROSS)gcc
OBJCOPY = $(CROSS)objcopy
CFLAGS = -Wall -O2 -nostdinc -fomit-frame-pointer -fPIC -fno-strict-aliasing -mstructure-size-boundary=8
export CC OBJCOPY CFLAGS
HO
www.eeworm.com/read/149138/12399198
plg avrproject.plg
Build Log
--------------------Configuration: AVRProject - Win32 Debug--------------------
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avr
www.eeworm.com/read/116795/14953379
plg avrproject.plg
Build Log
--------------------Configuration: AVRProject - Win32 Debug--------------------
avr-gcc -c -g -Os -Wall -Wstrict-prototypes -Ic:/code/avr/avr