ARM LINUX 修改和编译常用命令

1.安装编译环境

        sudo apt update
        sudo apt install autoconf automake m4 perl bison gperf texinfo gettext libtool autopoint
        sudo apt install libncurses5-dev libncursesw5-dev

2.UNAME DF 等等

        wget https://ftp.gnu.org/gnu/coreutils/coreutils-8.3.tar.xz
        tar xvf coreutils-8.3.tar.xz
        cd coreutils-8.3
        ./configure --build=aarch64-unknown-linux-gnu        
        make

3.LSBLK LSCPU 等等

        wget https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.1.tar.xz
        tar xvf util-linux-2.38.1.tar.xz
        cd /userdata/util-linux-2.36.1
        ./configure
        make

4. DMIDECODE

        wget https://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.5.tar.xz

        tar xvf dmidecode-3.5.tar.xz

        cd /userdata/dmidecode-3.5

        make

5.LSPCI

        wget https://netix.dl.sourceforge.net/project/pciutils/pciutils-3.8.0.tar.xz

        tar xvf pciutils-3.8.0.tar.xz

        cd /userdata/pciutils-3.8.0

        make

6.PS FREE KILL 等等

        git clone https://gitlab.com/procps-ng/procps
         /userdata
        ./autogen.sh
        ./configure
        make

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值