代码搜索结果

找到约 10,000 项符合 ARM 的代码

cc_build_debug.log

----------------------------- eeprom.pjt - Debug ----------------------------- [eeprom_test.c] "C:\CCStudio_v3.2\tms470\cgtools\bin\cl470" -g -q -o1 -fr"./Debug/" -i"." -i"../../include/" -i"../../

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 -

makefile

CROSS_COMPILE=arm-linux- #KERNELDIR = /home/wbn/arm2410/kernel/my-kernel/kernel-fpga #INCLUDEDIR = $(KERNELDIR)/include #CFLAGS += -I/usr/local/arm/2.95.3/arm-linux/include CC =$(CROSS_COMPILE)g

makefile

CROSS_COMPILE=arm-linux- #KERNELDIR = /home/wbn/arm2410/kernel/my-kernel/kernel-fpga #INCLUDEDIR = $(KERNELDIR)/include #CFLAGS += -I/usr/local/arm/2.95.3/arm-linux/include CC =$(CROSS_COMPILE)g

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

makefile

EXEC = leds.ko OBJS = magic-leds.o SRC = magic-leds.c INCLUDE = /zylinux/kernel/include USEINC =. CC = arm-linux-gcc LD = arm-linux-ld MODCFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE -I$(INCL

makefile

EXEC = key.ko OBJS = magic-key.o SRC = magic-key.c INCLUDE = /zylinux/kernel/include USEINC =. CC = arm-linux-gcc LD = arm-linux-ld MODCFLAGS = -O2 -Wall -D__KERNEL__ -DMODULE -I$(INCLUDE

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

decode.h

/************************************************************************* Copyright (C) 2002 - 2007 Wei Qin See file COPYING for more information. This program is free software; you can

makefile

CC = /usr/local/arm/3.4.4/bin/arm-linux-gcc #CC = gcc HOSTCC = gcc ####################################################################### KERNELDIR ?= /home/hejian/arm-linux-kernel/linux-2.6.26