代码搜索:ucLinux
找到约 2,003 项符合「ucLinux」的源代码
代码结果 2,003
www.eeworm.com/read/425805/2003084
c bmps-3d.c
#ifdef __VXWORKS__
#define NR_BMPS 6
#else
#define NR_BMPS 7
#endif
static int sz_bmps [] =
{
#ifdef __uClinux__
566, 694, 0, 0, 0, 0, 0
#else
566, 694, 0, 0, 0, 0, 77880
#endif
www.eeworm.com/read/410514/2209744
c bmps-3d.c
#ifdef __VXWORKS__
#define NR_BMPS 6
#else
#define NR_BMPS 7
#endif
static int sz_bmps [] =
{
#ifdef __uClinux__
566, 694, 0, 0, 0, 0, 0
#else
566, 694, 0, 0, 0, 0, 77880
#endif
www.eeworm.com/read/395229/2445428
c system.c
#include
#include
#include
#include
#include
/* uClinux-2.0 has vfork, but Linux 2.0 doesn't */
#include
#if ! defined __NR_vfo
www.eeworm.com/read/159496/5583146
c bmps-3d.c
#ifdef __VXWORKS__
#define NR_BMPS 6
#else
#define NR_BMPS 7
#endif
static int sz_bmps [] =
{
#ifdef __uClinux__
566, 694, 0, 0, 0, 0, 0
#else
566, 694, 0, 0, 0, 0, 77880
#endif
www.eeworm.com/read/238136/13904701
makefile
CC=arm-elf-gcc
MODCFLAGS:=-nostdinc -fno-builtin -I/home/llhg/uClinux-dist/linux-2.4.x/include -DMODULE -D__KERNEL__
#MODCFLAGS:=-nostdinc -fno-builtin -I/home/llhg/linux-2.4/linux/include -DMODULE
www.eeworm.com/read/186525/8928645
makefile
CC = arm-elf-gcc
LD = arm-elf-ld
AR = arm-elf-ar
WARNINGS = \
-Wpointer-arith \
-Wchar-subscripts \
-Wsign-compare \
-fcheck-new \
-Werror
UCLINUXDIR = $(EM85xx_ROOT)/uClinux-2.4/include
KERNEL
www.eeworm.com/read/358176/10195038
h phycom.h
#ifndef PHYCOM_H
#define PHYCOM_H
#if (ACTUAL_OS == OS_LINUX) || (ACTUAL_OS == OS_UCLINUX) || (ACTUAL_OS == OS_UNIX)
#include "esctype.h"
#include "const.h"
#include "phys.h"
//#include "escli
www.eeworm.com/read/212494/7154572
searchresults rtc.searchresults
---- sigemptyset Matches (1 in 1 files) ----
Systimer.c (d:\lpc2200\arm嵌入式系统实验教程(二)\chapter 5_uclinux operating system\chapter 5_extend examples\1.2-system timer\systimer): sigemptyset(&act.sa_mas
www.eeworm.com/read/330990/12858016
c ide-tape.c
/*
* linux/drivers/ide/ide-tape.c Version 1.17a Jan, 2001
*
* Copyright (C) 1995 - 1999 Gadi Oxman
*
* $Header: /EM85xx/uClinux-2.4/drivers/ide/ide-tape.c 1 6/07/02
www.eeworm.com/read/137532/13314371
makefile
#CROSS=arm-elf-
ifeq ($(CROSS),arm-elf-)
#INCFLAGS = -I/home/danny/EM85xx-10-17-2003/uClinux-2.4/include
#LDFLAGS = -Wl,-elf2flt="-s131072"
LIBS = ../uClibc-0.9.20/libpthread/libpthread.a
LIBS += ..