zoukankan      html  css  js  c++  java
  • Osmocom-bb系统编译

    Ubuntu 12.04.5 LTS i386环境下编译

    sudu su
    --------------------------------------------------------------------------
    cd /opt
    mkdir GnuArmToolchain
    cd GnuArmToolchain wget http:
    //bb.osmocom.org/trac/raw-attachment/wiki/GnuArmToolchain/gnu-arm-build.3.sh chmod +x gnu-arm-build.3.sh
    mkdir build install src cd src wget http:
    //ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2 wget http://ftp.gnu.org/gnu/binutils/binutils-2.21.1a.tar.bz2 wget ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz apt-get install build-essential libgmp3-dev libmpfr-dev libx11-6 libx11-dev texinfo flex bison libncurses5 libncurses5-dbg libncurses5-dev libncursesw5 libncursesw5-dbg libncursesw5-dev zlibc zlib1g-dev libmpfr4 libmpc-dev cd /opt/GnuArmToolchain ./gnu-arm-build.3.sh(提示:Press ^C now if you do NOT want to do this.)按回车 等待ing.... 提示:Build complete! Add /opt/GnuArmToolchain/install/bin to your PATH to make arm-none-eabi-gcc and friends accessible directly.(编译完成) echo "export PATH=$PATH:/opt/GnuArmToolchain/install/bin">>/root/.bashrc
    source /root/.bashrc -------------------------------------------------------------------------- cd
    /opt apt-get install build-essential libtool shtool autoconf automake git-core pkg-config make gcc libpcsclite-dev libtalloc-dev git clone git://git.osmocom.org/libosmocore.git cd libosmocore autoreconf -i ./configure
    make make install ldconfig -i cd .. --------------------------------------------------------------------------
    cd /opt git clone git:
    //git.osmocom.org/osmocom-bb.git cd osmocom-bb git checkout --track origin/luca/gsmmap cd src make
  • 相关阅读:
    Html页中使用OCX控件
    Delphi 7 升级到 Delphi 2010 总结
    Delphi2010下的FillChar
    机器学习之基于朴素贝叶斯文本分类算法
    JDBC对MySQL数据库存储过程的调用
    HDU1788 Chinese remainder theorem again【中国剩余定理】
    Hadoop分布式文件系统--HDFS结构分析
    【php学习笔记】ticks篇
    怎样退出App之前唤醒还有一个App?
    Java 实现策略(Strategy)模式
  • 原文地址:https://www.cnblogs.com/k1two2/p/4899401.html
Copyright © 2011-2022 走看看