代码搜索:Arm-Linux
找到约 1,166 项符合「Arm-Linux」的源代码
代码结果 1,166
www.eeworm.com/read/485675/6556275
makefile
CROSS=arm-linux-
all: led_test
led_test: led_test.c
$(CROSS)gcc -o $@ led_test.c -static
clean:
@rm -rf led_test *.o
www.eeworm.com/read/485679/6556279
makefile
CROSS=arm-linux-
all: button_test
button_test: button_test.c
$(CROSS)gcc -o $@ button_test.c -static
clean:
@rm -rf button_test *.o
www.eeworm.com/read/406572/11439683
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/403440/11516804
makefile
CROSS=arm-linux-
all: buttons
buttons:
$(CROSS)gcc -o buttons buttons_test.c
clean:
@rm -vf buttons *.o *~
www.eeworm.com/read/207008/15284224
cross readme.arm.cross
From: Margaret Fleck
Here's the key details of what worked for me, in case anyone else needs them.
There may well be better ways to do some of this, but ....
-- Margaret
The badge4 has a StrongA
www.eeworm.com/read/192182/8400411
build-rm9200
#!/bin/sh
#
# Please make sure that the following things are OK:
#
# 1. You have installed the arm-elf-tools already.
# 2. Your uClinux distribution has been installed into the directory of '/opt
www.eeworm.com/read/391355/8407640
c makefile.c
CROSS= /usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS=-D__KERNEL__
CFLAGS+=-DMODULE
CFLAGS+=-I/usr/local/arm/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/arm/2.4.18-rmk7/include/linux
CFLAGS+=-I/us
www.eeworm.com/read/391074/8422192
makefile
#
# Makefile for the kernel led driver (Module).
#
WKDIR = /usr/local/src/edukit-2410
CROSSDIR = /usr
INSTALLDIR = /home/app
#$(WKDIR)/drivers
# /* output module name */
MODDEV = b
www.eeworm.com/read/290420/8483704
po tracker.po
tracker.o tracker.o: tracker.cpp tracker.h ./def.h ././config.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/sys/types.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/
www.eeworm.com/read/290420/8483707
po ctcs.po
ctcs.o ctcs.o: ctcs.cpp \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/unistd.h \
/usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/features.h \
/usr/local/920t_le/bin/../li