error: environment variable 'STAGING_DIR' not defined
error: environment variable 'STAGING_DIR' not defined
Im following this guide to compile bootcode bat Im geting an error
mips-linux-xgcc: fatal error: environment variable 'STAGING_DIR' not defined
Even I defined it like so
STAGING_DIR=/home/slobodan/Desktop/NETIS/rtk_openwrtSDK_v2.5_20160905/rtk_openwrt_sdk/staging_dir/
1 Answer
1
Command export STAGING_DIR=/... need to be entered in same shell session
export STAGING_DIR=/...
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.