重新以 arm 用户登陆,让新设置的环境变量起作用. [arm@localhost arm]#su arm

[arm@localhost arm]#cd ${SRC}

[arm@localhost tchain3.4.4]#tar xzvf binutils­2.16.tar.gz [arm@localhost tchain3.4.4]#mkdir ­p BUILD/binutils­2.16 [arm@localhost binutils­2.16]#cd BUILD/binutils­2.16

[arm@localhost binutils­2.16]# ../../binutils­2.16/configure ­­prefix=${PREFIX} ­­target=${TARGET} \

­­with­sysroot=${SYSROOT} [arm@localhost binutils­2.16]#make [arm@localhost binutils­2.16]#su root [root@localhost binutils­2.16]#make install [root@localhost binutils­2.16]#exit [arm@localhost binutils­2.16]#

 

相关文章:

  • 2021-11-15
  • 2021-11-29
  • 2022-12-23
  • 2021-10-30
  • 2021-12-18
  • 2021-12-14
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2021-09-07
  • 2021-11-21
  • 2021-11-12
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案