代码搜索:mdk arm

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

代码结果 10,000
www.eeworm.com/read/444338/7613674

log cc_build_debug.log

---------------------------- norflash.pjt - Debug ---------------------------- [flash_test.c] "C:\CCStudio_v3.2\tms470\cgtools\bin\cl470" -g -q -o1 -fr"./Debug/" -i"." -i"../../include/" -i"../../c
www.eeworm.com/read/434049/7894462

build-utpmc-uclinux

#!/bin/sh # # Please make sure that the following things are OK: # # 1. You have installed the arm-elf-tools already. # 2. Your uClinux distribution has been installed into the directory of '/opt
www.eeworm.com/read/298407/7962570

build-utpmc-uclinux

#!/bin/sh # # Please make sure that the following things are OK: # # 1. You have installed the arm-elf-tools already. # 2. Your uClinux distribution has been installed into the directory of '/opt
www.eeworm.com/read/244517/12858806

dump lab3.o.dump

lab3.o: file format elf32-littlearm Disassembly of section .text: 00000000 : 0: e92d4010 stmdb sp!, {r4, lr} 4: e24dd018 sub sp, sp, #24 ; 0x18 8: e59f30f4 ldr r3, [pc, #f4
www.eeworm.com/read/143189/12890187

makefile

mmu : head.s main.c init.c init.h mmu.c mmu.h 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
www.eeworm.com/read/330348/12900238

makefile

CC = arm-linux-gcc STRIP = arm-linux-strip EXEC = tcp_server SRC = tcp_server.c all: $(EXEC) $(EXEC): $(OBJS) $(CC) -o $(EXEC) $(SRC) $(STRIP) $(EXEC) clean: rm -f $(EXEC)
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