STM32CubeIDE won't run in MacOS 10.15 Catalina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-03 06:14 AM
Hi everyone!
I try to install STM32CubeIDE in my MacBook Air it turns out there is a problem that is caused by macOS Catalina. When I try, it fails with the following error message: "This package is incompatible with this version of macOS. The package is trying to install content to the system volume. Contact the software manufacturer for assistance." (see screen capture)
Is there a way to solve this problem? Is there a revised version coming soon from ST?
Thank you for your time
Best Regards
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-04 11:35 PM
it can safely be ignored and it is suggested you install openocd. i used homebrew.
from the v1.1 release notes of STM32cubeIDE:
- The macOS® installer displays incompatible version dialog when installing the stlink-server package. This can safely be ignored.
- ST-LINK GDB-server does not work properly with the macOS® version of STM32CubeIDE. The use of OpenOCD or J-Link is required.
The link to the release notes is:
Search the web how to setup stm32cudeide to use openocd for loading and debugging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 12:13 AM
Ok, i have installed home-brew. Now the thing is: how do i ignored the warning errore when installing the st-link.pkg file?
There is a specific command line for doing that?
Sorry, but I'm not really into this kind of stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 12:16 AM
ignore the error in case you ran it.
dont install the ST-Link Server .pkg file at all.
In a terminal run
brew install openocd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-05 12:19 AM
Ok got it; thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-02 09:13 AM
did you install? pls help me. i installed homebrew and openocd. now what am i doing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-02 11:24 AM
Ignore Homebrew and all of that stuff; at the time I reported the problem the version of STM32CubeIDE wasn’t working correctly on MacOS. I don’t know if now they have fixed the problem, but I was able to solve the issue by simply installing the 1.0.2 version of STM32CubeIDE.
Let me know if it worked for you too!
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-03 09:11 AM
no work! its give the same error.. thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-01 09:01 AM
Hey, I have also a mac with catalina and had the same problem.
But I think I have a working solution for us.
If you installed stm32cubeide 1.20 and you cannot starting it cause of an error want the system deleting the prog.
Install an other JRE 8 and start the IDE from the terminal. Go for it into this folder structure: /Application/STM32CudeIDE.app/Contents/MacOS and here execute stm32cubeide and it will starting.
Now I am looking how I can make an other workaround.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-09 01:09 PM
Hi, I know it is a bit late, but I just installed Catalina. The xattr solution at this link worked for me:
More specifically I did:
sudo xattr -rd com.apple.quarantine /Applications/STM32CubeIDE.app
to allow gatekeeper ignoring key-sign of this app