Use this for 1.0.2 version. I can co-maintain this package with you if you want help. https://pastebin.com/rAAwXWRq
Search Criteria
Package Details: stm32cubeide 1.18.0-1
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.006716 |
First Submitted: | 2019-05-02 15:05 (UTC) |
Last Updated: | 2025-03-11 15:32 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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)
GPereira commented on 2019-07-27 18:46 (UTC)
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...
kombi commented on 2019-05-21 18:03 (UTC)
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?
kumen commented on 2019-05-02 15:55 (UTC)
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