代码搜索:aRM

找到约 10,000 项符合「aRM」的源代码

代码结果 10,000
www.eeworm.com/read/330348/12900282

makefile

CC = arm-linux-g++ STRIP = arm-linux-strip EXEC = hello SRC = hello.cpp CFLAGS = -static -Wno-deprecated all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(CFLAGS) -o $(EXEC) $(SRC) $(STRIP) $(EXEC) clean: rm
www.eeworm.com/read/330348/12900328

makefile

CC = arm-linux-gcc STRIP = arm-linux-strip EXEC = tcp_client SRC = tcp_client.c all: $(EXEC) $(EXEC): $(OBJS) $(CC) -o $(EXEC) $(SRC) $(STRIP) $(EXEC) clean: rm -f $(EXEC)
www.eeworm.com/read/330348/12900371

makefile

CC = arm-linux-gcc STRIP = arm-linux-strip EXEC = sd_card SRC = sd_card.c all: $(EXEC) $(EXEC): $(OBJS) $(CC) -o $(EXEC) $(SRC) $(STRIP) $(EXEC) clean: rm -f $(EXEC)
www.eeworm.com/read/327253/13090630

makefile

.SUFFIXES : .x .o .c .s BUILD_ROOT=/usr/local/arm_tools lib1=${BUILD_ROOT}/lib/gcc-lib/arm-elf/3.0 lib=${BUILD_ROOT}/arm-elf/lib #include=${BUILD_ROOT}/newlib/include include=${BUILD_ROOT}/arm-elf/i
www.eeworm.com/read/241061/13172274

cmd .built-in.o.cmd

cmd_drivers/i2c/busses/built-in.o := /usr/local/arm/3.3.2/bin/arm-linux-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-s3c2410.o
www.eeworm.com/read/317645/13500336

map wtx801.map

Archive member included because of file (symbol) libflash.a(flash.o) UserFunc.o (AP_Read_Flash) libflash.a(debug.o) libflash.a(flash.o) (Delay_10us) libmemory.a(share_memory
www.eeworm.com/read/315316/13546059

makefile

int : head.s main.c init.c s3c2410.h serial.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 serial.o serial.c arm-linux-gcc -c -
www.eeworm.com/read/238533/13877813

makefile

EXEC = zlg_fs.ko OBJS = zlg_fs.o SRC = zlg_fs.c INCLUDE = /zylinux/kernelzmy/include USEINC =. CC = arm-linux-gcc LD = arm-linux-ld MODCFLAGS = -O2 -I$(INCLUDE) -I$(USEINC) -march=armv4t -c
www.eeworm.com/read/152661/5672203

changelog

2000-11-28 Drew Moseley * misc/redboot_RAM.cfg: Implement CYGSEM_REDBOOT_BSP_SYSCALLS. * misc/redboot_ROM.cfg: Ditto. * src/assabet_misc.c (assabet_program_new_stack): New
www.eeworm.com/read/152661/5672239

changelog

2000-11-28 Drew Moseley * misc/redboot_RAM.cfg: Implement CYGSEM_REDBOOT_BSP_SYSCALLS. * misc/redboot_ROM.cfg: Ditto. * src/brutus_misc.c (brutus_program_new_stack): New f