Package Details: stm32cubemx 6.12.1-1

Git Clone URL: https://aur.archlinux.org/stm32cubemx.git (read-only, click to copy)
Package Base: stm32cubemx
Description: graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
Upstream URL: https://www.st.com/en/development-tools/stm32cubemx.html
Keywords: arm cortex cortex-m stm32
Licenses: custom
Submitter: laserk3000
Maintainer: laserk3000
Last Packager: laserk3000
Votes: 52
Popularity: 0.75
First Submitted: 2016-06-04 10:14 (UTC)
Last Updated: 2024-09-18 12:45 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

laserk3000 commented on 2019-03-01 18:14 (UTC)

Can you tell us which version of imagemagick gives this error? Removing the sub-image specification results in 17 (enumerated) pngs in my case. Picking one of these gave the error that GabdSung had. It seems to me that some version of imagemagick doesn't recognize the sub-images in the ico files.

k3a commented on 2019-03-01 18:02 (UTC)

Got the same problem during package().

Removing sub-image [] specification in the "convert" call fixed it. Make it just convert ico to png.

GabdSung commented on 2019-02-14 05:44 (UTC)

I had the same problem. Commenting out the lines in the PKGBUILD file

convert "$ {srcdir} /help/STM32CubeMX.ico" "$ {srcdir} / $ {pkgname} .png"
install -Dm 644 "$ {srcdir} / $ {pkgname} -6.png" "$ {pkgdir} / usr / share / pixmaps / $ {pkgname} .png"

, it was possible to install the program (without icon :)). Perhaps it is necessary to deliver the package with a file in png format.

laserk3000 commented on 2018-12-13 10:14 (UTC)

Seems like a corrupted image error coming from imagemagick. Can you try to build with makepkg instead of pamac? Is there enough disk space? I get no error with makepkg and yaourt.

vinci commented on 2018-12-13 09:54 (UTC)

Updating to the latest version fails with:

convert: insufficient image data in file /tmp/pamac-build/stm32cubemx/src/help/STM32CubeMX.ico' @ error/icon.c/ReadICONImage/375. convert: no images defined/tmp/pamac-build/stm32cubemx/src/stm32cubemx.png' @ error/convert.c/ConvertImageCommand/3288. ==> ERROR: A failure occurred in package(). Aborting...

Any ideas?

xorly commented on 2018-12-12 11:20 (UTC)

5.0.0 is out

squash commented on 2018-09-14 12:49 (UTC)

4.27.0 is available. Can we also change the URL to the HTTPS version to be safer? Thank you.

squash commented on 2018-07-25 12:52 (UTC)

@laserk

That's cool! Glad to help. BTW, 4.26.1 is available now.

laserk3000 commented on 2018-06-08 13:34 (UTC)

PKGBUILD is finally as squash suggested and should not give an error at every version bump.

@squash thanks a lot!

laserk3000 commented on 2018-06-08 12:26 (UTC) (edited on 2018-06-08 12:27 (UTC) by laserk3000)

PKGBUILD updated as loser137 and codyps have suggested.