代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/206983/5003726
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build
www.eeworm.com/read/206983/5003793
sh set-vars-linux.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch files in
www.eeworm.com/read/204915/5027743
config external_tools_linux.config
PATH_CONTIKI = ../../..
PATH_COOJA_CORE_RELATIVE = /platform/cooja
PATH_MAKE = make
PATH_LINKER = ld
PATH_SHELL = sh
PATH_C_COMPILER = gcc
PATH_NM=nm
NM_ARGS=
PATH_OBJDUMP=objdump
OBJDUMP_ARGS=-h
CMD_
www.eeworm.com/read/203298/5040747
makefile_linux24x
# Makefile for a basic kernel module
CC := gcc
LD := ld
ARCH := $(shell uname -m | sed 's/i.86/i386/')
KSRC := /lib/modules/$(shell uname -r)/build
CONFIG_FILE := $(KSRC)/include/linux/autoconf.h
www.eeworm.com/read/202805/5045321
c pa_linux_alsa.c
/*
* $Id: pa_linux_alsa.c,v 1.1.2.71 2005/04/15 18:20:18 aknudsen Exp $
* PortAudio Portable Real-Time Audio Library
* Latest Version at: http://www.portaudio.com
* ALSA implementation by Josh
www.eeworm.com/read/202805/5045361
h pa_linux_alsa.h
#ifndef PA_LINUX_ALSA_H
#define PA_LINUX_ALSA_H
/*
* $Id: pa_linux_alsa.h,v 1.1.2.12 2004/09/25 14:15:25 aknudsen Exp $
* PortAudio Portable Real-Time Audio Library
* ALSA-specific extension
www.eeworm.com/read/202805/5045459
h os_linux_kernel.h
/* $Id: os_linux_kernel.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/202805/5045547
c sock_linux_kernel.c
/* $Id: sock_linux_kernel.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/o
www.eeworm.com/read/202805/5045550
c ioqueue_linux_kernel.c
/* $Id: ioqueue_linux_kernel.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/200288/5069422
bat gcc2-linux.bat
@echo off
REM Setup for compiling with GNU C cross-compiler
if .%CHECKED%==.1 goto checked_build
set LIB=%SCITECH_LIB%\LIB\release\win32\gcc2
echo Release build enabled.
goto setvars
:checked_build