5iMX宗旨:分享遥控模型兴趣爱好

5iMX.com 我爱模型 玩家论坛 ——专业遥控模型和无人机玩家论坛(玩模型就上我爱模型,创始于2003年)
查看: 4068|回复: 8
打印 上一主题 下一主题

编译openTx

[复制链接]
跳转到指定楼层
楼主
发表于 2017-6-10 11:43 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
编译环境是Ubuntu14.04,遥控器是x9d plus
记录一下过程。
在安装之前请apt-get update 与 apt-get upgrade
安装库:
apt-get install cmake gcc gcc-avr avr-libc build-essential \    libfox-1.6-dev libsdl1.2-dev python-pyqt5 \    qt5-default qttools5-dev-tools qtmultimedia5-dev qttools5-dev libqt5svg5-dev \    gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib 缺少qt5svg:apt-get install  python3-pyqt5.qtsvg
缺少libstdc++-arm-none-eabi-newlib :vi /etc/apt/sources.list 添加源
deb http://ftp.de.debian.org/debian sid main
apt-get update
apt-get install libstdc++-arm-none-eabi-newlib


在Ubuntu14.04 还要装
sudo apt-get install qt5-default qttools5-dev-tools qtmultimedia5-dev qttools5-dev
sudo apt-get install python3-pyside.qtwebkit上面一切顺利的话,下载源码git clone --recursive -b 2.2 https://github.com/opentx/opentx.git
cd opentx
mkdir build-taranis-debug
cd build-taranis-debug
cmake -DPCB=X9D+ -DGVARS=YES -DLUA=YES -DDEBUG=YES -DCMAKE_BUILD_TYPE=Debug ../
然后会看到
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- OpenTX 2.2.0
-- Looking for SDL
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
SDL Include Path: /usr/include/SDL
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
USING -std=gnu++11
WARNING: can't find gtests source, gtest target will not be available!
-- Looking for QT lupdate
-- /usr/bin/lupdate
QT lupdate: /usr/bin/lupdate
-- Configuring done
-- Generating done
-- Build files have been written to: opentx/build-taranis-debug

说明配置成功了。

接下来编译固件 make firmware

待续。。。

欢迎继续阅读楼主其他信息

沙发
发表于 2017-6-10 18:53 | 只看该作者
应该编译好的各种版本吧,
为何还要如此折腾,
自己修改了功能?

来自安卓客户端来自安卓客户端
3
 楼主| 发表于 2017-6-11 09:31 | 只看该作者
wienne 发表于 2017-6-10 18:53
应该编译好的各种版本吧,
为何还要如此折腾,
自己修改了功能?

是的,改编码器

4
发表于 2018-3-3 21:16 | 只看该作者
学习了,准备燥起来
来自安卓客户端来自安卓客户端
5
发表于 2018-3-30 10:30 | 只看该作者
你是用虚拟机编译的吗?可以加个qq吗我也在折腾这个东西
6
发表于 2019-1-31 00:40 | 只看该作者
楼主 QQ 多少 请教 学习
7
发表于 2019-5-7 13:47 | 只看该作者
楼主我也刚刚在搞这个,能加个QQ交流一下吗?979336075@qq.com
8
发表于 2019-6-7 22:12 | 只看该作者
看着就高大上的 。。。。。。     厉害呀 想编译固件可惜不会编程 。。。     
9
发表于 2019-6-8 08:43 | 只看该作者
貌似编译不好弄啊。
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

关闭

【站内推荐】上一条 /1 下一条

快速回复 返回顶部 返回列表