arm-rv1109-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))8.3.0
Copyright (C)2018 Free Software Foundation, Inc.
This is free software; see the sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
工具链使用时常见问题解决方案
若在编译某些工程时,出现cannot find -lnsl 提示的解决方法
cd /opt/rv1126_rv1109/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/arm-linux-gnueabihf/libc/lib
ln-s libnsl-2.28.so libnsl.so
若在编译某些工程时,出现`GLIBC_2.14’ not found提示的解决方法 出现如上提示的原因,是因为libstdc++.so库不中不存在该符号,需要找到有此符号的库,并进行替换,具体做法如下:
库下载地址,提取码为1481
替换方法
替换libm.so.6
cd /opt/rv1126_rv1109/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/arm-linux-gnueabihf/libc/lib
cp /mnt/libm.so.6 ./
替换libstdc++.so.6.0.26
cd /opt/rv1126_rv1109/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/arm-linux-gnueabihf/libcp /mnt/libstdc++.so.6.0.26 ./# 强制更改之前的符号链接sudoln-sf libstdc++.so.6.0.26 libstdc++.so```
安装CMake
安装
sudoapt-get update
sudoapt-getinstall cmake
安装成功检查 有类似如下输出则表示,安装cmake成功。
rabin@ubuntu:~$ cmake --version
cmake version 3.17.3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
工厂人员作业行为动作识别检测算法通过yolov7python深度学习算法框架模型,工厂人员作业行为动作识别检测算法实时识别并分析现场人员操作动作行为是否符合SOP安全规范流程作业标准,如果不符合则立即抓拍告警提醒。Python是一种由Guido van Rossum开发的通…
1,最近调试程序的时候发现抱一个错误
max-bundle configured but session description has no BUNDLE group
最后发现是一个参数设置错误
config.bundle_policy webrtc::PeerConnectionInterface::BundlePolicy::kBundlePolicyMaxBundle;
2,rtcp-mu…