New PKGBUILD for STM32CubeMonUCPD is up: https://aur.archlinux.org/packages/stm32cubemonucpd
Can somebody test it, please?
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.005823 |
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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 16 Next › Last »
kumen commented on 2023-06-14 12:59 (UTC)
CaptainJack42 commented on 2023-06-14 12:53 (UTC) (edited on 2023-06-14 12:55 (UTC) by CaptainJack42)
@kumen
@CaptainJack42 try to delete
~/.eclipse/com.st.stm32cube.*.1.12.1.*
directory for bringing back marketplace. But all configuration and plugins will be gone. A restore of the configuration and plugins from the previous version of stm32cubeide may be triggered if it exists in~/.eclipse/
.
That worked, thanks a lot for the quick help!
kumen commented on 2023-06-14 12:47 (UTC)
@Sven @sots, my mistake. I'll fix it soon.
@CaptainJack42 try to delete ~/.eclipse/com.st.stm32cube.*.1.12.1.*
directory for bringing back marketplace. But all configuration and plugins will be gone. A restore of the configuration and plugins from the previous version of stm32cubeide
may be triggered if it exists in ~/.eclipse/
.
CaptainJack42 commented on 2023-06-14 07:38 (UTC) (edited on 2023-06-14 08:23 (UTC) by CaptainJack42)
Since the latest update (published 13 hours ago, 13-06-2023) the eclipse marketplace is gone for me and my previously installed plugins are gone as well? Is this something ST just did or is this some other issue?
Update: Installing cube IDE from the ST website works and leaves me with the usual marketplace (opening it crashes cubeide with the webkit error if webkit2gtk is installed, if it is removed (with # pacman -Rdd webkit2gtk
) it works) and at least my previously installed plugins are still there. For now i'll stick with that version although i don't like it and since the versions can co-exist i might try again if another update drops. I honestly have no idea what is happening.
sots commented on 2023-06-13 23:59 (UTC) (edited on 2023-06-13 23:59 (UTC) by sots)
@kumen The default path is /opt/st/stm32cubeide_xxxxxx
instead of /opt/stm32cubeide_xxxxxx
Sven commented on 2023-06-13 22:38 (UTC)
The link exists but is broken. The ln command should be the following: ln -s "stm32cubeide" "${pkgdir}/opt/stm32cubeide_${pkgver}"
kumen commented on 2023-06-13 18:23 (UTC)
@sots, thanks for suggestion. It should be done by now.
sots commented on 2023-06-13 11:56 (UTC) (edited on 2023-06-13 12:20 (UTC) by sots)
According to https://github.com/microsoft/vscode-embedded-tools/issues/45 , I think a symbol link automatically created from /opt/st/stm32cubeide_xxxxxx
(the installing path of the official installer) to /opt/stm32cubeide/
may be helpful when using software that depends on it.
Hzf commented on 2023-05-01 17:18 (UTC)
Validating not passed
st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip ... FAILED
SLA0048_STM32CubeIDE.pdf ... Skipped
==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: /home/hzf/.cache/yay/stm32cubeide
context: exit status 1
Maziar commented on 2023-04-12 15:10 (UTC)
Thanks @bobach & @kumen
Yes, removing webkit2gtk is a solution.Installing webkit2gtk-6.0 not help back browser inside eclipse ...
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