Package Details: stm32cubeide 1.17.0-3

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)

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 out Exec=... lines and comment out currently used one. After making changes to stm32cubeide.desktop run update-desktop-database as root to apply changes.

Discussion about this Eclipse issues is here: https://github.com/eclipse-platform/eclipse.platform.swt/issues/158

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »

ra1nb0w commented on 2024-06-23 08:19 (UTC)

I can confirm that it fails to download _curl_req_url and therefore the package.

Moreover the aur should have the following provide

provides=('stlink-server')

Thank you

f3270 commented on 2024-06-18 14:09 (UTC) (edited on 2024-06-18 14:10 (UTC) by f3270)

Build fails:

  1. sha256sum fails (skipped)
  2. script .sh not found
==> Retrieving sources...
  -> Found en.st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh.zip
  -> Found SLA0048_STM32CubeIDE.pdf
==> Validating source files with sha256sums...
    en.st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh.zip ... FAILED
    SLA0048_STM32CubeIDE.pdf ... Skipped
==> ERROR: One or more files did not pass the validity check!
 -> error making: stm32cubeide-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
stm32cubeide - exit status 1
sha256sum .cache/yay/stm32cubeide/en.st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh.zip

e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  .cache/yay/stm32cubeide/en.st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh.zip
sha256sums=('c6b55574f78db1cdca30b1006e4b2d77025b516852a95602271a111d28c663f3'
#   '0f3f69f7c980a701bf814e94595f5acb51a5d91be76b74e5b632220cfb0e7bb3'
    'SKIP'
==> Starting prepare()...
sh: /home/fernando/.cache/yay/stm32cubeide/src/st-stm32cubeide_1.15.1_21094_20240412_1041_amd64.sh: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: stm32cubeide-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
stm32cubeide - exit status 4

yjun commented on 2024-05-12 10:31 (UTC)

I have packaged stm32cubeclt, which provides a standalone toolchain/programmer for STM32 development. see: https://aur.archlinux.org/packages/stm32cubeclt

STM32CubeCLT:

Toolset for third-party integrated development environment (IDE) providers, allowing the use of STMicroelectronics proprietary tools within their own IDE frameworks

bkjzon commented on 2024-02-14 03:05 (UTC)

Hi, it seems stm32cubeide_wayland is using x11 as backend (export GDK_BACKEND=x11), which is quite strange since it titled 'wayland' Is it real Official change to use x11 whatever display server protocol is?

kumen commented on 2024-02-02 09:37 (UTC)

note: Version v1.14.1 is for Windows only.

sots commented on 2024-01-03 09:56 (UTC)

Hello, every time after I install new version of STM32CubeIDE the babel language pack plugins will disappear and I have to install them again. This time I switched from X to Wayland after upgrading and then the IDE refused to start.

!SESSION 2024-01-03 17:48:35.755 -----------------------------------------------
eclipse.buildId=Version 1.14.0
java.version=17.0.8.1
java.vendor=Eclipse Adoptium
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=zh_CN
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2024-01-03 17:49:08.424
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Bundle has been uninstalled: org.eclipse.ui.ide.nl_zh_4.26.0.v20230220105658 [1355]
        at org.eclipse.osgi.internal.framework.EquinoxBundle.checkValid(EquinoxBundle.java:1019)
        at org.eclipse.osgi.internal.framework.EquinoxBundle.getEntry(EquinoxBundle.java:701)
        at org.eclipse.core.internal.runtime.FindSupport.findInFragments(FindSupport.java:256)
        at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:107)
        at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:66)
        at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:92)
...

Is it okay to keep installed plugins when doing upgrade?

martinm1000 commented on 2024-01-02 20:29 (UTC)

You can download the PDF (which fail with the curl options used in this script?) and copy it in the cache PKGBUILD folder. https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf. Installing then work.

kumen commented on 2023-12-19 18:06 (UTC)

cURL request curl https://www.st.com/content/st_com_cx/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide/_jcr_content/get-software/get-software-table-body.nocache.html/st-site-cx/components/containers/product/get-software-table-body.html done on site https://reqbin.com/curl return expected result. Interesting

bdmihai commented on 2023-12-18 15:43 (UTC)

Hi. I wrote a question to ST to see if I get a working link... I have the same issue: curl will not download the files. From Chrome downloading en.st-stm32cubeide_1.14.0_19471_20231121_1200_amd64.sh.zip works as expected.

kumen commented on 2023-12-18 15:12 (UTC)

There is a problem with downloading content from this URL: https://www.st.com/content/st_com_cx/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide/_jcr_content/get-software/get-software-table-body.nocache.html/st-site-cx/components/containers/product/get-software-table-body.html curl refuses to download it. I'm looking for solution. Any ideas anyone?