-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ar71xx 编译出错 #22
Comments
之前的版本呢? |
你之前的SDK呢?很明显是 mips-openwrt-linux-g++编译器没有啊 |
我在vps上wget openwrt 15.05的SDK,tar解压; 以前都是成功的。到今天都是失败了~~~奇怪了。我再试试吧。 |
成功回复: 抱歉! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
之前一直用openwrt 15.05 CC 的SDK来编译ngrokc,一直是成功的,但是1.33/1.34/1.35,每次编译都出现:
mkdir: cannot create directory 'build-mips': File exists
./test.sh: 17: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 18: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 19: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 20: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 21: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 22: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 23: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 24: ./test.sh: mips-openwrt-linux-g++: not found
mkdir: cannot create directory 'build-mips': File exists
./test.sh: 48: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 49: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 50: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 51: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 52: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 53: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 54: ./test.sh: mips-openwrt-linux-g++: not found
./test.sh: 55: ./test.sh: mips-openwrt-linux-g++: not found
tesh.sh是我vi建立的,也有sudo chmod +x test.sh
The text was updated successfully, but these errors were encountered: