【发布时间】:2021-08-11 18:04:02
【问题描述】:
我按照 OpenWrt 网站上给出的以下步骤来设置 OpenWrt 构建系统。
sudo apt-get update
sudo apt-get install git-core build-essential libssl-dev libncurses5-dev unzip gawk zlib1g-dev
git clone https://github.com/openwrt/openwrt.git
git clone -b chaos_calmer git://github.com/openwrt/openwrt.git
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
我在配置文件中进行了必要的更改并运行了make 命令。它给出了以下错误:make: *** [world] Error 1
有什么解决办法吗?
【问题讨论】:
-
提供的信息不充分。您需要说明您更改的方式和配置文件。
标签: networking openwrt