代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/352825/10504337
makefile
CROSS=arm-linux-
all: cplus
cplus:
$(CROSS)g++ -o cplus cplus.c++
clean:
@rm -vf cplus *.o *~
www.eeworm.com/read/463491/7179561
makefile
CROSS=arm-linux-
all: cplus
cplus:
$(CROSS)g++ -o cplus cplus.c++
clean:
@rm -vf cplus *.o *~
www.eeworm.com/read/456153/7356531
makefile
CROSS=arm-linux-
all: cplus
cplus:
$(CROSS)g++ -o cplus cplus.c++
clean:
@rm -vf cplus *.o *~
www.eeworm.com/read/488407/6494757
makefile
CROSS=arm-linux-
all: cplus
cplus:
$(CROSS)g++ -o cplus cplus.c++
clean:
@rm -vf cplus *.o *~
www.eeworm.com/read/403441/11516802
makefile
CROSS=arm-linux-
all: cplus
cplus:
$(CROSS)g++ -o cplus cplus.c++
clean:
@rm -vf cplus *.o *~
www.eeworm.com/read/432763/8576129
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/388629/8590894
makefile
CROSS=arm-linux-
all: lcdbacklight
lcdbacklight:
$(CROSS)gcc -o lcdbacklight lcdbacklight.c
clean:
@rm -vf lcdbacklight *.o *~
www.eeworm.com/read/288903/8595841
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/287032/8731304
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/285815/8815916
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~