Package Details: stm32cubeide 1.18.1-3

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.001546
First Submitted: 2019-05-02 15:05 (UTC)
Last Updated: 2025-06-12 16:40 (UTC)

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 out Exec=... lines and comment out currently used one. After making changes to stm32cubeide.desktop run update-desktop-database as root to apply changes.

Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »

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!

dario commented on 2020-07-24 15:30 (UTC)

Version 1.4.0 is out.

dario commented on 2020-07-21 07:05 (UTC)

Sven, running as root is not a good workaround. The package maintainer should grant write permission to the application directory to allow autoupdate.

Sven commented on 2020-07-21 03:46 (UTC)

@dario yes, the current version is 1.3.1. I have to run stm32cubeide as root and then update it via the menu. The problem is that ST doesn't offer 1.3.1 for download. This is a pretty bad situation as I don't know how the package maintainer could assemble a 1.3.1 package.

dario commented on 2020-07-20 19:26 (UTC)

I flagged the package as out of date because the latest version is 1.3.1. Actually the only way to update this software is from within the IDE itself, but write permission must be granted for /opt/stm32cubeide with something like this: # chown -R $USER:users /opt/stm32cubeide