You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat /debian-home/lede/build_dir/host/cmake-3.30.5/Bootstrap.cmk/cmake_bootstrap.log | grep error
# error "The CMAKE_C_COMPILER is set to a C++ compiler"
#error "On AIX with GNU we need the -pthread flag."
#error "On Solaris we need C99."
#error "On HP-UX we need GCC 4.9 or higher."
#error "Compiler is not in a mode aware of C++11."
#error "On AIX with GNU we need the -pthread flag."
#error "SunPro <= 5.13 mode not supported due to bug in move semantics."
#error "On HP-UX we need GCC 4.9 or higher."
// the wrong constructor which generate error in template instantiation.
# error "utimensat not available on macOS < 10.13"
# error "utimensat not available on macOS < 10.13"
# error "utimensat not available on macOS < 10.13"
/debian-home/lede/build_dir/host/cmake-3.30.5/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: 'environ' was not declared in this scope; did you mean 'union'?
# error "utimensat not available on macOS < 10.13"
# error "utimensat not available on macOS < 10.13"
The text was updated successfully, but these errors were encountered:
详细叙述
今天更新代码重新编译就报错了
环境wsl ubuntu20.0
之后放到docker debian环境重头跑了一遍也是同样报错
查了下issue,没找到相关解决办法
重复 issue
具体型号
Nokia EA0326GMP
详细日志
另外查出日志文件中的错误:
The text was updated successfully, but these errors were encountered: