Look at the build script for linux.
For current 2.06 Seems it needs to use exactly Qt 5.12 and build with some precise steps:
https://github.com/vedderb/vesc_tool/blob/master/build_lin#L121
You can download for free precompiled version on their site. You have to create a login and make a 0€ order. Then you can download by email.
Pinned Comments
bionade24 commented on 2024-04-07 09:57 (UTC)
I switched to the mold linker on purpose to reduce the enormous link times (with LTO) of this project and get better error messages when the linking fails due to the patched buildscript. If you don't like that, use
qmake -unset <flags>
to remove it.