代码搜索:arm-elf-gcc
找到约 350 项符合「arm-elf-gcc」的源代码
代码结果 350
www.eeworm.com/read/152661/5672299
compilecommand
arm-elf-gcc -nostdlib -Tlilmon.lnk -o lilmon.elf lilmon.s
www.eeworm.com/read/150583/5690895
compilecommand
arm-elf-gcc -nostdlib -Tlilmon.lnk -o lilmon.elf lilmon.s
www.eeworm.com/read/186557/8925807
txt abstract.txt
This is a WinARM-Demo based on the Keil "Hello" example
done by Martin Thomas, Kaiserslautern, Germany
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_project
www.eeworm.com/read/427960/8908211
txt arm.txt
If developing for the ARM, or indeed any other new processor, you should
first build a C-only library.
For the ARM, this mirdef.h header would be appropriate for an integer-
only build of the li
www.eeworm.com/read/186527/8928444
deps
objects/musicin.o: musicin.c
arm-elf-gcc $(CFLAGS) -c -o $@ $^
objects/ieeefloat.o: ieeefloat.c
arm-elf-gcc $(CFLAGS) -c -o $@ $^
objects/portableio.o: portableio.c
arm-elf-gcc $(CFLAGS) -c -o $@ $
www.eeworm.com/read/494289/6381408
txt arm.txt
If developing for the ARM, or indeed any other new processor, you should
first build a C-only library.
For the ARM, this mirdef.h header would be appropriate for an integer-
only build of the li
www.eeworm.com/read/270146/11046607
makefile
srcdir = .
LDFLAGS = -Wl,-elf2flt
LIBS =
CFLAGS =
# Change these if necessary
CC = arm-elf-gcc
CPP = arm-elf-gcc -E
all: hello
hello:
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(LIBS) $@.c
clean:
www.eeworm.com/read/186920/8891453
makefile
#========================================================================
#
# Makefile
#
# Makefile for LED example
#
#=====================================================================
www.eeworm.com/read/186917/8891531
makefile
#========================================================================
#
# Makefile
#
# Makefile for LED example
#
#=====================================================================
www.eeworm.com/read/423335/10569722
c adc.c
/******************************************************************************
*
* LPC2119 Demo - stdio with newlib and analog to digital conversion
* by Martin THOMAS