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
make[1]: *** [scripts/
kconfig
/mconf.o] 错误 1
linux内核编译时make[1]:***[scripts/
kconfig
/mconf.o]错误1make:***[menuconfig]错误2一般是由于gcc和内核版本不兼容导致的。
慎思
·
2012-09-13 09:00
Linux内核修炼之道-->原作者博客链接
《Linux内核修炼之道》精华分享与讨论(5)--Kernel地图:
Kconfig
与Makefile3.《Linux内核修炼之道》精华分享与讨论(6)--分析内核源码如何入手(上)4.
zjushawnelee88
·
2012-09-10 23:00
如何把自己的驱动编译进内核或模块(
Kconfig
和Makefile)
博主新开了个人站点,你也可以在这看到这篇文章,点击打开链接2.6内核的源码树目录下一般都会有两个文文:
Kconfig
和Makefile。
bonnshore
·
2012-09-07 10:03
Linux
驱动开发
如何把自己的驱动编译进内核或模块(
Kconfig
和Makefile)
博主新开了个人站点,你也可以在这看到这篇文章,点击打开链接2.6内核的源码树目录下一般都会有两个文文:
Kconfig
和Makefile。
bonnshore
·
2012-09-07 10:00
Module
Flash
文档
makefile
linux内核
2将模块加入内核
内核源码树的目录下都有两个文件
Kconfig
和Makefile。
Kconfig
对应内核配置菜单,在内核配置makemenuconfig时,从
Kconfig
中读出菜单。
zlm_250
·
2012-09-06 09:00
文档
makefile
为sourceinsight添加makefile和
kconfig
文件
大家用sourceinsight看linux源码的时候都遇到这么一个麻烦,makefile和
kconfig
中的文字在搜索的时候不能找到,这是因为sourceinsight默认是不选makefile的,也没有
Alan0521
·
2012-09-01 11:00
MTK Android滑盖或翻盖处理驱动
Makefile其中Makefile的内容如下:obj-$(CONFIG_MTK_SLIDE) :=slide.o3.再进入目录:mediatek/config/viroyal73_wg/autoconfig/
Kconfig
Dwyane_zhang
·
2012-08-28 19:00
android
struct
Module
input
makefile
MTK
make menuconfig跟踪
在scripts/
kconfig
/Makefile,有这么个目标。menuconfig:$(obj)/mconf
RichardYSteven
·
2012-08-26 07:00
内核编译报错ncurses
报错提示如下: [
[email protected]
]#makemrproper CLEAN scripts/basic CLEAN scripts/
kconfig
CLEAN include
xf_aj
·
2012-08-12 00:34
ncurses
内核编译
修改内核编译配置菜单(make menuconfig)
|--
Kconfig
|--Makefile`--test.c#注意此时各个目录中的Makefile和
Kconfig
文件是空的2.在新增的相应目录添加
Kconfig
和Makefile文件,上面的目录中已经添加
hanchaoman
·
2012-08-07 11:00
makefile
kvm分析笔记(1):代码结构分析
按照分析LinuxKernel代码的惯例,Makefile和
Kconfig
是理清楚源代码结构最好的地图,二话不说先打开Kconfi
q123456789098
·
2012-08-05 17:00
Linux kernel logo
这里讲解我们新添加一组数据实现开机LOGO的方法: 第一步:在kernel/drivers/video/logo的
Kconfig
中添加配置文件:#qvb added for
qvb3d
·
2012-08-03 16:00
kernel
将驱动程序模块添加到内核
一.概述:将驱动程序模块添加到内核需要完成以下三项工作:1.将编写的源代码复制到Linux内核源代码的相应目录2.在目录的
Kconfig
文件中增加新源代码对应项目的编译配置选项3.在目录的Makefile
chinseeker
·
2012-07-26 15:31
linux驱动开发
mini2440 Norflash驱动移植过程
移植过程分享如下: 一.添加配置项1、修改 drivers/mtd/maps/
Kconfig
文件,在config_EDB7312配置项下添加如下内容:config MTD_MINI2440tristate
wo519074786
·
2012-07-25 16:00
Android驱动中的
Kconfig
文件与Makefile文件件
内核源码树的目录下都有两个文档
Kconfig
(2.4版本是Config.in)和Makefile。
zyf__1
·
2012-07-13 10:00
Android内核驱动开发中的
Kconfig
文件结构分析(图文)
linux内核中
Kconfig
文档的作用以及
Kconfig
的语法【转】参考:Android内核驱动开发中的
Kconfig
文件结构分析(图文)linux驱动基础开发3——linux内核配置机制(makemenuconfig
wealoong
·
2012-07-04 17:00
Module
文档
makefile
menu
networking
linux内核
如何在Linux下添加自己的驱动
在此Linux驱动开发采用网络的方式,介绍两种驱动开发的方法:一.驱动编译到内核 1.先选择一个放置驱动代码的位置,例:drivers/char/xxx.c 2.在drivers/char/
Kconfig
huanggenda568
·
2012-07-03 15:00
linux
虚拟机
测试
input
makefile
menu
Linux kernel的Makefile和
Kconfig
顺便谈谈Kernel中Makefile和
Kconfig
文件的关系以及配合使用。
gjsisi
·
2012-06-21 15:00
linux
input
interface
makefile
keyboard
linux内核
make menuconfig/.config/
Kconfig
解析
在对linux进行编译,常用的命令是makemenuconfig,使用图形界面来对整个系统进行裁剪。当然,除了这条指令,还包括很多配置命令,比如makedefconfig,makeoldconfig等。这里主要就makemenuconfig的执行过程进行解析。一.准备工作包括(交叉)编译环境的建立,linux源码的下载与解压等。二.初步介绍 跟makemenuconfig这个命令相关
zdblw
·
2012-06-15 17:00
linux
Module
makefile
menu
networking
linux内核
.ko内核模块文件以及载入模块命令modprobe insmod
2.6内核版本,完成了rtc_driver.c文件,在Makefile加入obj-$(CONFIG_RTC_XXXX)+=rtc_driver.o,并对
Kconfig
进行修改,加入configRTC_XXXX
zdblw
·
2012-06-12 14:00
linux
工作
Module
File
makefile
wildcard
ubuntu编译内核需要的安装的包
2406079.html 1#makemenuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/
kconfig
litsand
·
2012-05-28 17:57
安装
ubuntu
的
s3c6410的RTC在linux中的驱动(1)
1、先从整体上做些分析,大致看了下linux2.6.28\drivers\rtc文件中的
kconfig
和Makefile文件,在Makefile文件中有如下内容:ifeq($(CONFIG_RTC_DEBUG
tianxiawuzhei
·
2012-05-19 17:00
c
linux
struct
Module
Class
makefile
Linux驱动模块编译进内核中
BQ27501驱动编译进内核一、驱动程序编译进内核的步骤在linux内核中增加程序需要完成以下三项工作:1.将编写的源代码复制到Linux内核源代码的相应目录;2.在目录的
Kconfig
文件中增加新源代码对应项目的编译配置选项
chocolate001
·
2012-05-16 13:35
c
嵌入式
ncurses
编译内核linux-3.3.4 # make menuconfig 报错: HOSTCC scripts/basic/fixdep HOSTCC scripts/
kconfig
/conf.o
quickmove
·
2012-05-08 20:20
ncurses
字符界面
编译内核
精简版Ubuntu
linux 内核配置机制(make menuconfig、
Kconfig
、makefile)讲解
原文链接:http://blog.csdn.net/xdw1985829/article/details/6833319 前面我们介绍模块编程的时候介绍了驱动进入内核有两种方式:模块和直接编译进内核,并介绍了模块的一种编译方式——在一个独立的文件夹通过makefile配合内核源码路径完成 那么如何将驱动直接编译进内核呢? 在我们实际内核的移植配置过程中经常听说的内核裁剪又是怎么麽回事呢
Kaiwii
·
2012-05-08 11:00
linux
Module
Build
makefile
图形
linux内核
android leds简单代码总结
分析驱动,都了解先看Makefile&
Kconfig
#LEDCoreobj-$(CONFIG_NEW_LEDS) +=led-core.oobj-$(CON
skywalkzf
·
2012-05-07 20:00
c
android
struct
Class
makefile
triggers
bma150移植
drivers/input/misc目录下,将smb380.c,smb380calib.c,bma150.c,smb380calib.h,smb380.h文件加入到该目录下 二,修改该目录下的文件:1,
Kconfig
longshan_2009
·
2012-05-04 15:00
c
struct
input
平台
makefile
读书笔记(1)
Linux内核源代码目录结构——P56Linux内核的编译与加载,即Makefile和
Kconfig
——P61Linux中GNUC语法,比如一些语句格式,typeof(),标号元素,当前函数名__FUNCTION
alada007
·
2012-05-04 13:00
数据结构
Module
读书
makefile
linux内核
symlink
史上最经典的Linux内核学习方法论
毫不夸张地说,
Kconfig
和Makefile是我们浏览内核代码时最为依仗的两个文件。基本上,Linux内核中每一个目录下边都会有一个
Kconfig
文件和一个Makefile文件。对
atgczj
·
2012-05-04 09:09
linux内核
nux内核中
Kconfig
文档的作用以及
Kconfig
的语法
nux内核中
Kconfig
文档的作用以及
Kconfig
的语法2.6内核的源码树目录下一般都会有两个文文:
Kconfig
和Makefile。
chenliujiang1989
·
2012-05-03 17:00
linux串口驱动——s3c6410平台(一)
1、serial文件夹下
Kconfig
分析configSERIAL_SAMSUNG tristate"SamsungSoCserialsupport"dependsonARM&&PLAT_S3CselectSERIAL_COREhelp
tianxiawuzhei
·
2012-04-27 19:00
c
linux
documentation
平台
makefile
debugging
Linux内核中的
Kconfig
、Makefile、.config
本文参考文章地址:http://hi.baidu.com/donghaozheng/blog/item/02e1b231f0df64a25fdf0eea.htmlhttp://www.cnblogs.com/taomaomao/archive/2012/01/05/2312816.html 本文参考友善之臂的MICRO2440用户手册毛毛同学今天学习了驱动程序模块的安装与卸载,
xdsoft365
·
2012-04-25 17:00
Module
Integer
NetWork
character
makefile
linux内核
linux2.6.x的配置文件
kconfig
语法
来源于http://vaqeteart.iteye.com/blog/898346 linux在2.6版本以后将配置文件由原来的config.in改为
kconfig
,对于
kconfig
的语法在/Documentation
xdsoft365
·
2012-04-25 17:00
linux
Module
NetWork
hex
menu
networking
触摸屏相关的一点拙见--以及android系统中linux内核部分的编译
首先我们需要了解一下linux内核中驱动为何能被编译进内核,在这里有两个很重要的文件不得不提:
Kconfig
和Makefile。
jiagou
·
2012-04-19 21:00
android
触摸屏相关的一点拙见--以及android系统中linux内核部分的编译
首先我们需要了解一下linux内核中驱动为何能被编译进内核,在这里有两个很重要的文件不得不提:
Kconfig
和Makefile。
codectq
·
2012-04-19 21:00
android
validation
input
character
makefile
linux内核
在Linux内核中增加驱动选项
在linux内核中增加驱动程序要完成3个方面的工作1.将编写的源代码拷贝到Linux内核源代码相应目录2.在目录的
Kconfig
文件中增加关于源代码的相应目录3.在目录的Makefile文件中增加对新源代码的编译条目扫盲点
gotosola
·
2012-04-15 16:00
Module
makefile
hex
menu
networking
linux内核
对Makefile、
Kconfig
与.config文件的再次理解
虽然前文中对Makefile、
Kconfig
以及.config三个文件又过解释,但是在做过几个简单的例子后,对这三个文件有了更深入的理解,(本文参考了苏锦秀师姐的PPT)现在总结如下:1.我们要在内核中增加程序
AstrayLinux
·
2012-03-30 11:00
存储
makefile
为什么在
Kconfig
添加了模块,然后在make menuconfig中找不到选项
在linux-2.6.29/drivers/char/
Kconfig
中添加了一个MODULE,config MINI2440_HELLO_MODULE tristate ”MINI2440
yangdd052
·
2012-03-28 20:00
编译hello world模块*.ko文件出错make zImage报错
[
[email protected]
]#makezImagescripts/
kconfig
/conf--silentoldconfigKconfig CHK include/linux/
yangdd052
·
2012-03-28 20:00
ARM架构Linux内核
Kconfig
文件无效果的处理
具体表现为,如果在driver目录下创建了一个新目录,然后在该目录下编写好
Kconfig
,并在drivers/
Kconfig
文件中添加了source选项。按道理,内核配置中就应该添加上了这个目录。
f22jay
·
2012-03-27 15:00
android添加新驱动
1、往kernel\drivers添加新目录,例如:myleds 2、在新目录中添加 .c /
Kconfig
/ Makefile文件 kernel\drivers\myleds\
Kconfig
mmdev
·
2012-03-19 18:00
android
android添加新驱动
1、往kernel\drivers添加新目录,例如:myleds2、在新目录中添加.c/
Kconfig
/Makefile文件kernel\drivers\myleds\
Kconfig
:configMY_LEDtristate"my_led"defaultyhelpthisisaLEDdriverkernel
imyang2007
·
2012-03-19 18:00
android
shell
makefile
menu
驱动编译进内核或编译模块的区别
linux内核中
Kconfig
文档的作用2.6内核的源码树目录下一般都会有两个文文:
Kconfig
和Makefile。
sooolo
·
2012-03-16 19:00
Module
Flash
文档
makefile
Constructor
linux内核
让sourceinsight支持查看makefile、
kconfig
以及.s代码方法
让sourceinsight支持查看makefile、
kconfig
以及.s代码方法 在用sourceinsight查看linux内核源码的时候,大家会发现不能查看源码中的makefile和
kconfig
caijp1090
·
2012-03-12 20:00
properties
filter
File
include
makefile
linux内核
解决:busybox编译 fatal error: curses.h: 没有那个文件或目录
ubuntu11.04下编译busybox执行makemenuconfig时出现如下错误@ubuntu:/home/dev/busybox-1.19.3#makemenuconfig HOSTCC scripts/
kconfig
ustcxjt
·
2012-03-06 21:00
数据库
String
function
ubuntu
2010
compilation
Kconfig
1.select与dependson是相反的逻辑关系。AdependsonB那么只有在B选中才能选A,AselectB那么只要选中A就会选中B2.如果要构造只能从若干个选项中选择一个,类似下面的这种: MDPHWversion 1.MDPHWver2.2(FB_MSM_MDP22) >2.MDPHWver3.0(FB_MSM_MDP30) 3.MDPHWver3.1(FB_
zhangchiytu
·
2012-03-05 20:00
linux
Module
makefile
图形
linux内核
linux2.6.x的配置文件
kconfig
语法
linux在2.6版本以后将配置文件由原来的config.in改为
kconfig
,对于
kconfig
的语法在/Documentation/kbuild/
kconfig
-language.txt中做了详细的说明
tanqiuwei
·
2012-03-04 19:00
Makefile
Kconfig
内核配置————怎样在menuconfig中添加一个菜单选项
MakefileKconfig内核配置内核裁剪 假设我们要在内核源代码drivers目录下如下用于testdriver的树型目录:|----test|----cpu|----cpu.c|----test.c|----test_client.c|----test_ioctl.c|----test_proc.c|----test_queue.c在内核中增加目录和子目录,我们需为相应的新增目录创建Kc
tanqiuwei
·
2012-03-04 19:00
工作
脚本
user
interface
makefile
menu
在menuconfig中添加编译驱动设备
在arch/arm/
kconfig
和drivers/
kconfig
里添加source"drivers/buzzer/
Kconfig
"选择模块的选项。2.
tanqiuwei
·
2012-03-04 18:00
linux
input
makefile
events
keyboard
triggers
Linux 内核网络优化
usr/src/linux-{version}/networking/ip-sysctl.txt RHEL6.0:/usr/src/kernels/2.6.32-71.el6.i686/net/ipv4/
Kconfig
ysdaniel
·
2012-02-29 17:00
linux
tcp
网络
socket
redirect
Sockets
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他