代码搜索:ARM-linux
找到约 1,166 项符合「ARM-linux」的源代码
代码结果 1,166
www.eeworm.com/read/258622/11849789
makefile
EXEC =main
OBJS =main.o
SRC =main.c
IS_ARM = y
DEBUG = n
ifeq ($(DEBUG), y)
DEBUGFLAG = -DTXX_VIEW_DEBUG -o -g
else
DEBUGFLAG = -o2 -Wall
endif
ifeq ($(IS_ARM), y)
CC = arm-linux
www.eeworm.com/read/471347/1431536
makefile_03
CC=gcc
#CC=/up-techpxa270/arm-linux-tools/gcc-3.4.6-glibc-2.3.6/arm-linux/bin/arm-linux-gcc
CFLAGS= -Wall -O -g
EXEC=myprog
COMPILE=$(CC) $(CFLAGS) -c
SOURCES := $(wildcard *.c *.cc)
OBJS := $(patsub
www.eeworm.com/read/249964/4444071
po command_scheduler_item.po
command_scheduler_item.o command_scheduler_item.o: \
command_scheduler_item.cc ../config.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/torrent/exceptions.h \
/opt/crosstool/arm-l
www.eeworm.com/read/249964/4444115
po element_tracker_list.po
element_tracker_list.o element_tracker_list.o: element_tracker_list.cc \
../../config.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/torrent/exceptions.h \
/opt/crosstool/arm-linu
www.eeworm.com/read/249964/4444116
po element_log_complete.po
element_log_complete.o element_log_complete.o: element_log_complete.cc \
../../config.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/torrent/exceptions.h \
/opt/crosstool/arm-linu
www.eeworm.com/read/249964/4444119
po element_transfer_list.po
element_transfer_list.o element_transfer_list.o: \
element_transfer_list.cc ../../config.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/torrent/exceptions.h \
/opt/crosstool/arm-l
www.eeworm.com/read/243142/4532380
po printf.po
printf.o printf.o: printf.c ../../include/blob/config.h \
../../include/blob/types.h ../../include/blob/util.h \
../../include/blob/serial.h \
/usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/in
www.eeworm.com/read/277636/4153356
makefile
CROSS_COMPILE=arm-linux-
CC=$(CROSS_COMPILE)gcc
CPP=$(CC) -E
LD=$(CROSS_COMPILE)ld
AS=$(CROSS_COMPILE)as
KERNEL_SOURCE=/usr/src/arm-linux/arm-linux-2.4.19
INCLUDES=-I$(KERNEL_SOURCE)/include
MOD
www.eeworm.com/read/371304/9556790
cmd .serial.o.cmd
cmd_/home/akaedu/fourth/serial/teacher/serial.o := arm-linux-gcc -Wp,-MD,/home/akaedu/fourth/serial/teacher/.serial.o.d -nostdinc -isystem /opt/crosstool/gcc-4.0.2-glibc-2.3.6/arm-linux/lib/gcc/arm-l
www.eeworm.com/read/164163/10124516
makefile
KERNELDIR = /skiff/local/arm-linux/include
CGFLAGS = -I$(KERNELDIR) -O2 -O -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -mshort-load-bytes -msoft-floa