代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/484011/6588883
plo ts_read_raw.plo
ts_read_raw.lo .libs/ts_read_raw.o: ts_read_raw.c ../config.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/../../../../arm-linux/sys-include/stdlib.h \
/home/wbn/ar
www.eeworm.com/read/484011/6588884
plo ts_attach.plo
ts_attach.lo .libs/ts_attach.o: ts_attach.c ../config.h tslib-private.h \
tslib.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/include/stdarg.h \
/home/wbn/arm241
www.eeworm.com/read/484011/6588885
plo ts_read.plo
ts_read.lo .libs/ts_read.o: ts_read.c ../config.h tslib-private.h tslib.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/include/stdarg.h \
/home/wbn/arm2410/tools/us
www.eeworm.com/read/484011/6588886
plo ts_fd.plo
ts_fd.lo .libs/ts_fd.o: ts_fd.c tslib-private.h tslib.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/include/stdarg.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/
www.eeworm.com/read/484011/6588887
plo ts_open.plo
ts_open.lo .libs/ts_open.o: ts_open.c ../config.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/../../../../arm-linux/sys-include/stdlib.h \
/home/wbn/arm2410/tools/
www.eeworm.com/read/484011/6588888
plo ts_close.plo
ts_close.lo .libs/ts_close.o: ts_close.c ../config.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/../../../../arm-linux/sys-include/stdlib.h \
/home/wbn/arm2410/too
www.eeworm.com/read/484011/6588889
plo ts_parse_vars.plo
ts_parse_vars.lo .libs/ts_parse_vars.o: ts_parse_vars.c ../config.h \
/home/wbn/arm2410/tools/usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/../../../../arm-linux/sys-include/alloca.h \
/home/
www.eeworm.com/read/264513/11311255
makefile
CFLAGS = -Os -fno-builtin -fomit-frame-pointer -fno-strict-aliasing -fno-common -mshort-load-bytes -msoft-float -D__arm__ -D__FLASHED__ -I.
LDFLAGS = -nostdlib -Tld.script
#CROSS_COMPILE=arm-l
www.eeworm.com/read/406118/11449114
makefile
EXEC = hid-kbd
OBJS = hid-kbd.o
CROSS = arm-linux-
CC = $(CROSS)gcc
STRIP = $(CROSS)strip
CFLAGS = -g -Wall
#-march=armv5t -O2
all: clean $(EXEC)
$(EXEC):$(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJ
www.eeworm.com/read/403447/11516760
makefile
CROSS=arm-linux-
all: pthread_test
pthread_test:
$(CROSS)gcc -static -o pthread_test pthread_test.c -lpthread
clean:
@rm -vf pthread_test *.o *~