The sha256sum of dm00218346.pdf (en.DM00218346.pdf, sha256=1872c777991c0ee0438d5bf8d47c848da53eeecd8d921b3cb9caf57470f99008) has probably been changed so the installation will fail. My proposal would be to change the checksum to "SKIP" in the PKGBUILD.
Search Criteria
Package Details: stm32cubeide 1.17.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/stm32cubeide.git (read-only, click to copy) |
---|---|
Package Base: | stm32cubeide |
Description: | Integrated Development Environment for STM32 |
Upstream URL: | https://www.st.com/en/development-tools/stm32cubeide.html |
Keywords: | arm cortex cortex-m cubeide embedded ide st stm32 |
Licenses: | custom:SLA0048 |
Submitter: | kumen |
Maintainer: | kumen |
Last Packager: | kumen |
Votes: | 37 |
Popularity: | 0.066937 |
First Submitted: | 2019-05-02 15:05 (UTC) |
Last Updated: | 2024-12-17 23:06 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libusb (libusb-gitAUR)
- ncurses5-compat-libsAUR
- stlink-serverAUR
- webkit2gtk (webkit2gtk-imgpasteAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- arm-none-eabi-gdb (optional)
- jlink-software-and-documentationAUR (optional)
- stlink (stlink-gitAUR) (optional)
Required by (0)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »
Sabu commented on 2020-12-06 22:35 (UTC)
yjun commented on 2020-11-09 10:52 (UTC)
convert "${pkgdir}/opt/stm32cubeide/icon.xpm" "${srcdir}/${pkgname}.png"
please add imagemagick
to makedepends
yjun commented on 2020-10-19 15:43 (UTC) (edited on 2020-10-19 15:43 (UTC) by yjun)
https://wiki.archlinux.org/index.php/Udev#Installation
udev rules written by the administrator go in /etc/udev/rules.d/, their file name has to end with .rules. The udev rules shipped with various packages are found in /usr/lib/udev/rules.d/
maybe STlink udev rules should move to /usr/lib/udev/rules.d/ as package files
dario commented on 2020-09-22 19:46 (UTC)
@Sven, as I stated in my previous comment, one is supposed to keep the IDE up to date from within the IDE itself. Write permission must be granted for autoupdate to work: # chown -R $USER:users /opt/stm32cubeide
Sven commented on 2020-09-22 02:07 (UTC)
Again, there is an update available: version 1.4.2 Can this package be enhanced to provide the update somehow?
piernov commented on 2020-09-01 09:54 (UTC)
Requires imagemagick as a makedepends for the convert tool.
kumen commented on 2020-08-17 11:22 (UTC) (edited on 2023-01-20 17:40 (UTC) by kumen)
You must download it manually here: https://www.st.com/en/development-tools/stm32cubeide.html and put it to your build directory where PKGBUILD
is.
LinuxLucas commented on 2020-08-15 09:52 (UTC) (edited on 2020-08-17 11:26 (UTC) by LinuxLucas)
I received this error while trying to download with yay.
==> ERROR: en.st-stm32cubeide_1.4.0_7511_20200720_0928_amd64_sh.zip was not found in the build directory and is not a URL.
Edit: kumen's solution (comment above this one) worked. Thanks kumen!
Pinned Comments
kumen commented on 2023-03-19 13:14 (UTC) (edited on 2023-03-19 13:17 (UTC) by kumen)
STM32CubeIDE is now run by executing
stm32cubeide_wayland
official script. If you have issues related to run environment, try to edit/usr/share/applications/stm32cubeide.desktop
file and uncomment one of commented outExec=...
lines and comment out currently used one. After making changes tostm32cubeide.desktop
runupdate-desktop-database
as root to apply changes.Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158