OPENWRT make menuconfig错误之一】的更多相关文章

1.make menuconfig rm: cannot remove `tmp/.host.mk': Permission denied 退到trunk上级目录sudo chown -R 777 trunk 2.hbg 不在 sudoers 文件中.此事将被报告. sudo命令可以让你以root身份执行命令,来完成一些我们这个帐号完成不了的任务. 其实并非所有用户都能够执行sudo,因为有权限的用户都在/etc/sudoers中呢. 我们可以通过编辑器来打开/etc/sudoers,或者直接使…
由于Openwrt有很多工具是要先编译的,在Ubuntu12.10平台下编译openwrt时就遇到了下面这样的错误:elf.cpp: In static member function 'static Elf::file* Elf::file::open(const char*)':elf.cpp:68:5: error: '::close' has not been declared后经google,发现很多网友也遇到这样的问题,因此借鉴了他们的方法. 1.找到elf.cpp源文件(./bui…
如果使用make menuconfig的方式配置内核,又碰巧系统没有安装ncurses库(ubuntu系统默认就没有安装此库),就会出现错误,错误信息大体上如下: *** Unable to find the ncurses libraries or the*** required header files.*** 'make menuconfig' requires the ncurses libraries.****** Install ncurses (ncurses-devel) and…
User can access to ubus over HTTP. This way depend on rpcd service. When misconfigure the rpcd's ACL , It could lead the ACL don't work. Steps to produce the problem First you should get an machine running openwrt And install uhttpd and luci to provi…
make defconfig rm: cannot remove `tmp/.host.mk': Permission denied 退到trunk上级目录 su root sudo chown -R 777 trunk…
In :: scripts/kconfig/lxdialog/:: fatal error: curses.h: 没有那个文件或目录 #include CURSES_LOC ^ compilation terminated. ]: *** [scripts/kconfig/lxdialog/checklist.o] 错误 ]: *** [menuconfig] 错误 这是因为ubuntu系统中缺少一个套件 ncurses devel sudo apt-get install libncurses…
配置内核时出现如下错误: liuxin@sunshine-virtual-machine:~/work/nfs_root/system/linux-2.6.22.6$ make menuconfig HOSTCC scripts/kconfig/lxdialog/checklist.o In file included :: scripts/kconfig/lxdialog/dialog.h::: fatal error: curses.h: 没有那个文件或目录 #include CURSES_…
http://wiki.openwrt.org/doc/devel/patches 中文文档:http://andelf.diandian.com/post/2013-05-22/40050677370 首先,如果我们的补丁是一个文件的话,可以将它们放置在openwrt/target/下面,这儿的文件一般情况下就是直接拷贝到build_dir中适当地地方去了,如下图. 而使用quilt制作的补丁文件,则是在需要修改一些Makefile或者Kconfig或者不是自己独有的文件情况下才需要的.…
make menuconfig 错误,显示有curse 字样的文件没有装.用apt-get install 找不到,网上其他的办法说是源的问题,所以又更新了一下源,但是还是不好用,网速慢,更新太慢. 就直接下载文件安装了.很好使.下面是下载链接.其中有一个.deb文件需要两外两个安装后才能安装. http://download.csdn.net/detail/nuistchn/5721815…
 make menuconfig出错解决方法 2011-06-11 22:22:49 分类: 系统运维 错误现象: make menuconfig In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: 没有那个文件或目录 In file included from scripts/kconfig/lxdialo…