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
Can you provide the complete log of the compilation process? I cannot see any valid information from the log file you have provided so far
You can also check if the relevant dependencies are installed at the same time
sudo apt update
sudo apt install -y
pkg-config
ninja-build
doxygen
clang
gcc-multilib
g++-multilib
python3
nasm
Describe the bug
使用了Docker 安装了Ubuntu18.04的镜像,并且根据教程把对应的环境都安装完成后,拉取了当前main的源码,进行了编译,编译报错
To Reproduce
cd OrbbecSDK-K4A-Wrapper
mkdir build
cd build
cmake .. -G Ninja
此时报错
Expected behavior
不报错,可以正常编译
Logs
CMakeOutput.log
CMakeError.log
Screenshots
Desktop (please complete the following information):
OS with Version:
Ubuntu 18.04
SDK Version:
1.10.3
Firmware version:
1.0.9
Additional context
设备:Femto Bolt
The text was updated successfully, but these errors were encountered: