qgroundcontrol
qgroundcontrol copied to clipboard
QGCS Custom Build Failed
Timeline
I’ve followed the latest instructions for a custom build i.e.
- Fresh Build (completes)
- Renamed custom-example to custom
- Ran the python script updateqrc.py
- Clean build
- Rebuild (fails)
and encountered the following errors (Re: Screenshot)
So I made these changes to the CustomFirmwarePlugin.cc at line 23 (inside if statement)
Now the build completes but on execution this is shown in Application Output:
System Information
- Operating System: Ubuntu 20.04
- QGC build: Daily
- Qt Version 6.6.1
Please advise if I should revert those changes I made and what other changes I should make to diagnose these errors.
The custom build hasn't been updated to move to Qt6 yet. I'll try to get to it as soon as I can.
@Storch9120 hit the same issues! Fix for me was:
- make the same changes as you did to CustomFirmwarePlugin.cc
- add
import Qt5Compat.GraphicalEffects
to CustomAttitudeWidget.qml (the last line of your final error message) The application loads and I can switch between fly & plan view, all the buttons seem to work as expected. Not much rigorous testing I can do as I'm just getting into this stuff myself.
The custom build hasn't been updated to move to Qt6 yet. I'll try to get to it as soon as I can.
Any update on this?
#11277