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

Some problems occured when I install the SDK from source #4420

Closed
ghost opened this issue Jul 12, 2019 · 3 comments
Closed

Some problems occured when I install the SDK from source #4420

ghost opened this issue Jul 12, 2019 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 12, 2019

Compilation errors are as follows:
/home/uav1/librealsense/common/fw-update-helper.cpp:15:37: fatal error: common/fw/D4XX_FW_Image.h: not found
And I can't find the D4XX_FW_Image.h file in the common folde.

@radfordi
Copy link
Contributor

Firmware update is built in now, so you'll need to run cmake . at least once to let it download the firmware.

@dorodnic
Copy link
Contributor

Also, please make sure there are no CMake warnings related to internet connection, and proxy settings are properly configured. We need to conditionally disable this code when building without internet, but if you want full SDK functionality you need to make sure CMake can download the relevant binaries.

@ghost
Copy link
Author

ghost commented Jul 16, 2019

@radfordi @dorodnic Solved it! Thanks!

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

No branches or pull requests

2 participants