Search Criteria
Package Details: stm32cubeprog 2.18.0-3
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: | CloverGit |
Votes: | 9 |
Popularity: | 0.40 |
First Submitted: | 2021-01-15 20:39 (UTC) |
Last Updated: | 2025-03-26 11:49 (UTC) |
Dependencies (8)
- libusb (libusb-gitAUR)
- qt6-serialport
- stlink (stlink-gitAUR)
- gendesk (make)
- gsfonts (gsfonts-emojilessAUR) (make)
- icoutils (make)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk11-openj9-binAUR, jdk-openjdk-wakefieldAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, zing-8-binAUR, zing-21-binAUR, jdk-openj9-binAUR, zulu-11-binAUR, jdk8-graalvm-ee-binAUR, jdk8-dragonwell-extendedAUR, jdk21-jetbrains-binAUR, jdk11AUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk21-graalvm-ee-binAUR, jdk8-openj9-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk8AUR, jdk21-openj9-binAUR, jdk17-openj9-binAUR, zulu-17-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk23-graalvm-ee-binAUR, jdk-ltsAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, zulu-17-fx-binAUR, openjdk-zulu8-ca-fx-binAUR, openjdk-zulu11-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, java-openjdk-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-liberica-full-binAUR, jdkAUR, jdk-temurinAUR, liberica-jdk-full-binAUR, zulu-24-binAUR, jre-jetbrainsAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk) (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
justinkb commented on 2022-05-12 11:30 (UTC)
Missing two make dependencies, namely fontconfig and gsfonts
The build fails in a chroot environment without those present, due to java giving a NPE because it can't find fonts
<deleted-account> commented on 2022-04-25 09:40 (UTC)
For the
Failed creating new xdo instance
, putting in a wait for the xvfb server to start resolves the problem for me. I put it at 10s, and it worked. I have not tried any smaller values, but 0s fails.Replace
xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" -w 0 ./${pkgname}.xvfb
with
xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" -w 10 ./${pkgname}.xvfb
mnhunter commented on 2022-03-08 11:33 (UTC) (edited on 2022-03-08 11:35 (UTC) by mnhunter)
not build
OS - manjaro, pamac. over yay - same thing. After entering
$export DISPLAY=:100
the "...server using:101" - incremental count and not solved.arilink commented on 2022-03-07 11:29 (UTC)
@yjun When will you be online, looking forward to your help
arilink commented on 2022-02-28 03:31 (UTC)
Is there any developer of stm32cubeprog, I have some problems when trying to call stm32cubeprog.dll and need help from developers
serh commented on 2022-01-15 11:04 (UTC)
Looks like en.stsw-link007-v3-9-3.zip fails the checksum check again, but the version is unchanged.
The new sha256 is: 3452ad87ddb2b0e9b8be30603ed70fb886310d1398afabfd7d3f2bff94ee28d9
yjun commented on 2021-12-08 08:09 (UTC)
@Seas0 Thanks! done.
Seas0 commented on 2021-12-08 03:35 (UTC) (edited on 2021-12-08 03:36 (UTC) by Seas0)
Just apply this patch(it updates stlink updater file name and checksum, and bumps its version to 3.9.3):
apaulsen commented on 2021-12-07 23:28 (UTC)
Strange, I definitely had a different hash earlier, and then you got a different one, and now it's back to the original. It's passing the check now anyway.
yjun commented on 2021-12-07 15:52 (UTC) (edited on 2021-12-07 15:53 (UTC) by yjun)
@apaulsen hi, that's interesting. I redownloaded
en.stsw-link007_V2-38-27.zip
and checked the sha256sum, the checksum is same as the old one, so I reverted last commit, maybe you could try to redownload new zip file to slove the error.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »