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
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.068303 |
First Submitted: | 2019-05-02 15:05 (UTC) |
Last Updated: | 2024-12-17 23:06 (UTC) |
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
I managed to solve it by editing build script-removing stlink part from it...
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?
PKGBUILD inspirations from truestudio, davinci-resolve
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