代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/384386/8873547
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/376304/9321602
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/376304/9321610
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/372253/9515386
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/372253/9515393
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/362681/9987161
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/362681/9987166
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/360887/10073347
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/352825/10504308
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/463491/7179553
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~