我按照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