busybox编译

sync.c:(.text.sync_main+0x7c): undefined reference to `syncfs'
Coreutils—>sync选项去掉

nsenter.c:(.text.nsenter_main+0x1b0): undefined reference to `setns'
Linux System Utilities—>nsenter,去掉该选项


mkdir dev etc lib mnt proc sys tmp var
cd etc
  vi eth0-setting
  chmod 755 eth0-setting
  mkdir init.d
  cd init.d
    vi ifconfig-eth0
    chmod 755 ifconfig-eth0
    vi rcS
    chmod 755 rcS
    cd ..
  vi passwd
  chmod 755 passwd
  vi profile
  chmod 755 profile
  mkdir rc.d
  cd rc.d
    mkdir init.d
    cd init.d
      vi netd
      chmod 755 netd
      cd ../../
  cd ..
cd var
  mkdir lib lock log run tmp



make_ext4fs需要使用讯为提供的,apt-get下载生成的文件系统,运行会出错
busybox可以用编译器gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.tar编译



























原文地址:https://www.cnblogs.com/god-of-death/p/10283871.html