Search Criteria
Package Details: stm32cubeprog 2.17.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/stm32cubeprog.git (read-only, click to copy) |
---|---|
Package Base: | stm32cubeprog |
Description: | An all-in-one multi-OS software tool for programming STM32 products. |
Upstream URL: | https://www.st.com/en/development-tools/stm32cubeprog.html |
Keywords: | programmer stm32 |
Licenses: | custom:SLA0048 |
Provides: | stm32cubeprogrammer |
Submitter: | yjun |
Maintainer: | taotieren (GPereira, akumaexs, CloverGit) |
Last Packager: | taotieren |
Votes: | 8 |
Popularity: | 0.011278 |
First Submitted: | 2021-01-15 20:39 (UTC) |
Last Updated: | 2024-09-09 07:27 (UTC) |
Dependencies (32)
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-x11-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- krb5 (krb5-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- Show 12 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
CloverGit commented on 2024-09-23 01:35 (UTC)
After adding some missing ConsoleHelper implementation and modifying the download link in the last few commits, I believe the previous issues have been resolved, and recommend trying to rebuild with the latest PKGBUILD.
sschueller commented on 2024-09-09 11:37 (UTC)
The version 2.17.0 is currently broken because of two reasons.
The download appears to require registration and the workaround doesn't appear to work anymore. Hence the zero byte file.
ST removed any option from installing without a GUI: https://community.st.com/t5/stm32cubeprogrammer-mcus/installation-of-stm32cubeprogrammer-without-a-graphical/td-p/695449
There appears to be an internal ticket which requests to fix this.
The only way I was able to install was to download the installer from ST and running it directly going through the GUI install wizard.
HCharacter commented on 2024-07-26 11:46 (UTC) (edited on 2024-07-26 11:47 (UTC) by HCharacter)
I though to give more input why the current stm32cubeprog 2.16.0-2 fails and how I managed to install the application: I found out that the ZIP file size of
en.stm32cubeprg-lin-v2-16-0.zip
was in my case 0 B while the real packet should have been over 280 MB. Thus sha256sum fails.As @hoe10 suggest, downloading the
stm32cubeprog
from ST's website and replacing cached version of the ZIP file with it, yay allows me to build and install the application as now the correct ~280 MB ZIP file exist in yay's build files at~/.cache/yay/stm32cubeprog/
.So why it was 0 bytes then? While I was trying to install the packet I tried to do the cleanBuild (in yay this removes pre-downloaded build files from yay's cache and downloads them again) with verbose command
yay -Sv stm32cubeprog
, it didn't download the ZIP file at all. Instead I got an errorcurl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
. Google search suggests there is something wrong with HTTP/2 or then it might be the curl syntaxes are missing some key parameters in the PKGBUILD starting at line 41.I hope this helps someone and gives some light for the maintainers why the packet fails to build.
hoe10 commented on 2024-06-27 17:54 (UTC) (edited on 2024-06-27 18:20 (UTC) by hoe10)
The installation fails with
Workaround was to directly download the zip file from st website and replace the one downloaded by
makepkg
. The sha256 matches with the one specified in thePKGBUILD
. Weird and a bit fishycribbageSTARSHIP commented on 2024-04-29 17:24 (UTC) (edited on 2024-04-29 17:31 (UTC) by cribbageSTARSHIP)
I had to set it manually to work:
$ sudo archlinux-java set java-8-openjdk
Thanks for maintaining this.
sl1pkn07 commented on 2024-03-28 22:03 (UTC)
nvm. my fault
gretings
sots commented on 2024-03-25 05:57 (UTC)
@GPereira Thanks for the update. I have an additional advice: Arch Linux usually use the latest JDK available on the system to provide the default java environment. I have version 8, 11, 17, 22 installed on my device, and the
javac
command uses version 22 by default.It is recommended to use
archlinux-java-run
to set the JDK version.GPereira commented on 2024-03-24 02:46 (UTC)
@sots you should be able to build it now.
@xiretza I did you changes, and it works now. Thank you for your contributions! However I don't particularly like the fact you must have the Java 8 selected in your system before installing this. This might be boring when doing package upgrades with AUR helpers. I rather have it compiled but I don't want to increase the effort in maintaining the package (having to build things manually). What do you think about this?
sots commented on 2024-03-22 01:51 (UTC)
Can't build
izpack
:1 2 3 4 5 6 7 Next › Last »