OpenWRT 编译 error GNU libiconv not in use but included iconv.h is from... 编译的时候碰到一个常见的错误,但是却在一个陌生的地方爆出来: gconvert.c:55:2: error: #error GNU libiconv not in use but included iconv.h is from libiconv google 了一下资料还挺多,总之就是没搜到 OpenWRT 相关的,于是各种想法都有.后来才发现确实是
刚刚下载的openwrt trunk版本,安装后没有luci选项,如下图 需要添加luci页面选项. 步骤如下: (1)修改配置文件 .config , 将 CONFIG_FEED_luci is not set 修改为 CONFIG_FEED_luci=y (2)执行如下命令: ./scripts/feeds update -a ./scripts/feeds install -a (3)再执行 make menuconfig, 可以查看到已经存在luci选项了
Install git , to conveniently download the OpenWrt source code, and build tools to do the cross-compilation process: apt-get update sudo apt-get install git-core build-essential libssl-dev libncurses5-dev unzip Some feeds might not available over git
今天在编译一个OpenWrt测试用例的时候出现报错 Package airfly_receiver is missing dependencies for the following libraries: libmediaplayer.so 此库文件是在lebo包裹中编译出来的,确认过已经编译成功,且在当前调用的Makefile中添加了DEPENDS字段包含了生成该库的包裹 DEPENDS:=+libcedarx +afapp +miracast2 +lebo 打开lebo包裹里的Makefil