Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


E: Package 'gksu' has no installation candidate

hello I am trying to install sws4stm32 for a project i have run into problems
when i try to run the install using but i get something like gksu required and when i try to install gksu with sudo apt-get install gksu i get error like
E: Package ‘gksu’ has no installation candidate
I dont know what to do
any one had similar issues or knows how to work around this problem
please advice thank you

Go with below commands in terminal:

wget http://mirrors.kernel.org/ubuntu/pool/main/libg/libgtop2/libgtop-2.0-10_2.32.0-1_amd64.debQuestion
sudo apt install ./libgtop-2.0-10_2.32.0-1_amd64.deb

wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/libg/libgksu/libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.debQuestion
sudo apt install ./libgksu2-0_2.0.13~pre1-6ubuntu8_amd64.deb

wget http://mirrors.kernel.org/ubuntu/pool/universe/g/gksu/gksu_2.0.2-9ubuntu1_amd64.debQuestion
sudo apt install ./gksu_2.0.2-9ubuntu1_amd64.deb

All of those commands do not work and return with “Unsupported file...”
In fact gksu has been dropped from all Ubuntu packages since 18.
So now what?
the installer does not work in the newer distros.


I have the same installation problems with Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic.

As mentioned in the previous post, gksu has been removed from Debian, Ubuntu 18.04 and other newer Linux distribution versions. From all accounts gvfs admin should achieve similar functionality by adding admin:// prefix to the path when using terminal. So far no success as the installer still requires gksu.