个人笔记(嵌入式lnux).docVIP

  • 14
  • 0
  • 约8.51万字
  • 约 72页
  • 2017-09-13 发布于江苏
  • 举报
个人笔记(嵌入式lnux)

个人笔记(嵌入式linux) 编译交叉工具链: 方法一: 1. get all the source files linux-2.4.9.tar.gz, patch-2.4.9-ac9.gz, patch-2.4.9-ac9-rmk1.bz2, diff-2.4.9-ac9-rmk1-np1.gz, binutils-2.11.2.tar.gz, gcc-2.95.3.tar.gz, glibc-2.2.4.tar.gz, glibc-linuxthreads-2.2.4.tar.gz 2. install the binutils # cd /tmp # tar zxvf binutils-2.11.2.tar.gz # cd binutils-2.11.2 # ./configure --target=armv4l-unknown-linux --prefix=/opt/host/armv4l # make # make install 3. make the binutils reachablel # export PATH=/opt/host/armv4l/bin:$PATH 4. Installing gcc(c compiler) # cd /tmp # tar zxvf linux-2.4.9.tar.gz # mv linux linux-2.4.9-ac9-rmk

文档评论(0)

1亿VIP精品文档

相关文档