Closed bilalghalib closed 4 years ago
@bilalghalib hello, The specific error -
c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report,
is not really informative. It could be an indication of a lack of RAM/VirtMem resources, which is often the case with Raspbians. Make sure that you've at least 2Gb Virtual Memory (Swap File), as indicated in the installation guide that you mention above.
I would suggest to make a clean build, including removing the Cmake cache. And then monitor resources utilization with htop
during build.
Also - please specify the exact RPI model/Distro used, as we do not observe such symptoms with RPI4 running Raspbian Buster 10 with GCC 8.3
@bilalghalib With the suggestion from ev-mp, did you get through the issue now? Looking forward to your update.Thanks!
@bilalghalib Could you please update? Thanks!
@bilalghalib No feedback from your side for weeks. Will close this at this point. If you still have issues/question, please feel free to open new one. Thanks!
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_raspbian.md?source=post_page-----882933271f3d---------------------- <camera D435i Real Sense Viewer shows my SDK#: 2.29.0 - I am able to get Depth camera video into the realsense viewer I'm on Raspberian Following these instructions: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_raspbian.md?source=post_page-----882933271f3d----------------------
uname -a Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
gcc -v gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1)
cmake --version cmake version 3.7.2
I am getting the following error at this point in the instructions: install pyrealsense2 $ cd ~/librealsense/build
for python2 $ cmake .. -DBUILD_PYTHON_BINDINGS=bool:true -DPYTHON_EXECUTABLE=$(which python)
for python3 $ cmake .. -DBUILD_PYTHON_BINDINGS=bool:true -DPYTHON_EXECUTABLE=$(which python3)
any ideas?
Issue Description
<Describe your issue / question / feature request / etc..>