-
Notifications
You must be signed in to change notification settings - Fork 40
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
cyberdog_ws docker compile failed #9
Comments
+1, 遇到同样的问题 |
请查看一下docker镜像的编译过程中是否有liblog4cxx-dev的安装报错,如果有的话可以重新编译docker镜像。或者在现有的镜像中运行apt install liblog4cxx-dev |
apt install liblog4cxx-dev 有用,如果不行可以 apt update 一次 |
docker build的时候没有任何报错信息,我从cyberdog设备(第二代)上把缺少的库拷贝过来,可以编译通过,但是把编译后的产物放到设备上,无法启动,请问这个项目是cyberdog_ws一代的还是二代的? |
Starting >>> cyberdog_grpc
|
你这个是系统内存不足,g++被系统kill掉了,不要用多线程编译 |
给到16核16G内存会不够用,降到8核心16G内存就可以了,但是还是有这些错误 --- stderr: cyberdog_bluetooth
|
最后编译了好几个小时结果是这样的 |
您好这是警告,出现上述结果说明所有功能包已经编译完成 |
Describe the bug
docker 环境下,cyberdog_ws 编译失败,缺失 liblog4cxx.so.10
The text was updated successfully, but these errors were encountered: