Osmocom-bb系统编译
生活随笔
收集整理的這篇文章主要介紹了
Osmocom-bb系统编译
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Ubuntu 12.04.5 LTS i386環境下編譯
sudu su -------------------------------------------------------------------------- cd /opt mkdir GnuArmToolchaincd 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-devcd /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-devgit 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
總結
以上是生活随笔為你收集整理的Osmocom-bb系统编译的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 为什么我们需要数学
- 下一篇: 开源 java CMS - FreeCM