We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
实际问题是这个:
CFLAGS="-O2 -I/root/lede/staging_dir/host/include -I/root/lede/staging_dir/host/usr/include " CPPFLAGS="-I/root/lede/staging_dir/host/include -I/root/lede/staging_dir/host/usr/include " CXXFLAGS="" LDFLAGS="-L/root/lede/staging_dir/host/lib -L/root/lede/staging_dir/host/usr/lib " make -C /root/lede/build_dir/host/gmp-6.1.2 make[4]: Entering directory /root/lede/build_dir/host/gmp-6.1.2' make[4]: *** No targets specified and no makefile found. Stop. make[4]: Leaving directory /root/lede/build_dir/host/gmp-6.1.2' make[3]: *** [/root/lede/build_dir/host/gmp-6.1.2/.built] Error 2 make[3]: Leaving directory /root/lede/tools/gmp' make[2]: *** [tools/gmp/compile] Error 2 make[2]: Leaving directory /root/lede' make[1]: *** [/root/lede/staging_dir/target-x86_64_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyyyyynynnyyynny] Error 2 make[1]: Leaving directory `/root/lede' make: *** [world] Error 2
/root/lede/build_dir/host/gmp-6.1.2' make[4]: *** No targets specified and no makefile found. Stop. make[4]: Leaving directory
/root/lede/tools/gmp' make[2]: *** [tools/gmp/compile] Error 2 make[2]: Leaving directory
The text was updated successfully, but these errors were encountered:
你这个是有个包没有下载好吧
Sorry, something went wrong.
重建虚拟机,貌似可以了
Merge pull request coolsnowwolf#76 from coolsnowwolf/master
e9314f8
20200721 日常更新
No branches or pull requests
实际问题是这个:
CFLAGS="-O2 -I/root/lede/staging_dir/host/include -I/root/lede/staging_dir/host/usr/include " CPPFLAGS="-I/root/lede/staging_dir/host/include -I/root/lede/staging_dir/host/usr/include " CXXFLAGS="" LDFLAGS="-L/root/lede/staging_dir/host/lib -L/root/lede/staging_dir/host/usr/lib " make -C /root/lede/build_dir/host/gmp-6.1.2
make[4]: Entering directory
/root/lede/build_dir/host/gmp-6.1.2' make[4]: *** No targets specified and no makefile found. Stop. make[4]: Leaving directory
/root/lede/build_dir/host/gmp-6.1.2'make[3]: *** [/root/lede/build_dir/host/gmp-6.1.2/.built] Error 2
make[3]: Leaving directory
/root/lede/tools/gmp' make[2]: *** [tools/gmp/compile] Error 2 make[2]: Leaving directory
/root/lede'make[1]: *** [/root/lede/staging_dir/target-x86_64_musl/stamp/.tools_compile_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyyyyynynnyyynny] Error 2
make[1]: Leaving directory `/root/lede'
make: *** [world] Error 2
The text was updated successfully, but these errors were encountered: