Skip to content
New issue

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

disable link time optimization for fw project #13368

Open
liujl12345 opened this issue Sep 23, 2024 · 2 comments
Open

disable link time optimization for fw project #13368

liujl12345 opened this issue Sep 23, 2024 · 2 comments

Comments

@liujl12345
Copy link

Hi! Here is a problem I can not solve.

camera Model : D405
ubuntu 20.04.6 LTS
kernel 5.15.0-122-generic
run command : cmake ../

the output is:
-- Checking internet connection...
-- Internet connection identified
-- Info: REALSENSE_VERSION_STRING=2.55.1
-- Setting Unix configurations
-- No output directory set; using /home/liu/下载/librealsense-master/build/Release/
-- Building libcurl enabled
-- using RS2_USE_V4L2_BACKEND
-- Fetching nlohmann/json...
-- Using the multi-header code from /home/liu/下载/librealsense-master/build/third-party/json/include/
-- Fetching nlohmann/json - Done
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Check for updates capability added to realsense-viewer
-- Check for updates capability added to realsense-depth-quality
-- Fetching recommended firmwares:
-- disable link time optimization for fw project
-- ... https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin

then it just doesn't react, although I try to wait.
2024-09-23 11-30-36 的屏幕截图

maybe i need wait longer? someone help me~(╥_╥)

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Sep 23, 2024

Hi @liujl12345 If you are building the librealsense SDK from source code with CMake then please try adding -DIMPORT_DEPTH_CAM_FW=false to your CMake build instruction so that it does not attempt to download the RealSense firmware file. Depending on your location in the world, such downloads may be blocked by an internet firewall.

I recommend using the CMake build command below.

cmake ../ -DCMAKE_BUILD_TYPE=release -DIMPORT_DEPTH_CAM_FW=false

@MartyG-RealSense
Copy link
Collaborator

Hi @liujl12345 Do you require further assistance with this case, please? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants