You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add the flag -DUSE_UNSUPPORTED_TOOLCHAIN=ON on the line where you specify the build type to bypass this check and build the firmware at your own risk. If you run the command arm-none-eabi-gcc --version in gitpod and the result is 14.2.0 I think you'll be fine but that's just what I do.
It appears that there is a fault in the gitpod build toolchain and it has not updated to use the correct compiler, so that error is both correct and should not be bypassed. For some reason it appears to still be using the earlier / 2.10 toolchain, rather than the toolchain that is now in use in 2.11.
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10-2020-q4-major) 10.2.1 20201103 (release)
Is there an existing issue for this problem?
What part of EdgeTX is the focus of this bug?
Build system
Current Behavior
For a few days now when I try to compile in the web browser with Gitpod it gives me an error
Expected Behavior
be able to compile as before
Steps To Reproduce
start the web compiler with gitpod. by entering make arm-none-eabi-configure . gives an error
Version
Nightly (Please give date/commit below)
Transmitter
RadioMaster TX16S / TX16SMK2
Operating System (OS)
Windows
OS Version
windows 11
Anything else?
-- Detecting CXX compile features -.txt
The text was updated successfully, but these errors were encountered: