5iMX.com 我爱模型 玩家论坛 ——专业遥控模型和无人机玩家论坛(玩模型就上我爱模型,创始于2003年)

标题: 编译openTx [打印本页]

作者: okgogogogo    时间: 2017-6-10 11:43
标题: 编译openTx
编译环境是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

待续。。。


作者: wienne    时间: 2017-6-10 18:53
应该编译好的各种版本吧,
为何还要如此折腾,
自己修改了功能?


作者: okgogogogo    时间: 2017-6-11 09:31
wienne 发表于 2017-6-10 18:53
应该编译好的各种版本吧,
为何还要如此折腾,
自己修改了功能?

是的,改编码器


作者: lindongy    时间: 2018-3-3 21:16
学习了,准备燥起来

作者: kjspace    时间: 2018-3-30 10:30
你是用虚拟机编译的吗?可以加个qq吗我也在折腾这个东西

作者: aumster    时间: 2019-1-31 00:40
楼主 QQ 多少 请教 学习
作者: 蜀中豪杰    时间: 2019-5-7 13:47
楼主我也刚刚在搞这个,能加个QQ交流一下吗?979336075@qq.com
作者: k7boy    时间: 2019-6-7 22:12
看着就高大上的 。。。。。。     厉害呀 想编译固件可惜不会编程 。。。     
作者: tcjsjxx    时间: 2019-6-8 08:43
貌似编译不好弄啊。




欢迎光临 5iMX.com 我爱模型 玩家论坛 ——专业遥控模型和无人机玩家论坛(玩模型就上我爱模型,创始于2003年) (http://wz.5imx.com/) Powered by Discuz! X3.3