-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Required Info | |
---|---|
Camera Model | D435 |
Firmware Version | (Open RealSense Viewer --> Click info) |
Operating System & Version | Ubuntu 16.04 LTS on TX2 |
Kernel Version (Linux Only) | 4.4.38-tegra |
Platform | NVIDIA Jetson TX2 |
SDK Version | 2.0 |
Issue Description
<Hi All
Further to #1424 and #1446, I'm not sure the issue is indeed fixed as indicated.
On following the instructions on #1424, I still get the following error:
/home/nvidia/librealsense/src/image.cpp:23:19: fatal error: cpuid.h: No such file or directory
compilation terminated.
CMakeFiles/realsense2.dir/build.make:374: recipe for target 'CMakeFiles/realsense2.dir/src/image.cpp.o' failed
make[2]: *** [CMakeFiles/realsense2.dir/src/image.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/realsense2.dir/all' failed
make[1]: *** [CMakeFiles/realsense2.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
In common with the ODROID workaround in #1446, I shall comment out the problematic code, but it seems such poor practice.
Something better for the TX2 would be much appreciated.
Thanks.>