E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
KCONFIG
Linux内核动态调试信息的打开,如pr_debug
【1】配置
Kconfig
,添加要调试驱动模块的DDEBUG选项,如kernel_imx\drivers\mxc\pmic\mc13892\KconfigconfigMXC_PMIC_DEBUG bool"SupportMXCPMICDEBUG
yihui8
·
2011-08-31 17:00
makefile
linux内核
开启linux内核自带的模拟i2c-gpio模块过程
首先我们要知道内核的makefile是根据配置文件,也就是
kconfig
来决定是否编译一个文件的。如果没有配置内核编译它,就不会生成.o文件。自然就不会打开这个模块了。
yuzaipiaofei
·
2011-08-30 15:00
c
IBM
System
makefile
MTK
linux内核
内核中添加子目录修改文件记录(
Kconfig
,Makefile)
上一级目录
Kconfig
修改代码:#Useraddedsource"drivers/char/testdriver/
Kconfig
"#Useradded新建子目录
Kconfig
修改代码:menu"TESTdriver"comment"TESTdriverhaha"configTEST
peng654321
·
2011-08-28 20:00
user
makefile
menu
修改内核编译配置菜单(make menuconfig)
/linux-2.6.32.2/drivers/char/ 新建文件夹testdriver2.在testdriver目录下新建
Kconfig
文件 在
Kconfig
文件中录入##TESTdriverconfiguration
peng654321
·
2011-08-28 18:00
linux
user
ubuntu
character
interface
桌面环境
[PATCH] input: add driver for Bosch Sensortec's BMA150 accelerometer
Signed-off-by:AlbertZhang Signed-off-by:EricAndersson --- drivers/input/misc/
Kconfig
|10+ drivers/input
yuzaipiaofei
·
2011-08-25 17:00
c
struct
Module
input
patch
delay
make menuconfig错误scripts/
kconfig
/lxdialog/checklist.o的解决方法
menuconfig出错,错误代码如下:[root@fedora/usr/src/kernels/2.6.21-1.3194.fc7-i686]#make menuconfig HOSTCC scripts/
kconfig
niuyueabc
·
2011-08-07 21:50
linux
职场
Make
休闲
menuconfig
[置顶] Linux内核开发之--将驱动程序添加到内核
一.概述:在linux内核中增加程序需要完成以下三项工作:1.将编写的源代码复制到Linux内核源代码的相应目录2.在目录的
Kconfig
文件中增加新源代码对应项目的编译配置选项3.在目录的Makefile
louiswangbing
·
2011-08-05 11:00
linux
脚本
character
makefile
networking
linux内核
MACH_FRIENDLY_ARM
原因:还是我功底太薄,对
kconfig
文件和Makefile文件理解的不够深刻。否则,在配置文件找个定义也就是几分钟甚至一分钟的问题。第一次移植内核是仿照友善提供的源码。
liukun321
·
2011-08-02 20:00
c
qq
makefile
linux内核
TortoiseGIT的一个问题及linux下批量转换文件的办法
,拷贝到Ubuntu下,在执行编译命令时:makeCROSS_COMPILE=arm-none-linux-gnueabi-ARCH=armomap4_panda_defconfig报一堆错:xxx/
Kconfig
sonach
·
2011-07-28 11:00
Linux内核中增加自己的驱动代码
本质上就是修改
kconfig
和makefile两个文件。先熟悉下
kconfig
的语法1.menumenuname2.configuremyconfigurename3.
yongan1006
·
2011-07-27 17:00
OK6410之linux-2.6.39.2内核的移植愚见
说明:(不好意思,前几天写的时候太慌了,漏了一个重要的细节,就是关于在编译时一定要让mach-ok6410.c文件编译进去,否则内核编译会跑步起来的,也就是在修改
Kconfig
时还需要修改相应的Makefile
L_1054781936
·
2011-07-27 00:00
驱动程序介绍
驱动安装方式---1---模块方式2---直接编译进内核-----修改
kconfig
------修改makefile把
u013030441
·
2011-07-24 19:00
linux
网络
makefile
Linux
Kconfig
及Makefile学习
内核源码树的目录下都有两个文档
Kconfig
(2.4版本是Config.in)和Makefile。
qq413187589
·
2011-07-18 11:00
Kconfig
结构
3.7
Kconfig
和Makefile 毫不夸张地说,
Kconfig
和Makefile是我们浏览内核代码时最为依仗的两个文件。
yzd
·
2011-07-05 09:00
config
Kconfig
结构
3.7
Kconfig
和Makefile毫不夸张地说,
Kconfig
和Makefile是我们浏览内核代码时最为依仗的两个文件。
SdustLiYang
·
2011-07-05 09:00
linux
String
makefile
hex
Comments
menu
Linux/Documentation/kbuild/
kconfig
-language.txt
1Introduction2------------34Theconfigurationdatabaseisacollectionofconfigurationoptions5organizedinatreestructure:67+-Codematurityleveloptions8|+-Promptfordevelopmentand/orincompletecode/drivers9+-Gen
xgbing
·
2011-07-01 09:00
[linux]
Linux/Documentation/kbuild/
kconfig
-language.txt
1Introduction 2------------ 3 4Theconfigurationdatabaseisacollectionofconfigurationoptions 5organizedinatreestructure: 6 7+-Codematurityleveloptions 8|+-Promptfordevelopmentand/orincompletecode
xgbing
·
2011-07-01 09:00
Kconfig
文档说明在内核源代码/Documentation/kbuild/
kconfig
-language.txt中详细解释见:http://www.oldlinux.org/oldlinux/viewthread.php
zkj_123
·
2011-06-27 21:00
内核支持VGA和测试
VGA 1、 修改Makefile打开drivers/video/Samsung/Makefile增加obj-$(CONFIG_FB_S3C_VGA) +=s3cfb_vga.o2、 修改
Kconfig
gzweiyan2
·
2011-06-17 13:00
linux kernel 的makefile的组织结构(转)
linuxkernel的makefile的组织结构(转) 背景知识:背景知识一:
Kconfig
介绍:在#makemenuconfig时,所显示的Menulist是由各层
Kconfig
组成的。
koffuxu
·
2011-06-11 10:19
linux
kernel
makefile
休闲
Kconfig
linux kernel 的makefile的组织结构
linuxkernel的makefile的组织结构(转)背景知识:背景知识一:
Kconfig
介绍:在#makemenuconfig时,所显示的Menulist是由各层
Kconfig
组成的。
koffuxu
·
2011-06-11 10:19
linux
kernel
Makefile
驱动开发
linux实现service tomcat restart
/bin/bash#
kconfig
:23451090#description:StartsandStopstheTomcatdaemon.TOMCAT_HOME=/opt/tomcat6--------
kangyang315
·
2011-06-03 17:25
tomcat
linux
service
职场
休闲
linux实现service tomcat restart
/bin/bash#
kconfig
:23451090#description:StartsandStopstheTomcatdaemon.TOMCAT_HOME=/opt/tomcat6--------
kangyang315
·
2011-06-03 17:25
linux
职场
tomcat
web服务
2011-05-23
Kconfig
与makefile
Kconfig
是makemenuconfig的主要文件.
cailang06
·
2011-05-23 20:00
shell
Flash
Build
makefile
6410 休眠唤醒实现小结
1,在/driver/char中修改Makefile,添加以下语句:obj-$(CONFIG_APM_EMULATION)+=apm-emulation.o2,在/driver/char中修改
Kconfig
gexueyuan
·
2011-05-23 11:00
linux
struct
command
cmd
IOC
makefile
Linux内核开发之将驱动程序添加到内核
驱动程序添加到内核 一.概述:在linux内核中增加程序需要完成以下三项工作:1.将编写的源代码复制到Linux内核源代码的相应目录2.在目录的
Kconfig
tigerjibo
·
2011-05-17 10:00
脚本
Module
工具
makefile
linux内核
Linux内核开发之将驱动程序添加到内核
驱动程序添加到内核 一.概述:在linux内核中增加程序需要完成以下三项工作:1.将编写的源代码复制到Linux内核源代码的相应目录2.在目录的
Kconfig
tigerjb
·
2011-05-17 10:00
脚本
Module
工具
makefile
linux内核
Linux内核开发之将驱动程序添加到内核
在目录的
Kconfig
文件中增加新源代码对应项目的编译配置选项 3. 在目录的 Makefile 文件中增加对新源代码的编译条目 二 . 实例 1.
baiseda
·
2011-05-17 10:00
linux
第一次使用HP-UX时用到的命令
(SystemManagementHomepage)3.安装软件:交互式安装法:wsinstall-s安装包的绝对路径非交互式安装:wsinstall-s安装包的绝对路径软件名4.修改内核参数:1)#
kconfig
-e
wapysun
·
2011-05-13 11:00
HP
Bash
Firefox
.net
第一次使用HP-UX时用到的命令
(SystemManagementHomepage)3.安装软件:交互式安装法:wsinstall-s安装包的绝对路径非交互式安装:wsinstall-s安装包的绝对路径软件名4.修改内核参数:1)#
kconfig
-e
wapysun
·
2011-05-13 11:00
HP
Bash
Firefox
.net
make config
1.如果.config不存在,运行makeconfig/menuconfig时的缺省设置由固化在各个
Kconfig
文件中各项目的缺省值决定。
bruno231
·
2011-05-11 00:00
如何将自己的模块添加到Linux 2.6内核的配置系统中
要将自己开发的内核代码加入到Linux内核中,需要有三个步骤:Ø首先确定把自己开发代码放入到内核源代码结构中;Ø其次,通过
Kconfig
文件把自己开发的功能增加到Linux内核的配置选项中,使用户能够选择此功能
lanlicen
·
2011-05-03 09:00
linux
测试
脚本
character
makefile
linux内核
make oldconfig
1.如果.config不存在,运行makeconfig/menuconfig时的缺省设置由固化在各个
Kconfig
文件中各项目的缺省值决定。
flyingqr
·
2011-04-27 18:00
2440
板子用的友善的mini2440,起初按照光盘提供的手册,照猫画虎,,,,,,,,,但是遇到各种问题,很多未解决.....原因是还没理解每层目录的Makefile和
Kconfig
的关系,以及在KernelConfigure
xxblinux
·
2011-04-26 23:00
c
struct
Flash
System
makefile
filesystems
openwrt配置系统
以下文件可能和系统配置管理有关系 root@ubuntu:~/backfire/scripts/config$ ls conf conf.o
kconfig
_load.c lex.zconf.c_shipped
wapysun
·
2011-04-24 06:00
C++
c
C#
ubuntu
配置管理
openwrt配置系统
以下文件可能和系统配置管理有关系root@ubuntu:~/backfire/scripts/config$lsconf conf.o
kconfig
_load.c lex.zconf.c_shipped
jameslord
·
2011-04-24 06:00
ubuntu
配置管理
makefile
openwrt配置系统
以下文件可能和系统配置管理有关系 root@ubuntu:~/backfire/scripts/config$ ls conf conf.o
kconfig
_load.c lex.zconf.c_shipped
wapysun
·
2011-04-24 06:00
C++
c
配置管理
C#
ubuntu
Linux驱动(多文件)的Makefile实现
方式2常用于最后集成阶段,在调试基本完成后,可以将驱动源代码文件(夹)放置在Linux内核源码的driver/xxx/的相应路径中,修改本层和上层的Makefile和
KConfig
文件,并重新makemenuconfig
keyearth
·
2011-04-21 14:00
linux
shell
Module
makefile
menu
linux内核
内核中的Makefile和
Kconfig
为了解决这个问题,内核使用两种文件,Makefie和
Kconfig
。
zhuqing_739
·
2011-04-20 09:00
linux
Module
Integer
工具
makefile
linux内核
linux下i2c接口的电容触摸屏驱动开发
原文地址:http://hi.baidu.com/god_sperm/blog/item/2aaac228e8a1ece8e7cd400a.html电容触摸屏2011-01-1415:36 1.
Kconfig
koffuxu
·
2011-04-19 16:59
linux
职场
触摸屏
休闲
i2c接口
kconfig
language
介绍------------配置数据库即组织成树状结构的配置选项的集合: +-Codematurityleveloptions | +-Promptfordevelopmentand/orincompletecode/drivers +-Generalsetup | +-Networkingsupport | +-SystemVIPC | +-BSDProcessAccounting | +-Sy
his9932
·
2011-04-19 15:05
linux
kernel
compile
休闲
Kconfig
旅游Linux Kernal的地图
Linux目前最新的内核版本2.6.28.2将近400M,这么多的代码该如何熟悉呢,
Kconfig
与Makefile正是我们阅读Linux内核代码的导师,它告诉我们一个内核功能有哪些文件来生成,哪些文件我们没必要关注
王忠海
·
2011-04-12 11:48
linux
makefile
休闲
linux系统
kernal
Kconfig
文档的作用
2.6 内核的源码树目录下一般都会有两个文文:
Kconfig
和 Makefile 。
haohetao
·
2011-04-09 13:00
数据结构
Flash
Kconfig
文档的作用
2.6 内核的源码树目录下一般都会有两个文文:
Kconfig
和 Makefile 。
haohetao
·
2011-04-09 13:00
数据结构
Flash
Kconfig
和Makefile
Kconfig
和Makefile在Linux内核中增加程序需要完成以下3项工作。1.将编写的源代码复制到Linux内核源代码的相应目录。
micro9981
·
2011-04-08 12:00
linux 2.6.32 在arm9(s3c2440)平台的移植
板子用的友善的mini2440,起初按照光盘提供的手册,照猫画虎,,,,,,,,,但是遇到各种问题,很多未解决.....原因是还没理解每层目录的Makefile和
Kconfig
的关系,以及在KernelConfigure
xxblinux
·
2011-03-27 13:00
linux 2.6.32 在arm9(s3c2440)平台的移植
板子用的友善的mini2440,起初按照光盘提供的手册,照猫画虎,,,,,,,,,但是遇到各种问题,很多未解决.....原因是还没理解每层目录的Makefile和
Kconfig
的关系,以及在KernelConfigure
xxblinux
·
2011-03-27 13:00
Linux 内核脚本文件
Kconfig
内核脚本文件语法主要包含以下几个方面一:菜单入口config 大多数的内核配置文件都对应
Kconfig
的一个菜单入口。也就是一项。
dadahacker
·
2011-03-12 10:00
linux
String
脚本
NetWork
menu
linux内核
Linux内核源码树学习:
Kconfig
和Makefile
[日期:2009-11-29]作者:张成Linux内核源码树的每个目录下都有两个文档
Kconfig
和Makefile。
He,YuanHui
·
2011-02-25 17:00
Linux内核构建系统之二
Linux内核构建系统所支持的目标 由前面的概述可以知道,不管是
kconfig
步骤、还是kbuild步骤、还是安装都可藉由"maketargets"形式的命令来完成。
juliantec
·
2011-02-25 11:26
linux
makefile
目标
linux内核
内核构建系统
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他