-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
编译过程报错 Error when bootstrapping CMake: Problem while running /home/lede/lede/staging_dir/host/bin/ninja #12015
Closed
1 task done
Comments
参考了其他类似的issue |
怕不是又是内存小了吧 |
使用的是硅云香港机房的 配置为1核1024MiB内存 |
这配置 我怀疑单线程 都跑不了 |
好的 谢谢 我更换虚拟机试一试
|
这个解决了吗,我今天更新了代码,也是出现这个问题:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
详细叙述
大家好 ,我在编译过程中遇到一些问题
编译使用云服务器 系统为 Ubuntu 20.04.6 LTS
更换为Ubuntu 22 系统仍可以复现该问题
编译前下载了最新源码
插件添加了passwall2
重复 issue
具体型号
ariaboard photonicat 光影猫
详细日志
[6/186] g++ -O2 -I/home/lede/lede/staging_dir/host/include -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -I/home/lede/lede/build_dir/host/cmake-3.25.2/Bootstrap.cmk -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source/LexerParser -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities/std -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities -c /home/lede/lede/build_dir/host/cmake-3.25.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o
FAILED: cmGeneratorTarget.o
g++ -O2 -I/home/lede/lede/staging_dir/host/include -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -I/home/lede/lede/build_dir/host/cmake-3.25.2/Bootstrap.cmk -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source/LexerParser -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities/std -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities -c /home/lede/lede/build_dir/host/cmake-3.25.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
[7/186] g++ -O2 -I/home/lede/lede/staging_dir/host/include -D_FILE_OFFSET_BITS=64 -DCMAKE_BOOTSTRAP -DCMake_HAVE_CXX_MAKE_UNIQUE=1 -I/home/lede/lede/build_dir/host/cmake-3.25.2/Bootstrap.cmk -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source -I/home/lede/lede/build_dir/host/cmake-3.25.2/Source/LexerParser -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities/std -I/home/lede/lede/build_dir/host/cmake-3.25.2/Utilities -c /home/lede/lede/build_dir/host/cmake-3.25.2/Source/cmGetSourceFilePropertyCommand.cxx -o cmGetSourceFilePropertyCommand.o
ninja: build stopped: subcommand failed.
Error when bootstrapping CMake:
Problem while running /home/lede/lede/staging_dir/host/bin/ninja
Log of errors: /home/lede/lede/build_dir/host/cmake-3.25.2/Bootstrap.cmk/cmake_bootstrap.log
make[3]: *** [Makefile:60: /home/lede/lede/build_dir/host/cmake-3.25.2/.configured] Error 9
make[3]: Leaving directory '/home/lede/lede/tools/cmake'
time: tools/cmake/compile#48.30#18.39#3814.83
make[2]: *** [tools/Makefile:221: tools/cmake/compile] Error 1
make[2]: Leaving directory '/home/lede/lede'
make[1]: *** [tools/Makefile:217: /home/lede/lede/staging_dir/host/
stamp/.tools_compile_nyyynyynnyyynynyyyyyyynyynnynyynnynnyyyyyyyyyyyyyyyyynynnyyyyyyyy] Error 2
make[1]: Leaving directory '/home/lede/lede'
make: *** [/home/lede/lede/include/toplevel.mk:231: world] Error 2
The text was updated successfully, but these errors were encountered: