Thank you very much.
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.012858 |
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)
- 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 .. 9 10 11 12 13 14 15 16 Next › Last »
Sven commented on 2020-02-26 23:27 (UTC)
kumen commented on 2020-02-26 23:11 (UTC)
@Sven, thanks for contribution.
Removed stlink as dependency because it is not needed at all. Installation of stlink udev rules enabled by default.
Jlink udev rules installation is now to correct path and disabled by default. If they will be enabled (uncommented in PKGBUILD) it install patched udev rules like in jlink-software-and-documentation.
Activation and deactivation of udev rules installation is made by commenting out parts of PKGBUILD.
Sven commented on 2020-02-26 22:12 (UTC)
Why would you install udev rules that are already installed by other packages (stlink and jlink-software-and-documentation) which are actually dependencies!?
For example stm32cubeide now installs the file /etc/udev/rules.d/etc/udev/rules.d/99-jlink.rules. First of all, observe the broken path. Second, please consider that on Arch there is no dialout group. On Arch, that group is called uucp. I already reported that to the maintainer of jlink-software-and-documentation and he fixed that several days ago!
The package stlink installs 49-stlink*.rules to /usr/lib/udev/rules.d while stm32cubeide installs them to /etc/udeb/rules.d. I must admit, that the stlink package does not include the rules for 49-stlinkv3.rules, but I'm sure that could be arranged.
How do I deactivate the installation of udev rules?
kumen commented on 2020-02-26 00:49 (UTC) (edited on 2020-02-26 00:50 (UTC) by kumen)
Updated to v1.3.0.
Udev rules installation turned on by default.
Test installation on Manjaro, please.
kumen commented on 2020-02-25 23:53 (UTC)
@OpoOpo Can you find this file or directory manually after unsuccessful installation?
/var/tmp/pamac-build-opoopo/stm32cubeide/src/build/stlink-server/stlink-server
sdp8483 commented on 2020-02-25 22:07 (UTC) (edited on 2020-02-25 22:08 (UTC) by sdp8483)
@mrechte I found this on the ST website related to empty target selection window: https://community.st.com/s/question/0D50X0000AnrBJd/stm32cubeide-blank-page-when-start-new-stm32-project-after-initialising-target-selector-ubuntu-1904
So in my stm32cubeide.desktop
file I modified the Exec= /opt/stm32cubeide/stm32cubeide %F
line to be Exec=env GDK_BACKEND=x11 /opt/stm32cubeide/stm32cubeide %F
This file is found in /usr/share/applicaitons
mrechte commented on 2020-02-16 12:45 (UTC)
Hello. Starting a new project gives an empty target selection window. It seems we are not alone: https://community.st.com/s/question/0D50X0000BiCjHMSQ0/empty-target-selector-fedora-31-please-resolve-this-issue
OpoOpo commented on 2020-02-04 12:10 (UTC) (edited on 2020-02-04 12:11 (UTC) by OpoOpo)
Hi, I'm getting an error when installing this package
-> Installing stlink server
cp: cannot stat '/var/tmp/pamac-build-opoopo/stm32cubeide/src/build/stlink-server/stlink-server': No such file or directory
==> ERROR: A failure occurred in package().
Thank you for your time
nightuser commented on 2020-01-13 12:13 (UTC)
@kumen, I'm new to stm32 and its Linux IDE support, so, why we don't install udev rules here?
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