代码搜索:objcopy

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

代码结果 940
www.eeworm.com/read/254994/12108427

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/254992/12108696

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/254990/12108836

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/254989/12108910

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/254987/12109640

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/254986/12109753

makefile

OBJCOPY=objcopy all: sos_qemu.img -include ../.mkvars # The image is the simple concatenation of the boot sector and the kernel # It may be use in bochs or on a real floppy, but NOT in qemu (see be
www.eeworm.com/read/191838/8420292

bat build.bat

msp430-gcc -mmcu=msp430x149 -Wl,--section-start -Wl,.ROMpar=0xb400 -o %1 -O %1.c -ggdb msp430-objdump -DS %1.exe > %1.a43 msp430-objcopy -O ihex %1.exe %1.hex
www.eeworm.com/read/188501/8535965

bat build.bat

msp430-gcc -mmcu=msp430x149 -Wl,--section-start -Wl,.ROMpar=0xb400 -o %1 -O %1.c -ggdb msp430-objdump -DS %1.exe > %1.a43 msp430-objcopy -O ihex %1.exe %1.hex
www.eeworm.com/read/378233/9239918

makefile

CC = arm-linux-gcc LD = arm-linux-ld AR = arm-linux-ar OBJCOPY = arm-linux-objcopy OBJDUMP = arm-linux-objdump INCLUDEDIR := $(shell pwd)/include CFLAGS := -Wall -O2 CPPFLAGS :=
www.eeworm.com/read/377394/9278238

makefile

# chapter3/2/Makefile # # Author: Wenbo Yang # # This file is part of the source code of book "Write Your Own OS with Free # and Open Source Software". Homepage @