16make[6]: *** [all] Error 2 17make[6]: Leaving directory `/media/kofec/Linux/openwrt/kirkwoodTrunk/build_dir/host/pkg-config-0.29.1/glib' 18make[5]: *** [all-recursive] Error 1 19make[5]: Leaving directory `/media/kofec/Linux/openwrt/kirkwoodTrunk/build_dir/host/pkg-config-0...
make menuconfig 至此应该进入TUI文本图形界面了 在此界面我们可以做各种功能的选取 生成.config文件 进行编译 建议默认不更改选项编译一次 以下是TUI界面基本操作说明 1 上下方向键选择子项目 左右方向键对应下方Exit Save Load 2 回车键进入选项 空格键可以选择选项 单击空格出现M标志 代表以Mod形式编译 编译完的可执...
解决办法:(不同版本中pkg-config-XX的目录名可能不一致,以自己的目录名为准)。 cd build_dir/host/pkg-config-0.29.1/glib ./configure --enable-iconv=no --with-libiconv=gnu 1. 2. 3. 我是小董,V公众点击"笔记白嫖"解锁更多OpenWrt资料内容。
├── pkg-config ├── ppl ├── qemu ├── quilt ├── scons ├── sed ├── sparse ├── squashfs ├── squashfs4 ├── sstrip ├── upslug2 ├── upx ├── wrt350nv2-builder ├── xz └── yaffs2 然后使用: make menuconfig make 编译的过程会持续好几个小时,因...
# 只对.config 部分代码片段的默认值补全 make defconfig # 清理旧文件,也可以不清理 # 如果只是调整检查和驱动等,清理bin目录内容 make clean # 如果需要调整架构,或者之前编译出错,清理clean+交叉编译工具及工具链目录 make dirclean # 如果需要调清理所有,包括下载的软件包,配置文件,feed内容等 ...
$(INSTALL_DIR)$(1)/etc/config $(INSTALL_CONF)./files/hello.conf$(1)/etc/config/hello $(INSTALL_DIR)$(1)/etc/init.d $(INSTALL_BIN)./files/hello.init$(1)/etc/init.d/hello $(INSTALL_DIR)$(1)/usr/sbin $(INSTALL_BIN)$(PKG_BUILD_DIR)/hello$(1)/usr/sbin/hello ...
WWAN ⚫ CONFIG_USB_SERIAL_OPTION 执行“sudo make kernel_menuconfig”命令,在“> Device Drivers > Network device support > USB Network Adapters > Multi-purpose USB Networking Framework”路径下选择下图中的选项,注意不同的Openwrt版本该路径可能不一致,但是一定要开启下图中的选项:usb项选配:六...
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pyelftools \ libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip \ vim wget xmlto xxd zlib1g-dev
/home/project/openwrt/include/toplevel.mk:105: recipe for target 'scripts/config/mconf' failed 解决办法: sudo apt-get install pkg-config 报错信息:Your display is too small to run Menuconfig! It must be at least 19 lines by 80 columns. 解决办法: 1.扩大终端窗口的大小:调整终端窗口的大小...
tools/pkgconf: add PKG_CONFIG_EXTRAARGS for additional arguments 4年前 .gitattributes add .gitattributes to prevent the git autocrlf option from messing wit… 13年前 .gitignore .gitignore: ignore any .vscode* file 4年前 BSDmakefile build: use SPDX license tags ...