赞
踩
vim ~/.bashrc
将gcc 里面bin 的路径放到bashrc文件夹下
source ~/.bashrc
1、cd **/external/rockit 至个人用户目录
2、cd ~/rockit/build/
3、cmake .. -DCMAKE_TOOLCHAIN_FILE=*share/host/share/buildroot/toolchainfile.cmake -DCMAKE_CXX_COMPILER=*share/host/bin/aarch64-buildroot-linux-gnu-g++
4、make
ssh name@192.168.100.100
password:**
mount -t nfs 192.168.100.124:/home/****/360/external/ /mnt/system/xfx/ -o nolock
提示如下在*/host/bin/ 目录下检查g++ 版本
升级
GLIB
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_
添加一个高级版本系统的源,直接升级libc6.
Ubuntu 20.04 - added this repo as described in the link
编辑源
sudo vi /etc/apt/sources.list
添加高版本的源
deb http://th.archive.ubuntu.com/ubuntu jammy main #添加该行到文件
运行升级
sudo apt update
sudo apt install libc6
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_
参考博客:https://blog.csdn.net/huazhang_001/article/details/128828999
ssh-keygen -R 【IP】加粗样式
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。