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 相关的,于是各种想法都有.后来才发现确实是
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