代码搜索:objcopy

找到约 940 项符合「objcopy」的源代码

代码结果 940
www.eeworm.com/read/477944/6726393

makefile

objs := head.o init.o leds.o mmu.bin : $(objs) arm-linux-ld -Tmmu.lds -o mmu_elf $^ arm-linux-objcopy -O binary -S mmu_elf $@ arm-linux-objdump -D -m arm mmu_elf > mmu.dis %.o:%.c arm-linux-gcc
www.eeworm.com/read/343165/11967607

makefile

objs := head.o init.o nand.o main.o nand.bin : $(objs) arm-linux-ld -Tnand.lds -o nand_elf $^ arm-linux-objcopy -O binary -S nand_elf $@ arm-linux-objdump -D -m arm nand_elf > nand.dis %.o:%.c
www.eeworm.com/read/343165/11967708

makefile

objs := head.o init.o interrupt.o main.o timer.bin: $(objs) arm-linux-ld -Ttimer.lds -o timer_elf $^ arm-linux-objcopy -O binary -S timer_elf $@ arm-linux-objdump -D -m arm timer_elf > timer.dis
www.eeworm.com/read/343165/11967764

makefile

objs := head.o init.o serial.o main.o uart.bin: $(objs) arm-linux-ld -Tuart.lds -o uart_elf $^ arm-linux-objcopy -O binary -S uart_elf $@ arm-linux-objdump -D -m arm uart_elf > uart.dis %.o:%.c
www.eeworm.com/read/343165/11967785

makefile

objs := head.o init.o leds.o mmu.bin : $(objs) arm-linux-ld -Tmmu.lds -o mmu_elf $^ arm-linux-objcopy -O binary -S mmu_elf $@ arm-linux-objdump -D -m arm mmu_elf > mmu.dis %.o:%.c arm-linux-gcc
www.eeworm.com/read/230609/14280799

makefile

nand : head.s main.c init.c arm-linux-gcc -c -o head.o head.s arm-linux-gcc -c -o init.o init.c arm-linux-gcc -c -o main.o main.c arm-linux-ld -Tnand.lds head.o init.o main.o -o nand_tmp.o arm-
www.eeworm.com/read/230604/14280826

makefile

leds : head.S main.c arm-linux-gcc -c -o head.o head.S arm-linux-gcc -c -o main.o main.c arm-linux-ld -Ttest.lds head.o main.o -o leds_tmp.o arm-linux-objcopy -O binary -S leds_tmp.o leds arm-l
www.eeworm.com/read/159715/5582114

cfg target.cfg

# # $Id: target.cfg.in,v 1.5 2003/11/24 10:34:05 ralf Exp $ # # Target specific settings. # CFLAGS = -mtune=pentiumpro -O4 CPPFLAGS = LDFLAGS = LIBS = CC = i386-rtems-gcc --pipe AS = i386-rtems-a
www.eeworm.com/read/239309/4602680

makefile

# This is a make file that builds the library for # kernel/user/lib/malloc # # CC = gcc AR = ar CFLAGS = -nostdinc -fno-strict-aliasing -fno-builtin -Wall -Werror -g OBJCOPY = objcopy INCLUDES = -
www.eeworm.com/read/239309/4602687

makefile

# This is a make file that builds the library for # kernel/user/lib/stdio # # CC = gcc AR = ar CFLAGS = -nostdinc -fno-strict-aliasing -fno-builtin -Wall -Werror -g OBJCOPY = objcopy INCLUDES = -I