Package Details: stm32cubeide 1.16.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 cube cubeide stm32
Licenses: custom:SLA0048
Submitter: kumen
Maintainer: kumen
Last Packager: kumen
Votes: 37
Popularity: 0.130988
First Submitted: 2019-05-02 15:05 (UTC)
Last Updated: 2024-11-11 19:00 (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

1 2 3 4 5 6 .. 15 Next › Last »

malsyned commented on 2024-11-15 16:40 (UTC)

Wrong SHA on the... pdf?

This error is coming from the build of stlink-server, which this package now depends on. It's already been reported on that package.

Incidentally, because of that change in dependencies, I had to uninstall and reinstall stm32cubeide to get it to upgrade correctly.

vinci commented on 2024-11-15 08:38 (UTC)

Wrong SHA on the... pdf?

==> Validating source files with sha256sums... en.st-link-server-v2.1.1.zip ... Passed SLA0048_ST-LINK-SERVER.pdf ... FAILED ==> ERROR: One or more files did not pass the validity check!

kumen commented on 2024-11-11 19:06 (UTC)

It now depends on stlink-server package

Pezo commented on 2024-10-18 19:26 (UTC) (edited on 2024-10-18 19:29 (UTC) by Pezo)

This indirectly conflicts with stm32cubeclt. That package requires stlink-server, which contains /usr/bin/stlink-server that stm32cubeide also provides. Could you add a provides entry for stlink-server=2.1.1 as well as a conflicts entry for stlink-server to this package?

oe1tkt commented on 2024-10-14 10:33 (UTC) (edited on 2024-10-14 11:05 (UTC) by oe1tkt)

@kumen @schnedan Sometimes the link/website download works, sometimes not. I suspect that this depends on the time of day. Please write to STM online support and open a ticket: https://ols.st.com/ I had the same problem with the previous version. I received the file directly from support. Also topic at: https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-lnx-generic-linux-installer-1-16-0-download-no/m-p/701058 Note: I put the 1.16.1 file to my git server https://git.kuschel.at/public/stm.

kumen commented on 2024-10-14 10:18 (UTC)

I can't even download it from a web browser. Topic about this problem: https://community.st.com/t5/stm32cubeide-mcus/can-t-download-stm32cubeide/td-p/622045/page/2

schnedan commented on 2024-10-14 10:04 (UTC)

Just a note, currently it seems the newest version of cubeide can not be downloaded from ST I tried this pkgbuild (fails!), the link with curl and wget directly, and via browser with 3 drifferent devices. the Link seems broken...

PatrickChoDev commented on 2024-10-05 13:44 (UTC)

For anyone using wayland compositor and facing STM32CubeMX freezing the entire compositor problems, try set the Exec=env WEBKIT_DISABLE_COMPOSITING_MODE=1 stm32cubeide %F in desktop file, mine is working!!

kata55 commented on 2024-09-29 23:23 (UTC) (edited on 2024-09-29 23:43 (UTC) by kata55)

The download link issue seems to be gone, I built & installed the V1.16.1 package via pamac without issues, only had to accept the new GPG key when compiling ncurses5-compat-libs.

Funny observation: I'm running the STM32cubeIDE from terminal to observe any errors and the stm32cubeide launcher seems to actually look with Wayland better than stm32cubeide_wayland. However, the included STM32CubeMX does not render at all with stm32cubeide...

I'm using a HiDPI screen (a 14" 2560x1440) with GNOME (46 atm) so I'm usually using 125% scaling. At that, with stm32cubeide is all sharp and renders correctly even at fractional scales (except for some non-vector icons). It seems to even obey the light/dark mode switch and detects the scaling change, prompting to restart the IDE. On another hand, stm32cubeide_wayland is all blurry since it probably runs thru xwayland and that always renders at 100% and then scales up to 125%.

If the app freezes on boot, delete the .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi file inside your WORKSPACE. (credit to Wonky@stackoverflow: https://stackoverflow.com/a/73880801/22381120 )

Also, I'm running it as a normal users and it complains that:

Sep 30, 2024 1:06:44 AM java.util.prefs.FileSystemPreferences$2 run
WARNING: Could not create system preferences directory. System preferences are unusable.
1 : Invalid condition id : UX_CORESTACK_Condition cause : null
1 : Invalid condition id : UX_CORESTACK_Condition cause : null
1 : Invalid condition id : UX_CORESTACK_Condition cause : null
1 : Invalid condition id : UX_CORESTACK_Condition cause : null
1 : Invalid condition id : UX_CORESTACK_Condition cause : null
Sep 30, 2024 1:07:10 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode
WARNING: Could not lock System prefs. Unix error code 2.
Sep 30, 2024 1:07:10 AM java.util.prefs.FileSystemPreferences syncWorld
WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.

and then the last four lines are repeated infinitely every 30 seconds or so.

kumen commented on 2024-09-24 09:02 (UTC)

ST broke the download link for the current version of "Lnx" v1.16.1, I can't even download this file from a web browser. However, version v1.16.0 can be downloaded.
As a temporary workaround, use a snapshot of the previous aur release: https://aur.archlinux.org/cgit/aur.git/snapshot/aur-c61f682b9bf995d06d8e8c13c9b38ae07aa87c4a.tar.gz