cancel
Showing results for 
Search instead for 
Did you mean: 

stm32CubeMX cant install on Linux 64bit

Martin  Bachtold
Associate
Posted on October 19, 2017 at 08:33

Hi all

I'm new to stm32 and have troubles to install the CubeMX Standalone and Eclipse Plugin.

I've downloaded the archive fro st.com, unarchive made the installer executable but the installer dosn't start.

When i tried to start from command line 

[tino@archlinux en.stm32cubemx]$ ./SetupSTM32CubeMX-4.22.1.linux  

bash: ./SetupSTM32CubeMX-4.22.1.linux: No such file or directory

I've triy also as Eclipse plugin, Its running but after some time the eclipse window starts flicker.

java version '1.8.0_152'

Java(TM) SE Runtime Environment (build 1.8.0_152-b16)

Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)

3 REPLIES 3
Imen.D
ST Employee
Posted on October 19, 2017 at 09:46

Hello,

Make sure to follow instructions in the STM32CubeMX User Manual

http://www.st.com/content/ccc/resource/technical/document/user_manual/10/c5/1a/43/3a/70/43/7d/DM00104712.pdf/files/DM00104712.pdf/jcr:content/translations/en.DM00104712.pdf

.

Please note that STM32CubeMX on Linux is a 32-bit application,

some versions of Linux 64-bit distributions require to install 32-bit compliant packages such as ia32-libs. 

Do you confirm that you have 32-bit compliant packages installed on your Linux 64-bit?

Kind Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on November 06, 2017 at 23:21

 ,

 ,

I had the same problem on 64-bit Ubuntu 16.04:

bash: ./SetupSTM32CubeMX-4.23.0.linux: No such file or directory

This askubuntu post solved it for me:

https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit/454254 ♯ 454254

 ,
Nikolay Mernik
Associate
Posted on December 03, 2017 at 22:09

for my Linux Fedora 26 64 bit need:

1. 

sudo dnf install glibc.i686

2.

 ./SetupSTM32CubeMX-4.23.0.linux