代码搜索:ARM启动

找到约 10,000 项符合「ARM启动」的源代码

代码结果 10,000
www.eeworm.com/read/236438/14016678

makefile

CC = arm-elf-gcc LD = arm-elf-ld EXEC = keystep OBJS = keyboard.o stepper.o main.o CFLAGS += LDFLAGS += -Wl,-elf2flt all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS_$
www.eeworm.com/read/236438/14016694

makefile

CC = arm-elf-gcc LD = arm-elf-ld EXEC = stepper OBJS = stepper.o CFLAGS += LDFLAGS += -Wl,-elf2flt all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS_$@)) cp $(EXEC) /t
www.eeworm.com/read/236438/14016707

makefile

CC = arm-elf-gcc LD = arm-elf-ld EXEC = ad OBJS = ad.o CFLAGS += LDFLAGS += -Wl,-elf2flt all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS$(LDLIBS_$@)) cp $(EXEC) /tftpboot/ex
www.eeworm.com/read/200892/15420616

makefile

flashloader.bin: flashloader.elf arm-linux-objcopy -O binary $< $@ flashloader.elf: link.lds startup.S arm-linux-gcc -nostdlib -o $@ -Xlinker -T -Xlinker $^ clean: rm -f flashloader.elf flashl
www.eeworm.com/read/200892/15420625

makefile

bootloader.bin: bootloader.elf arm-linux-objcopy -O binary $< $@ bootloader.elf: link.lds startup.S ../bootloader.c ../UART/uart.c ../USB/usbrx.c progflash.c ../Init/init.c arm-linux-gcc -nostdli
www.eeworm.com/read/281650/9144446

makefile~~

all : netdev_emu.lo netdev_dm9k.lo #netdev_cs89.lo netdev_dm9k.lo : dm9000x.c dm9000x.h /usr/local/arm/2.95.3/bin/arm-linux-gcc -I/home/fc/dev/armdev/vivi_net/include -I/usr/local/arm/2.95.3/arm-
www.eeworm.com/read/477944/6726381

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li
www.eeworm.com/read/343165/11967753

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li
www.eeworm.com/read/298756/7939647

h body.h

#ifndef __BODY_H__ #define __BODY_H__ #include "vector.h" # define BODY 0 #define UPPER_BODY 1 #define HEAD 2 #define SHOULDER 3 #define LEFT_ARM 4 #define R
www.eeworm.com/read/329824/12931492

h body.h

#ifndef __BODY_H__ #define __BODY_H__ #include "vector.h" # define BODY 0 #define UPPER_BODY 1 #define HEAD 2 #define SHOULDER 3 #define LEFT_ARM 4 #define R