完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
|
|
相关推荐
|
|
二:接着安装一系列依赖
$ sudo apt-get install libu***-0.1-4 libpcsclite1 libccid pcscd $ sudo apt-get install libtool shtool autoconf git-core pkg-config make gcc 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 libpcsclite-dev (不要嫌多。。直接复制) 三:创建几个目录, 下载ARM编译器$ mkdir osmocombb $ cd osmocombb $ mkdir build install src $ cd src $ wget ftp://sources.redhat.com/pub/newlib/newlib-1.19.0.tar.gz 四:安装 gnu-arm-build.3.sh$ cd .. $ chmod +x gnu-arm-build.3.sh $ ./gnu-arm-build.3.sh 看到这里直接回车即可(过程非常漫长,建议可以看个电影先。。) |
|
|
|
|
|
五:安装完过后添加环境
$ cd install/bin $ pwd (查看路径) $ vi ~/./. bashrc export PATH=$PATH:/osmocombb/ install/bin ( 最后一行加入,保存退出 ) $ source ~/.bashrc 回到osmocombb目录下载osmocom $ git clone git://git.osmocom.org/libosmocore.git $ git clone git://git.osmocom.org/osmocom-bb.git 在安装 libosmocore执行 ./configure 的时候很多人会遇到 No package ‘talloc’ found 这种错误,因为找不到 talloc ,下面是解决办法 $ wget https://www.samba.org/ftp/talloc/talloc-2.1.7.tar.gz $ tar -zxvf talloc-2.1.7.tar.gz $ cd talloc-2.1.7/ $ ./configure $ make $ sudo make install 安装libosmocore $ cd libosmocore/ $ autoreconf -i $ ./configure $ make $ sudo make install $ cd .. 编译osmocombb $ cd osmocom-bb $ git checkout --track origin/luca/gsmmap $ cd src $ make 七:修改问题文件(如果你是 gnu-arm-build.2.sh并且没有出现cell扫描不动的问题,请跳过这一步 ) 进入 osmocom-bb找到这些文件并修改他们 vi osmocom-bb/ src/target/firmware/board/compal/highram.lds vi osmocom-bb/ src/target/firmware/board/compal/ram.lds vi osmocom-bb/ src/target/firmware/board/compal_e88/flash.lds vi osmocom-bb/ src/target/firmware/board/compal_e88/loader.lds vi osmocom-bb/ src/target/firmware/board/mediatek/ram.lds 找到里面的这一串代码 KEEP(*(SORT(.ctors))) 在下面加入 KEEP(*(SORT(.init_array))) 列如: 保存即可,全部修改好,在进入osmocom-bb/src重新编译一下 $ make -e CROSS_TOOL_PREFIX=arm-none-eabi- |
|
|
|
|
|
这篇帖子的图片都没有显示出来 建议重新上传哦
|
|
|
|
|
|
技术交流分享V㈩ 《usrp99》采集原理:真正能采集到号码的只有一款产品。
|
|
|
|
|
|
《DNESP32S3使用指南-IDF版_V1.6》第三十五章 摄像头实验
757 浏览 0 评论
《DNESP32S3使用指南-IDF版_V1.6》第三十章 DHT11数字温湿度传感器
728 浏览 0 评论
826 浏览 0 评论
【敏矽微ME32G070开发板免费体验】之原厂2812测试例程解析
1459 浏览 0 评论
1208 浏览 2 评论
【youyeetoo X1 windows 开发板体验】少儿AI智能STEAM积木平台
12059 浏览 31 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-29 10:09 , Processed in 0.808711 second(s), Total 81, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号