我遵循this指南来编译引导代码bat我遇到错误
mips-linux-xgcc: fatal error: environment variable 'STAGING_DIR' not defined
即使我这样定义
STAGING_DIR=/home/slobodan/Desktop/NETIS/rtk_openwrtSDK_v2.5_20160905/rtk_openwrt_sdk/staging_dir/
答案 0 :(得分:0)
需要在同一Shell会话中输入命令export STAGING_DIR=/...