Search Criteria
Package Details: opentx-companion 2.3.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opentx-companion.git (read-only, click to copy) |
---|---|
Package Base: | opentx-companion |
Description: | EEPROM Editor for OpenTX RC transmitter firmwares |
Upstream URL: | http://www.open-tx.org/ |
Keywords: | opentx |
Licenses: | GPL |
Conflicts: | companion, companion9x-svn |
Provides: | companion |
Submitter: | japernilater |
Maintainer: | lod |
Last Packager: | ysblokje |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-09 02:01 (UTC) |
Last Updated: | 2022-05-13 08:07 (UTC) |
Dependencies (20)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- qt5-svg (qt5-svg-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- arm-none-eabi-binutils (gcc-arm-none-eabi-binAUR) (make)
- arm-none-eabi-gcc (arm-none-eabi-gcc47-linaroAUR, arm-none-eabi-gcc48-linaroAUR, arm-none-eabi-gcc53-linaroAUR, arm-none-eabi-gcc49-linaroAUR, gcc-arm-none-eabi-binAUR) (make)
- arm-none-eabi-newlib (gcc-arm-none-eabi-binAUR) (make)
- avr-gcc (avr-gcc-43AUR, avr-gcc-45AUR, avr-gcc-85AUR) (make)
- avr-libc (avr-libc-16AUR, avr-libc-18AUR, avr-libc-debian-gitAUR, avr-libc-gitAUR, avr-libc-avrxmega3-svnAUR, avr-libc-avrxmega3AUR, avr-libc-atmega328pbAUR) (make)
- bc (bc-ghAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- fox (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pillow (python-pillow-simd-gitAUR) (make)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR) (make)
- qt5-tools (make)
- sed (sed-gitAUR) (make)
- xsd (make)
- dfu-util (dfu-util-gitAUR) (optional) – tool for flashing stm32 based radios
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
Bernhard commented on 2020-01-04 11:03 (UTC) (edited on 2020-01-04 11:21 (UTC) by Bernhard)
These changes are needed to be able to build 2.3.4:
The source URL has changed (/release/ was added)
The unpacked directory is now named opentx-release-$pkgver instead of just opentx-$pkgver
ysblokje commented on 2019-09-29 19:57 (UTC) (edited on 2019-09-29 19:58 (UTC) by ysblokje)
The opentx-companion 2.1.x version is split off into opentx-companion21
The opentx-companion 2.2.x version is split off into opentx-companion22
This version will should follow current release.
mollitz commented on 2019-09-22 13:06 (UTC)
Please add "dfu-util" as dependency
ysblokje commented on 2019-07-12 11:50 (UTC) (edited on 2019-07-12 11:50 (UTC) by ysblokje)
I did a little lunchbreak patching to the sourcecode a little to make it at least compile. BUT consider this a BIG FAT warning. But here's 2.2.4
stackoverflow128 commented on 2019-06-10 22:51 (UTC) (edited on 2019-06-12 12:32 (UTC) by stackoverflow128)
Correct me if I'm wrong but I think the solution is to make the structs packed(1)?
stratosgear commented on 2019-06-03 19:53 (UTC)
Hmm, I get a different error:
TomCatT commented on 2019-05-22 11:55 (UTC)
Buggy, just keeps looping:
Scanning dependencies of target libsimulator [100%] Built target libsimulator + cmake -DCMAKE_INSTALL_PREFIX=/usr -DGVARS=YES -DHELI=YES -DLUA=YES -DMULTIMODULE=YES -DTELEMETRY=FRSKY -DPPM_LIMITS_SYMETRICAL=YES -DVARIO=YES -DGAUGES=YES -DAUTOSWITCH=YES -DAUTOSOURCE=YES -DAUDIO=YES -DGPS=YES -DPPM_CENTER_ADJUSTABLE=YES -DFLIGHT_MODES=YES -DOVERRIDE_CHANNEL_FUNCTION=YES -DFRSKY_STICKS=YES -DPCB=9X /var/tmp/pamac-build-bluecheese/opentx-companion/src/opentx-2.2.3 CMake Deprecation Warning at CMakeLists.txt:14 (cmake_policy): The OLD behavior for policy CMP0023 will be removed from a future version of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.
-- Git repository not found, revision number not available. -- OpenTX 2.2.3 @0 -- Python found, version: 3.7.3 -- Qt Version: 5.12.3 -- Foxlib found at /usr/lib/libFOX-1.6.so -- SDL Lib: /usr/lib/libSDL.so;-lpthread; Headers: /usr/include/SDL; Version: 1.2.15 TARGET simu/libsimulator: cpp compiler /usr/bin/c++ v8.3.0 CMake Warning (dev) at radio/src/tests/CMakeLists.txt:1 (set): implicitly converting 'string' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning at radio/src/tests/CMakeLists.txt:45 (message): WARNING: gtests target will not be available (check that GTEST_INCDIR, GTEST_SRCDIR, and Qt5Widgets are configured).
TARGET firmware: cpp compiler avr-gcc v9.1.0 -- Simulators library search path: /usr/lib/companion22 TARGET companion22: cpp compiler /usr/bin/c++ v8.3.0 CMake Deprecation Warning at companion/src/CMakeLists.txt:332 (cmake_policy): The OLD behavior for policy CMP0026 will be removed from a future version of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD.
-- install /var/tmp/pamac-build-bluecheese/opentx-companion/src/build to /usr/bin -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/pamac-build-bluecheese/opentx-companion/src/build + make -j2 libsimulator
ysblokje commented on 2019-05-21 10:54 (UTC)
That error should probably be reported upstream. Not sure why gcc accepted it before and only recently started to disallow it.
kapiruli commented on 2019-05-21 05:50 (UTC)
I also get the same error as @Tahvok
Tahvok commented on 2019-05-10 16:12 (UTC) (edited on 2019-05-10 16:13 (UTC) by Tahvok)
I cannot build it:
/home/albert/builds/opentx-companion/src/opentx-2.2.3/companion/src/firmwares/opentx/opentxeeprom.cpp:3646:68: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] internalField.Append(new SignedField<2>(this, (int &)generalData.hapticMode)); ~~~~~~~~~~~~^~~~~~~~~~ [ 70%] Linking CXX static library libfirmwares.a [ 70%] Built target firmwares make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting...
Any suggestions on what to check?
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »