2024-03-30 07:28 PM - edited 2024-03-30 07:40 PM
Getting stuck installing STM8CubeMX on Ubuntu 23.10.
Downloaded from here: https://www.st.com/en/development-tools/stm8cubemx.html
From the manual found here: https://www.st.com/resource/en/user_manual/um2125-stm8-configuration-tool-stmicroelectronics.pdf :
[to install]On Linux:
a. Make sure you have access rights to the target installation directory. You can run the installation as root
(or sudo) to install STM8CubeMX in shared directories.
b. Double-click (or launch from the console window) on the SetupSTM8CubeMX-VERSION.linux file.
Double clicking on the file has no effect. Running from terminal doesn't work either..
jason@Jason-Desktop:~/Downloads/STM8$ dir
Readme.html SetupSTM8CubeMX-1.5.0.app SetupSTM8CubeMX-1.5.0.exe SetupSTM8CubeMX-1.5.0.linux
jason@Jason-Desktop:~/Downloads/STM8$ sudo ./SetupSTM8CubeMX-1.5.0.linux
sudo: unable to execute ./SetupSTM8CubeMX-1.5.0.linux: No such file or directory
The file (SetupSTM8CubeMX-1.5.0.linux) is executable. Java runtime environment is installed. Ideas?