代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/160675/10509762
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons main.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/463491/7179565
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/456153/7356535
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/325295/13213026
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons main.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/325292/13213065
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/488407/6494761
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/230075/14306532
makefile
CROSS=arm-linux-
all: GrRdapp
GrRdapp:
$(CROSS)gcc -o GrRdapp GrRd.c
clean:
@rm -vf GrRdapp *.o *~
www.eeworm.com/read/292633/8344098
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/292633/8344134
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/292633/8344149
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~