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
We implemented the RSUSB installation method. We downloaded the intel realsense SDK version 2.56.3. Afterwards, we ran the cmake ../ -Dforce_RSUSB_BACKEND=ON -DBUILD_PYTHON_BINDINGS:bool=true -DPYTHON_EXECUTABLE=/usr/bin/python, and it worked successfully. However, we ran into issues when we tried running the make command, which caused issues with libcurl. We tried using sed, but there was no files found. How do we resolve this issue?
Linking C static library libcurl-d.a [100%] Built target libcurl_static make[5]: *** No rule to make target '/home/c9-jetson1/Downloads/librealsense-2.56.md/build/libcurl/src/libcurl-build/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3'. Stop. make[4]: *** [CMakeFiles/Makefile2:231: docs/libcurl/CMakeFiles/curl-man.dir/all] Error 2 make[3]: *** [Makefile:136: all] Error 2 make[2]: *** [CMakeFiles/libcurl.dir/build.make:87: libcurl/src/libcurl-stamp/libcurl-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:895: CMakeFiles/libcurl.dir/all] Error 2
Just FYI: The realsense camera does work when it is directly connected to a windows computer.
The text was updated successfully, but these errors were encountered:
Hi @snehabanda30 A recent librealsense 2.56.3 issue with libcurl at #13724 found that the libcurl errors were bypassed if the flag -DCHECK_FOR_UPDATES=false is used in the CMake build instruction.
Jetson Orin Nano
Realsense Depth Camera D457
We implemented the RSUSB installation method. We downloaded the intel realsense SDK version 2.56.3. Afterwards, we ran the cmake ../ -Dforce_RSUSB_BACKEND=ON -DBUILD_PYTHON_BINDINGS:bool=true -DPYTHON_EXECUTABLE=/usr/bin/python, and it worked successfully. However, we ran into issues when we tried running the make command, which caused issues with libcurl. We tried using sed, but there was no files found. How do we resolve this issue?
Linking C static library libcurl-d.a [100%] Built target libcurl_static make[5]: *** No rule to make target '/home/c9-jetson1/Downloads/librealsense-2.56.md/build/libcurl/src/libcurl-build/docs/libcurl/libcurl-symbols.md', needed by 'docs/libcurl/curl_easy_cleanup.3'. Stop. make[4]: *** [CMakeFiles/Makefile2:231: docs/libcurl/CMakeFiles/curl-man.dir/all] Error 2 make[3]: *** [Makefile:136: all] Error 2 make[2]: *** [CMakeFiles/libcurl.dir/build.make:87: libcurl/src/libcurl-stamp/libcurl-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:895: CMakeFiles/libcurl.dir/all] Error 2
Just FYI: The realsense camera does work when it is directly connected to a windows computer.
The text was updated successfully, but these errors were encountered: