Search Criteria
Package Details: simplicitystudio5-bin 5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/simplicitystudio5-bin.git (read-only, click to copy) |
---|---|
Package Base: | simplicitystudio5-bin |
Description: | Design tools, documentation, software and support resources for EFM32™, EFM8™, 8051, Wireless MCUs and Wireless SoCs. |
Upstream URL: | https://www.silabs.com/products/development-tools/software/simplicity-studio |
Keywords: | efm32 efm8 efr32 silabs silicon studio |
Licenses: | unknown |
Submitter: | bbandi |
Maintainer: | bbandi |
Last Packager: | bbandi |
Votes: | 1 |
Popularity: | 0.000003 |
First Submitted: | 2020-08-23 16:02 (UTC) |
Last Updated: | 2024-01-04 11:03 (UTC) |
Dependencies (10)
- git (git-gitAUR, git-glAUR)
- git-lfs (git-lfs-gitAUR)
- make (make-gitAUR)
- ncurses5-compat-libsAUR
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-networkauth (qt5-networkauth-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- lib32-qt4AUR (optional) – for old tools like battery estimator
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging) (optional) – for IAR support
Latest Comments
1 2 Next › Last »
bbandi commented on 2024-01-04 11:08 (UTC)
Sorry for the long hiatus - I've updated the dependencies based on what studio uses when installed on ubuntu. It works for me, but I did not try to set up wine or the ancient qt4 stuff. Also, sometimes it opens some xdg-open dialog after logging in with my silabs account, which shouldn't be clicked (in that case, it will crash in my experience). It might crash afterwards, but it's not an easily reproducable problem, usually works on the second try.
KafCoppelia commented on 2023-12-25 15:05 (UTC)
I think
webkit2gtk
is a necessary dependencyAvenger commented on 2023-04-25 12:14 (UTC) (edited on 2023-04-25 13:02 (UTC) by Avenger)
I'm now getting crashes when trying to configure the SDK and in other places where webkit is used, not sure when it started to happen as I did not need this part until now:
I found a workaround, and that is to create the folder /tmp/SWT-GDBusServer/ manually before starting the application.
Thursday7157 commented on 2022-10-28 10:55 (UTC)
Also, you need to do the following to get debug adapters recognised properly (otherwise it will just show "unknown device):
Thursday7157 commented on 2022-10-27 19:35 (UTC) (edited on 2022-10-27 19:41 (UTC) by Thursday7157)
Install went well but 8 bit Keil toolchain was missing from the toolchain options (despite the package having been installed). This is because Simplicity couldn't find the installed wine because the "studioinstallhelper.sh" script assumes ubuntu or red hat.
Ended up modifying /opt/simplicitystudio5/developer/scripting/studioinstallhelper.sh, removing the following lines fixed the issue.
After the fix:
As previous comments said, wine-staging is required, wine will generate errors when you go to build a project.
Interestingly for the maintainer, the script begins:
Might be possible to fix this from within the makepkg by dropping a studioinstallhelper_custom version of the script without the package manager checks.
Veazus commented on 2022-07-12 03:20 (UTC) (edited on 2022-07-16 00:50 (UTC) by Veazus)
Everything seemed to work out of the box. In my case, I didn't install anything related to Keil or IAR. I did run into issues with trying to download the latest BLE SDKs. I actually got some help from silicon labs support even though Arch isn't officially supported. The two main things were that I didn't have Jlink installed in order to use a SEGGER debugger to program a custom board using SWD. The other is related to downloading BLE SDK versions. I needed to install git-lfs and then I had to run
git lfs install
before I got it to fully work.bbandi commented on 2022-01-02 13:25 (UTC) (edited on 2022-01-02 13:29 (UTC) by bbandi)
Hi,
Looks like something's weird with the wine version we're using: It can't start an exe without extension if you're not in the folder: https://forum.manjaro.org/t/how-to-make-wine-open-an-exe-file-only-by-the-file-name-omitting-the-extension-exe/69457/7
However, switching to wine-staging solved the problem. Or you can use the workaround above and symlink all exe in the keil folder to work without extension.
Also, a friend of mine tested it on debian, and it worked without problems. So I think either wine version or arch/manjaro built wine is causing the issue.
Lannakin commented on 2021-12-16 03:52 (UTC)
I'm running into the issue for 8051 MCU projects where SS5 would really like to build using the file name without the extension included; eg I get this error:
As I go down the list of files with
each error gets resolved. Unfortunately, I'm clueless so I have absolutely no idea how to fix this in a less tedious way.
arti commented on 2021-03-01 15:14 (UTC)
WebKit parts of the UI will not load under wayland
Its possible to use something like this to launch it:
bbandi commented on 2020-09-20 16:07 (UTC)
fixed, thanks for the feedback.
1 2 Next › Last »