个人博客地址:https://xyc.vip/ 欢迎大家来踩
随笔分类 - linux
摘要:1.尝试再次输入以下命令: sudo apt-get autoremove open-vm-tools sudo apt-get install open-vm-tools sudo apt-get install open-vm-tools-desktop 2.禁用 Wayland sudo ed
阅读全文
摘要:报错信息如下: 2023-05-09 10:33:22.819 W [MediaServer] [13423-MediaServer] sockutil.cpp:421 bind_sock6 | Bind socket failed: address already in use2023-05-09
阅读全文
摘要:解决方法1: 原来的命令行加上-lpthread 解决方法2: -DCMAKE_THREAD_LIBS_INIT=-lpthread
阅读全文
摘要:xxx@xxx-virtual-machine:~/workspace/rv1126_rv1109_sdk$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672FExecuting: /t
阅读全文
摘要:使能buildroot的环境变量 source envsetup.sh ;rv1126一般选择90make dropbear-dircleanmake dropbear./build.sh rootfs./build.sh再不行的话,可以多试两次,再不行的话:建议你先清除 ./build.sh cl
阅读全文
摘要:一些文件被windows打开后代码格式会被改变,使用一下命令来转换 sed -i 's/\r//' filename
阅读全文
摘要:安装ninja: sudo apt install ninja-build 安装gn: sudo apt install generate-ninja
阅读全文
摘要:error: initialization of ‘long int (*)(struct file *, unsigned int, long unsigned int)’ from incompatible pointer type ‘int (*)(struct file *, unsigne
阅读全文
摘要:加参数-b 8192 例如: tftp -g 192.168.1.110 -r demo -b 8192
阅读全文