Cannot compile on Ubuntu 20.04 (ppc64le) with CUDA 11.6
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).
### Steps to reproduce the issue
#### I first cloned Open3D by:
```
git clone https://github.com/isl-org/Open3D.git
cd Open3D
```
#### Then, I build Open3D (on Ubuntu 20.04, with CUDA 11.6) with:
```
mkdir build
cd build
cmake ..
successful till above.
make -j$(nproc)
returns the following error
```
### Error message
```shell
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[5]: *** [CMakeFiles/UVAtlas.dir/build.make:77: CMakeFiles/UVAtlas.dir/cmake_pch.hxx.pch] Error 1
make[4]: *** [CMakeFiles/Makefile2:83: CMakeFiles/UVAtlas.dir/all] Error 2
make[3]: *** [Makefile:136: all] Error 2
make[2]: *** [CMakeFiles/ext_uvatlas.dir/build.make:86: uvatlas/src/ext_uvatlas-stamp/ext_uvatlas-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1760: CMakeFiles/ext_uvatlas.dir/all] Error 2
20 errors generated.
make[5]: *** [common/simd/CMakeFiles/simd.dir/build.make:76: common/simd/CMakeFiles/simd.dir/sse.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:291: common/simd/CMakeFiles/simd.dir/all] Error 2
make[4]: *** Waiting for unfinished jobs....
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:174: common/sys/CMakeFiles/sys.dir/mutex.cpp.o] Error 1
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:90: common/sys/CMakeFiles/sys.dir/alloc.cpp.o] Error 1
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:202: common/sys/CMakeFiles/sys.dir/barrier.cpp.o] Error 1
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:132: common/sys/CMakeFiles/sys.dir/thread.cpp.o] Error 1
20 errors generated.
make[5]: *** [common/tasking/CMakeFiles/tasking.dir/build.make:76: common/tasking/CMakeFiles/tasking.dir/taskschedulerinternal.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:344: common/tasking/CMakeFiles/tasking.dir/all] Error 2
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:146: common/sys/CMakeFiles/sys.dir/string.cpp.o] Error 1
20 errors generated.
make[5]: *** [common/sys/CMakeFiles/sys.dir/build.make:76: common/sys/CMakeFiles/sys.dir/sysinfo.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:239: common/sys/CMakeFiles/sys.dir/all] Error 2
make[3]: *** [Makefile:156: all] Error 2
make[2]: *** [CMakeFiles/ext_embree.dir/build.make:86: embree/src/ext_embree-stamp/ext_embree-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1890: CMakeFiles/ext_embree.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
```
### Open3D, Python and System information
```markdown
- Operating system: Ubuntu 20.04
- Python version: Python 3.10
- Open3D version: couldn't install
- System architecture: ppc64le
- Is this a remote workstation?: yes
- How did you install Open3D?: build from source
- Compiler version (if built from source): gcc 9.4.0 / clang 10.0.0-4ubuntu1
```
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.