代码搜索:ucLinux
找到约 2,003 项符合「ucLinux」的源代码
代码结果 2,003
www.eeworm.com/read/136072/5874139
m68k readme.m68k
README for uC-libc on the m68k[nommu] architecture
James Graves
For now (2001/1/9) support for the m68k should be considered "alpha"
quality at best. It mostly works OK f
www.eeworm.com/read/123626/6058472
makefile
CC = gcc
AS = as
AR = ar
LD = ld
NM = nm
RM = rm
CFLAGS = -I../..
all:
ire201_tftp:
$(CC) $(CFLAGS) -DIRE201 -DADDR=0x300000 -o param param.c
./param
bte201_tftp:
www.eeworm.com/read/119864/6081107
m68k readme.m68k
README for uC-libc on the m68k[nommu] architecture
James Graves
For now (2001/1/9) support for the m68k should be considered "alpha"
quality at best. It mostly works OK f
www.eeworm.com/read/167046/5470132
m68k readme.m68k
README for uC-libc on the m68k[nommu] architecture
James Graves
For now (2001/1/9) support for the m68k should be considered "alpha"
quality at best. It mostly works OK f
www.eeworm.com/read/163821/5508625
m68k readme.m68k
README for uC-libc on the m68k[nommu] architecture
James Graves
For now (2001/1/9) support for the m68k should be considered "alpha"
quality at best. It mostly works OK f
www.eeworm.com/read/190248/8446324
txt readme.txt
1.将该包释放到某个目录,如$(SDK_DIR)\microWinDev
2.运行“uClinux Build window”
3.进入该释放的目录:
cd $(SDK_DIR)\microWinDev
4.在该目录下有一个chenTest的目录,是一个开发示例模板。进入该目录:
cd chenTest
5.运行make可生成可执行文件
6.将生成的可执行文件下到A7板运
www.eeworm.com/read/169534/9852965
makefile
# 使用uClibc库编译连接uClinux应用程序样本
# make DEBUG=1 构造调试版本
# make 构造优化版本
# make clean 清除构造生成的文件
CC = arm-elf-gcc
AS = arm-elf-as
EXEC = test-gui
OBJS = test-gui.o
MACRO =
if