Search Criteria
Package Details: vesc-tool 6.05-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vesc-tool.git (read-only, click to copy) |
---|---|
Package Base: | vesc-tool |
Description: | VESC ESC graphical configuration tool |
Upstream URL: | https://vesc-project.com/vesc_tool |
Licenses: | GPL3 |
Conflicts: | vesc_tool-git |
Submitter: | GPereira |
Maintainer: | GPereira (schnedan) |
Last Packager: | GPereira |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-30 16:17 (UTC) |
Last Updated: | 2024-10-30 16:41 (UTC) |
Dependencies (10)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-gamepadAUR (qt5-gamepad-gitAUR)
- qt5-location
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-serialbusAUR (qt5-serialbus-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
Latest Comments
schnedan commented on 2025-02-22 11:55 (UTC)
Today I tested the compiled tool... so far I haven't found any problems, works fine
schnedan commented on 2025-02-20 21:32 (UTC)
I just filed a bugreport upstream
https://github.com/vedderb/vesc_tool/issues/402
schnedan commented on 2025-02-20 20:58 (UTC)
Hi, I just tried different. I cloned the reopsitory from github switched to the release brach
installed trizen -S qt5-connectivity qt5-serialport qt5-gamepad
executed qmake -config release "CONFIG += release_lin build_free" "CONFIG += exclude_fw"
(CONFIG += exclude_fw as there seems a file to be missing in the firmware folders and make then seems to get stuck in a loop...)
then make clean && make -j 8
succeed in in building the program which at least started will test tomorrow or so if it works, as I need it for my job to help some collegues with a VESC controller (need is not true as I love to work with archlinux but at least I get the job done with the Windows version also...)
so far I do have not needed the patch for the pro file and I do not understand why you use the parameter qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib for qmake... seems the qmake call in the projects bash scripts like build_lin work (appart from excluding the firmware build)
would be nice if you can check as I am a total novice editor when it comes to PKGBUILD files...
GPereira commented on 2025-02-20 14:31 (UTC)
Yes, this stopped working because upstream made breaking changes and didn't created a new version for those. This should not happen in the same point release. We need to port that patch to the new file. We cannot remove it. Otherwise it will try to build for other platforms as well (for instance Android). Let me know if you attempt that. I am a little short of time now
schnedan commented on 2025-02-20 13:15 (UTC)
Just tried to compile,
It fails early with the patch. seems the current vesc_tool.pro differs a lot to the version of which the patch was created with...
I have tried to apply the patch manually and remove the patch cmd from PKGBUILD. At least now the Compiler runs...