代码搜索:ucLinux

找到约 2,003 项符合「ucLinux」的源代码

代码结果 2,003
www.eeworm.com/read/107569/15604898

txt kernel uclibc bootloader 的编译方法.txt

kernel uclibc bootloader 的编译方法 KERNEL 编译 Compile by default configuration (Can compile for Jupiter or virgine) 首先运行cygwin 进入E:\cygwin\home\administrator\uClinux-eisc\uClinux-2.4.20
www.eeworm.com/read/124984/14521428

txt proting-uclinux-to-mips-e.txt

Porting ucLinux to MIPS This document describes how to porting ucLinux to MIPS platform. And also describes how to porting GNU toolchain and uclibc on that platform. The last version of this docu
www.eeworm.com/read/100691/15867000

-

一个在UCLINUX环境下实现的PING程序,用C编写
www.eeworm.com/read/292396/8359185

txt uclinux下显示驱动移植及minigui的移植 .txt

<mark>uClinux</mark>下显示驱动移植及minigui的移植 这几天包括今天都非常的不顺,写这些字的时候, 我的本本正在进行Linux ext3分区的建立,我的Fedola3彻底崩溃了,我的很多<mark>uClinux</mark>移植成果不见了, 包括最看重的LCD显示的移植内容,这些都需要重新建立了,很多过程已很模糊, 这也映证了我在LINUX上面的许多迷惑,学透它真的很难,内核的移植面临很多的难点,在我即将实施的 ...
www.eeworm.com/read/169533/9852968

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-key OBJS = test-key.o MACRO = if
www.eeworm.com/read/310103/13658326

txt 24s3c44b0x.txt

<mark>uClinux</mark>2.4.24在S3C44B0X开发板的移植重点总结 简述:针对“如何在以S3C44B0X为核心的ARMSYS开发板上建立<mark>uClinux</mark>内核移植”的一个总结,其内容包括对Bootloader的功能分析和<mark>uClinux</mark>2.4.24发行版内核基础上针对S3C44B0X开发板进行修改的重点内容的逐一列举。 2.Bootloader 2.1Bootloader概述 ...
www.eeworm.com/read/409363/11330928

txt makefile_duan.txt

CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc- CC = $(CROSS_COMPILER)gcc LD = $(CROSS_COMPILER)gcc STRIP = $(CROSS_COMPILER)strip TARGET = example #SRC = main.c rawd
www.eeworm.com/read/409363/11331036

makefile_duan

CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc- CC = $(CROSS_COMPILER)gcc LD = $(CROSS_COMPILER)gcc STRIP = $(CROSS_COMPILER)strip TARGET = example SRC = ma
www.eeworm.com/read/153226/12050814

makefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-iic OBJS = test-iic.o MACRO = if
www.eeworm.com/read/153226/12050821

mekefile

# 使用uClibc库编译连接uClinux应用程序样本 # make DEBUG=1 构造调试版本 # make 构造优化版本 # make clean 清除构造生成的文件 CC = arm-elf-gcc AS = arm-elf-as EXEC = test-iic OBJS = test-iic.o MACRO = if