cancel
Showing results for 
Search instead for 
Did you mean: 

Problems of istallation STM32CubeMX on Ubuntu 16.04.2 LTS

Vyacheslav Azarov
Associate III
Posted on July 23, 2017 at 05:38

Hello anybody.

I have one problem. File SetupSTM32CubeMX-4.22.0.linux do not start to execute any way. Previously I has used it on Netrunner 17 without any problems. Please tell me how to fix this. Thank you in advance.

#ubuntu #stm32cubemx #stm32cubemx-install
2 REPLIES 2
Posted on July 23, 2017 at 07:04

Did you install Oracle Java 8 in advance ? Check with java -version in a terminal.

It should look like this:

java -version

java version '1.8.0_131'

Java(TM) SE Runtime Environment (build 1.8.0_131-b11)

Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

Did you unzip the whole en.stm32cubemx4-22.zip and made the files

executable with chmod 777 *.* ?

I am using Ubuntu 16.4 with no problems.

Best regards,

Markus.

Posted on July 23, 2017 at 07:21

Thank You very match, Markus.