我按照OpenWrt网站上给出的以下步骤来设置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
命令。它给出了以下错误:使:*** [世界]错误1
任何解决方案?
提供的信息不够全面。您需要告诉您如何以及更改了哪些配置文件。 – fossil