@bdmihai: Because I was not able to download the files via makepkg --install
, I downloaded the files by the sources above and copied and extracted these into a created src
directory.
Search Criteria
Package Details: stm32cubeide 1.17.0-3
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.066937 |
First Submitted: | 2019-05-02 15:05 (UTC) |
Last Updated: | 2024-12-17 23:06 (UTC) |
Dependencies (9)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »
Munter commented on 2023-12-13 19:11 (UTC)
Munter commented on 2023-12-12 08:05 (UTC)
@bdmihai: I can confirm that trying to download failed. Did you find any solution?
bdmihai commented on 2023-12-10 14:56 (UTC) (edited on 2023-12-10 15:00 (UTC) by bdmihai)
the package fails downloading the cube IDE from ST website. Can you help?
==> Retrieving sources...
-> Downloading en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
==> ERROR: Failure while downloading https://www.st.com
Aborting...
-> error downloading sources: stm32cubeide
context: exit status 1
==> Making package: stm32cubeide 1.14.0-1 (Sun 10 Dec 2023 03:53:20 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
==> ERROR: Failure while downloading https://www.st.com
Aborting...
-> error making: stm32cubeide
kumen commented on 2023-07-11 09:27 (UTC)
@Alex, looks like you found the solution! At least for me.
Alex commented on 2023-07-06 14:53 (UTC)
@bertulli I also had the same problem and found a solution for it here: https://github.com/adoptium/adoptium-support/issues/785#issuecomment-1585740194
The error is apparently caused by a missing directory /tmp/SWT-GDBusServer and creating it fixed the issue. It also fixed the issue for me.
@kumen if this is a general issue with cubeide and not only some isolated cases, it may make sense to add mkdir -p /tmp/SWT-GDBusServer
to the scripts calling the cubeide binary as a fix in the package
bertulli commented on 2023-07-01 11:44 (UTC)
It seems there is an error with some library, possibly with DBus:
[alessandro@commodoroII ~]$ GDK_BACKEND=x11 stm32cubeide_wayland
SWT WebKitGDBus: error creating DBus server Error binding to address (GUnixSocketAddress): No such file or directory
SWT WebKit: error initializing DBus server, dBusServer == 0
(STM32CubeIDE:31440): GLib-GIO-CRITICAL **: 13:42:09.145: g_dbus_server_get_client_address: assertion 'G_IS_DBUS_SERVER (server)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8bdd03ed16, pid=31440, tid=31441
#
# JRE version: OpenJDK Runtime Environment Temurin-11.0.17+8 (11.0.17+8) (build 11.0.17+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-11.0.17+8 (11.0.17+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libswt-gtk-4950r5.so+0x3ed16] Java_org_eclipse_swt_internal_C_strlen+0xf
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/alessandro/core.31440)
#
# An error report file with more information is saved as:
# /home/alessandro/hs_err_pid31440.log
Compiled method (nm) 58646 4220 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007f8c43cb2110,0x00007f8c43cb24a8] = 920
relocation [0x00007f8c43cb2288,0x00007f8c43cb22b8] = 48
main code [0x00007f8c43cb22c0,0x00007f8c43cb24a0] = 480
oops [0x00007f8c43cb24a0,0x00007f8c43cb24a8] = 8
Compiled method (nm) 58646 4220 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007f8c43cb2110,0x00007f8c43cb24a8] = 920
relocation [0x00007f8c43cb2288,0x00007f8c43cb22b8] = 48
main code [0x00007f8c43cb22c0,0x00007f8c43cb24a0] = 480
oops [0x00007f8c43cb24a0,0x00007f8c43cb24a8] = 8
Compiled method (nm) 58654 4220 n 0 org.eclipse.swt.internal.C::strlen (native)
total in heap [0x00007f8c43cb2110,0x00007f8c43cb24a8] = 920
relocation [0x00007f8c43cb2288,0x00007f8c43cb22b8] = 48
main code [0x00007f8c43cb22c0,0x00007f8c43cb24a0] = 480
oops [0x00007f8c43cb24a0,0x00007f8c43cb24a8] = 8
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Am I doing something wrong? Can I do something to launch the program?
kumen commented on 2023-06-16 10:01 (UTC)
@piernov, thanks. Fortunately, the current ncurses5-compat-libs
version is compatible.
piernov commented on 2023-06-16 08:51 (UTC)
Depends on ncurses5-compat-libs after 1.12.1-2, bundled arm-none-eabi-gdb is linked to libncurses.so.5.
sots commented on 2023-06-16 07:53 (UTC)
After the 1.21.1-3 update my language pack disappeared again :(
kumen commented on 2023-06-14 12:59 (UTC)
New PKGBUILD for STM32CubeMonUCPD is up: https://aur.archlinux.org/packages/stm32cubemonucpd
Can somebody test it, please?
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