Package Details: stm32cubeide 1.15.1-1

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: 36
Popularity: 1.55
First Submitted: 2019-05-02 15:05 (UTC)
Last Updated: 2024-04-27 13:10 (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 Next › Last »

jd72 commented on 2019-12-19 22:25 (UTC)

This mix works for me - https://gist.github.com/JD72/3876df002fe05450ae3b87d78799abb0 kumen, please, look into it and consider possibility to improve your PKGBUILD.

kumen commented on 2019-12-16 17:07 (UTC)

You must download it manually here: https://www.st.com/en/development-tools/stm32cubeide.html and put to your home Downloads directory.

autarchex commented on 2019-12-16 17:01 (UTC)

I get an error when installing this package:

==> Making package: stm32cubeide 1.1.0-1 (Mon 16 Dec 2019 08:54:10 AM PST) ==> Retrieving sources... ==> ERROR: en.en.st-stm32cubeide_1.1.0_4551_20191014_1140_amd64.sh.zip was not found in the build directory and is not a URL.

The PKGBUILD and stm32cubeide.desktop files get downloaded, but the zipped source file does not. Is this filename correct? I must confess to not really know how AUR works; is this file stored on an AUR server or is it sideloaded from the ST website? (which may have blocked it)

jmalmari commented on 2019-11-12 12:00 (UTC)

Missing dependency to xdg-user-dirs?

~/.cache/yay/stm32cubeide/PKGBUILD: line 16: xdg-user-dir: command not found

kumen commented on 2019-10-05 21:53 (UTC)

Thanks for tip and your work! I'll check rest of https://aur.archlinux.org/packages/truestudio/ dependencies if they are needed for stm32cubeide too. I'm sorry I didn't do it right away.

The_Loko commented on 2019-10-05 14:22 (UTC)

The libncurses.so.5 error can be fixed with "ncurses5-compat-libs" package from AUR. I think it should be a dependency or maybe make it optional.

iwlas commented on 2019-08-02 09:41 (UTC)

same problem:

I get an error on ManjaroLinux 18.0.4

==> Starting prepare()... st-stlink-server.1.2.0-1.2.g88ba147-linux-amd64.install.sh: line 400: exec: -t: invalid option exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] ==> ERROR: A failure occurred in prepare(). Aborting... any ideas?

GPereira commented on 2019-07-27 18:46 (UTC)

Use this for 1.0.2 version. I can co-maintain this package with you if you want help. https://pastebin.com/rAAwXWRq

non-root443 commented on 2019-07-10 09:31 (UTC) (edited on 2019-07-10 09:31 (UTC) by non-root443)

In case you have error when run debugger

libncurses.so.5: cannot open shared object file: No such file or directory

solution: make symbolic links

cd /usr/lib

ln -s libncursesw.so.6.1 libncurses.so.5

ln -s libncursesw.so.6.1 libtinfo.so.5

kombi commented on 2019-06-13 17:36 (UTC)

I managed to solve it by editing build script-removing stlink part from it...