ChinaUnix.net
相关文章推荐:

SUBDIRS=oslinux modules

由于没有make dep,直接make modules subdirs=net/ipv4/netfilter会出现: /bin/sh: scripts/genksyms/genksyms: No such file or directory make[1]: *** [net/ipv4/xfrm4_tunnel.o] Error 1 make: *** [_module_net/ipv4] Error 2

by bingosek - Linux论坛 - 2005-10-01 17:32:34 阅读(439) 回复(0)

相关讨论

]# make modules make -C kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-3/include -Wall -Ws trict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -f no-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -D MODVERSIONS -include /usr/src/linux-2.4.18-3/include/linux/modversions.h" MAKING _modules=1 modules make[1]: Entering directory `/usr/src/lin...

by 飞天二狭 - Linux论坛 - 2004-09-16 11:11:21 阅读(759) 回复(18)

环境: i.MX31 kernel-2.6.16 arm-none-linux-gnueabi-gcc (gcc4.1.1,gcc4.1.2也用过) U-boot. 开发主机 FC8 我目前把 一个WIFI移植到 i.MX31上面,WIFI使用了sdio_lib.ko ,sdio_busdriver.ko,在编译的时候,需要在KERNEL中 增加 PnP模块支持,sdio_busdriver.ko才可以编译过去。 而我加了这个选项以后,启动的时候,跑到 Uncompressing the kernel...................................... booting the kernel. console里面...

by robin10 - C/C++ - 2009-10-05 19:49:11 阅读(1111) 回复(2)

import rrdtool rrdtool.create('sample.rrd','-s','600','-b','1216040637', 'DS:DS1:COUNTER:6000:0:100' ,'RRA:MAX:0.5:5:1000') 都得在'' 里面。。。。。。。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32515/showart_1081728.html

by zhangzhu1984 - Python文档中心 - 2008-07-14 21:18:03 阅读(1777) 回复(0)

试想测试一下modules,但编译出现 # make make: Graph cycles through hello.o make: don't know how to make hello.4. Stop make: stopped in /workstation/modules 以下是code and Makefile #include #include #include #include #include #define IPF_QQ_VERSION "IPF_QQ_VERSION: 1.0.0" static int ipf_qq_modload () { printf ("Lo...

by ixp2xxx - BSD - 2007-07-13 11:28:43 阅读(1951) 回复(1)

modules文件是在什么时间生成的?如何生成?主要起什么作用? 望大虾指点!谢谢!

by jane_yyp - 内核/嵌入技术 - 2006-07-13 22:35:23 阅读(830) 回复(2)

http://www.phrack.org/phrack/62/p62-0x0a_Attacking_Apache_modules.txt [code] Volume 0x0b, Issue 0x3e, Phile #0x0a of 0x10 |=-=[ Attacking Apache with builtin modules in Multihomed Environments ]=| |=----------------------------------------------------------------------=| |=-----------------------=[ Andi ; ]=----------------------=| --[ Contents 1 - Introduction ...

by t920 - 数据安全 - 2004-11-02 10:40:15 阅读(965) 回复(0)

我在配置完modules.conf后发现/proc/driver/cciss目录没有了,磁带机用不了了,请高手指点。谢谢!! :em06: :em06:

by 1357 - Linux论坛 - 2004-10-08 15:52:03 阅读(263) 回复(1)

OpenBSD Loadable Kernel modules comments to peter_a_werner@yahoo.com http://www.deadly.org/article.php3?sid=20010812210650 Introduction From lkm(4): "Loadable kernel modules allow the system administrator to dynamically add and remove functionality from a running system. This ability also helps software developers to develop new parts of the kernel without constantly rebooting to test their ch...

by 衍水狂客 - BSD - 2004-02-17 15:48:58 阅读(890) 回复(3)

比如/lib/modules/2.4.2-18/modules.dep /lib/modules/2.4.2-18/modules.pcimap 这类的文件的作用是什么,在什么时候使用他们呢,是在启动内核的时候,还是在别的什么时候?

by singleye - Linux论坛 - 2003-10-14 09:49:47 阅读(272) 回复(1)