ChinaUnix.net
相关文章推荐:

insmod cannot insert invalid module format

insmod的时候出现 invalid module format: 不知道是什么原因?我的GCC,内核这些编译环境都没错啊?请教大哥大姐帮帮忙

by mafiaguy - C/C++ - 2008-05-23 14:43:08 阅读(2944) 回复(8)

相关讨论

简单的开始: #include module.h>; /* Needed by all modules */ #include ; /* Needed for KERN_ALERT */ #include ; static int LL_init_module(void) { printk("<1>;Hello world 1.\n"); return 0; } static void LL_cleanup_module(void) { printk("<1>;Goodbye world 1.\n"); } module_init(LL_init_module); module_exit(LL_cleanup_module); Makefile: TARGET = he...

by oliliango - 内核/嵌入技术 - 2006-03-30 13:41:25 阅读(9201) 回复(8)
by shilianghui - C/C++ - 2005-06-26 14:19:18 阅读(615) 回复(0)
by shilianghui - 内核/嵌入技术 - 2005-06-28 09:35:31 阅读(683) 回复(3)

dn: cn=aichang,ou=Users,o=Com changetype: modify add: account account: xxx - add: pass pass: xxx 我用ldapmodify修改却报invaid format (line 5)?好像-出错了,为什么啊

by cuiwh - 服务器应用 - 2008-02-21 15:20:25 阅读(2753) 回复(0)

hi,everyone, 我的机器装了FC4和WINXP,装好后启动出现了这个错误:error 13 invalid or unsupported executable format,please press any key to continue... 不知道什么原因啊?怎么解决呀? 多谢先!!!

by jacky_yang - 系统管理 - 2006-05-09 15:39:59 阅读(1090) 回复(0)

有人遇到过这种问题吗?? invalid scale size. cannot be less than zero oracle9i,jdk1.4 谢谢!!!!

by whh726 - Oracle - 2007-03-22 15:02:48 阅读(2912) 回复(2)

要对硬盘进行格式化 OK 提示符 下 format ---->; format 就出现错误提示 cannot format this drive .Please use your manufacturer supplied formatting utility. 为什么??

by lcqxmu - Solaris - 2004-10-02 16:28:10 阅读(644) 回复(4)

当我启动apache的时候,遇到类似如下这样的错误: cannot add module via name 'mod_vhost_alias.c': not in list of loaded modules 那位高人曾经遇到过,是怎么解决的,能不能说说!

by popscb - 服务器应用 - 2005-09-15 15:10:50 阅读(918) 回复(3)

RT 安装FC6所示错误! 在执行boot.bat boot.bat内容是 loadlin vmlinuz initrd=initrd.img ramdisk_size=9216 那位知道怎样解决给小弟说说 ! 谢谢! 此问题已解决但是出现了新问题。先通过google找到答案试验一下! [ 本帖最后由 2300 于 2006-10-26 08:11 编辑 ]

by 2300 - 系统管理 - 2006-10-26 07:00:13 阅读(358) 回复(0)

我使用grub引导winxp时,在grub.conf加入 tile winxp root(hd0 ,0) chainloader +1 重启 结果出现 重启 结果出现 invalid excutive format 哎呀,出了什么问题啊

by yeluosong - Linux论坛 - 2003-07-11 10:04:51 阅读(265) 回复(0)