zoukankan      html  css  js  c++  java
  • OsmocomBB 编译安装

    工具: sudo apt-get install libtool shtool autoconf git-core pkg-config make gcc gnuarm: ## 32 bit wget http://www.gnuarm.com/bu-2.16.1_gcc-4.0.2-c-c++_nl-1.14.0_gi-6.4_x86-64.tar.bz2 tar xf bu-2.16.1_gcc-4.0.2-c-c++_nl-1.14.0_gi-6.4_x86-64.tar.bz2 mv gnuarm-* ~/gnuarm export PATH=~/gnuarm/bin:$PATH libosmocore: git clone git://git.osmocom.org/libosmocore.git cd libosmocore/ autoreconf -i ./configure make sudo make install cd .. ldconfig OsmocomBB: git clone git://git.osmocom.org/osmocom-bb.git $ cd osmocom-bb cd osmocom-bb ## 这个测试分支支持reading sim可以send sms等 git checkout -b testing remotes/origin/sylvain/testing nano src/target/firmware/Makefile #将 #CFLAGS += -DCONFIG_TX_ENABLE 的注释去掉 cd src make 没有报错的话就是编译成功了。(废话) OsmocomBB && Motorora C118: http://www.cnblogs.com/hangxin1940/p/3375302.html
  • 相关阅读:
    ARC 117 D
    Maven依赖踩坑记录
    MobaXterm连接本地CentOS7
    Git在IDEA下的常用操作
    mq消息中间件
    nginx的作用
    Git的使用
    docker
    redis
    导出excel
  • 原文地址:https://www.cnblogs.com/hangxin1940/p/3375216.html
Copyright © 2011-2022 走看看