/home/mynfs/linux/scripts/recordmcount: No such file or directory
它出什么问题了?
PS:/ home / mynfs / linux /是我的源代码树所在的目录.
[root@localhost yiran]# make CONfig_NFS_ACL_SUPPORT=m -C /home/mynfs/linux M=/home/mynfs/linux/fs/nfs_common modulesmake: Entering directory `/home/mynfs/linux' WARNING: Symbol version dump /home/mynfs/linux/Module.symvers is missing; modules will have no dependencIEs and modversions. CC [M] /home/mynfs/linux/fs/nfs_common/nfsacl.o**/bin/sh: /home/mynfs/linux/scripts/recordmcount: No such file or directory**make[1]: * [/home/mynfs/linux/fs/nfs_common/nfsacl.o] Error 1make: * [_module_/home/mynfs/linux/fs/nfs_common] Error 2make: Leaving directory `/home/mynfs/linux'
[root@localhost yiran]# ls /home/mynfs/linux/scripts | grep recordmcountrecordmcount.crecordmcount.hrecordmcount.pl解决方法 我有同样的问题,只是让recordmcount部分地解决了它.还缺少其他脚本/ *模块.
以下命令构建了我缺少的所有模块:
cd $(sysroot)/usr/src/linux (in your case it should be /home/mynfs/linux) make scripts
然后构建了所有脚本模块,编译内核模块时没有进一步的问题.
总结以上是内存溢出为你收集整理的linux-kernel – linux / scripts / recordmcount:没有这样的文件或目录全部内容,希望文章能够帮你解决linux-kernel – linux / scripts / recordmcount:没有这样的文件或目录所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)