代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/360887/10073357
makefile
CROSS=arm-linux-
all: pthread
pthread:
$(CROSS)gcc -static -o pthread main.c -lpthread
clean:
@rm -vf pthread *.o *~
www.eeworm.com/read/360887/10073369
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest main.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/426058/10290989
makefile
#
# Makefile for Linux application test example.
#
#---------------------------------------------------------------
# Linux application Makefile sample
# make -- the optical output without de
www.eeworm.com/read/426058/10291009
makefile
#
# Makefile for Linux application test example.
#
#---------------------------------------------------------------
# Linux application Makefile sample
# make -- the optical output without de
www.eeworm.com/read/425485/10351635
d gpe-lights.d
gpe-lights.o: gpe-lights.c /usr/local/arm-linux/include/sys/types.h \
/usr/local/arm-linux/include/features.h \
/usr/local/arm-linux/include/sys/cdefs.h \
/usr/local/arm-linux/include/gnu/stu
www.eeworm.com/read/280034/10359159
makefile
CC=/usr/local/arm/2.95.3/bin/arm-linux-
target:
$(CC)gcc -o ds1307 ds1307.c
clean:
@rm -vf ds1307
www.eeworm.com/read/424463/10446558
makefile
CROSS=arm-linux-
all: pthread
pthread:
$(CROSS)gcc -static -o pthread main.c -lpthread
clean:
@rm -vf pthread *.o *~
www.eeworm.com/read/424461/10446707
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest main.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/352825/10504331
makefile
CROSS=arm-linux-
all: pthread
pthread:
$(CROSS)gcc -o pthread main.c -lpthread
clean:
@rm -vf pthread *.o *~
www.eeworm.com/read/352825/10504346
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest main.c -lm
clean:
@rm -vf mathtest *.o *~