代码搜索:objcopy
找到约 940 项符合「objcopy」的源代码
代码结果 940
www.eeworm.com/read/379653/2671255
svn-base makefile.svn-base
CROSS= arm-elf-
CC= $(CROSS)gcc
AS= $(CROSS)as
LD= $(CROSS)ld
OBJCOPY= $(CROSS)objcopy
AR= $(CROSS)ar
STRIP= $(CROSS)strip
SIZE= $(CROSS)size
STRINGS= $(CROSS)strings
READELF= $(CR
www.eeworm.com/read/169457/9860127
mak include.mak
# Common definitions for all makefiles
# Based on the GeekOS makefile, see "COPYING-GEEKOS".
# we only support linux now!
CC := gcc
LD := ld
OBJCOPY := objcopy
CPLUS := g++
# Compiler flags.
CFLAGS
www.eeworm.com/read/239309/4602711
makefile
# This is a make file that builds the library for
# kernel/lib/string
#
#
CC = gcc
AR = ar
CFLAGS = -nostdinc -fno-strict-aliasing -fno-builtin -Wall -Werror -g
OBJCOPY = objcopy
INCLUDES = -I../i
www.eeworm.com/read/239309/4602747
makefile
# This is a make file that builds the library for
# kernel/lib/RNG
#
#
CC = gcc
AR = ar
CFLAGS = -nostdinc -fno-strict-aliasing -fno-builtin -Wall -Werror -g
OBJCOPY = objcopy
INCLUDES = -I../inc
www.eeworm.com/read/105268/15673026
makefile
CROSS = arm-elf-
CC = $(CROSS)gcc
AS = $(CROSS)as
AR = $(CROSS)ar
LD = $(CROSS)ld
NM = $(CROSS)nm
RM = rm
OBJCOPY = $(CROSS)objcopy
ZIP = gzip
CFLAGS = -fno-builtin -nost
www.eeworm.com/read/273612/10908523
makefile
led_on:led_on.s
arm-linux-gcc -g -c -o led_on.o led_on.s
arm-linux-ld -Ttext 0x0000000 -g led_on.o -o led_on_tmp.o
arm-linux-objcopy -O binary -S led_on_tmp.o led_on
clean:
rm -f led_on
rm -f
www.eeworm.com/read/418034/10966988
makefile
led_on.bin : led_on.S
arm-linux-gcc -g -c -o led_on.o led_on.S
arm-linux-ld -Ttext 0x0000000 -g led_on.o -o led_on_elf
arm-linux-objcopy -O binary -S led_on_elf led_on.bin
clean:
rm -f led_on.bi
www.eeworm.com/read/315320/13545968
makefile
led_on:led_on.s
arm-linux-gcc -g -c -o led_on.o led_on.s
arm-linux-ld -Ttext 0x0000000 -g led_on.o -o led_on_tmp.o
arm-linux-objcopy -O binary -S led_on_tmp.o led_on
clean:
rm -f led_on
rm -f
www.eeworm.com/read/477944/6726465
makefile
led_on.bin : led_on.S
arm-linux-gcc -g -c -o led_on.o led_on.S
arm-linux-ld -Ttext 0x0000000 -g led_on.o -o led_on_elf
arm-linux-objcopy -O binary -S led_on_elf led_on.bin
clean:
rm -f led_on.bi
www.eeworm.com/read/343165/11967985
makefile
led_on.bin : led_on.S
arm-linux-gcc -g -c -o led_on.o led_on.S
arm-linux-ld -Ttext 0x0000000 -g led_on.o -o led_on_elf
arm-linux-objcopy -O binary -S led_on_elf led_on.bin
clean:
rm -f led_on.bi