代码搜索:ARM-LINUX
找到约 1,166 项符合「ARM-LINUX」的源代码
代码结果 1,166
www.eeworm.com/read/377923/9257655
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons main.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/376304/9321622
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/372253/9515402
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/362681/9987175
makefile
CROSS=arm-linux-
all: mathtest
mathtest:
$(CROSS)gcc -o mathtest mathtest.c -lm
clean:
@rm -vf mathtest *.o *~
www.eeworm.com/read/360887/10073355
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/360887/10073375
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons main.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/424464/10446544
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/424454/10447009
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/352825/10504326
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led main.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/352825/10504351
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons main.c
clean:
@rm -vf buttons *.o *~