代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/113238/15466839
makefile
CROSS = /usr/local/arm/2.95.3/bin/arm-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
#LDFLAGS += --static
LIBGCC += -lm
EXEC = gui
OBJS = graphic.o gui.o
all: $(EXEC)
$(EXEC): $(OBJS
www.eeworm.com/read/432762/8576171
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/288903/8595849
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/287032/8731310
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/285815/8815921
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/381841/9068754
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/282102/9119555
makefile
CROSS=arm-linux-
all: led-player
led-player:
$(CROSS)gcc -o led-player main.c
clean:
@rm -vf led-player *.o *~
www.eeworm.com/read/376304/9321626
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/372253/9515405
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/362681/9987177
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~