代码搜索:ARM-LINUX
找到约 1,166 项符合「ARM-LINUX」的源代码
代码结果 1,166
www.eeworm.com/read/463491/7179557
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/456153/7356523
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/456153/7356527
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/325294/13213039
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/488407/6494749
makefile
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/488407/6494753
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/403443/11516798
makefile
CROSS=arm-linux-
all: led
led:
$(CROSS)gcc -o led led.c
clean:
@rm -vf led *.o *~
www.eeworm.com/read/334331/12609914
makefile~
CROSS=arm-linux-
all: hello
hello:
$(CROSS)gcc -o hello hello.c
clean:
@rm -vf hello *.o *~
www.eeworm.com/read/454218/7396193
mht 一步一步制作arm-linux交叉编译环境.mht
From:
Subject: =?gb2312?B?0ruyvdK7sr3Wxtf3QVJNLUxpbnV4vbuy5rHg0uu7t76z?=
Date: Wed, 10 Dec 2008 10:14:51 +0800
MIME-Version: 1.0
Content-Type: multipart/relate
www.eeworm.com/read/236467/14014910