We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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.>
The text was updated successfully, but these errors were encountered:
Thank you for your feedback @mikeisted, We will look further into this.
Sorry, something went wrong.
[Realsense Customer Engineering Team Comment] Please try librealsense 2.10.3 which should fix this issue. (The same issue with #1555)
Hello All, I face the same issue fatal error: cpuid.h: No such file or directory compilation terminated.
I have already installed librealsense following jetsonhack. https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md
can you please point me to the manual to install librealsense 2.10.3?
Thanks
RealSense-Customer-Engineering
No branches or pull requests
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.>
The text was updated successfully, but these errors were encountered: