Skip to main content
JVahl.1
Associate
January 20, 2020
Question

I can not find a installation package for STM32CubeIDE target Debian/Ubuntu architecture X86_64, on https://my.st.com I like to install the IDE in Ubuntu X86_64 19 or 18. I only find installation packages for AMD 64, where do I find X86_64?

  • January 20, 2020
  • 3 replies
  • 987 views

..

This topic has been closed for replies.

3 replies

Mike_ST
Technical Moderator
January 20, 2020

Maybe that will answer your question:

https://en.wikipedia.org/wiki/X86-64

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. 
JVahl.1
JVahl.1Author
Associate
January 20, 2020

Thank you for the link, so the conclusion is that I can install a STM32CubeIDE AMD64 software on a Intel x86_64 architecture running Ubuntu?

JVahl.1
JVahl.1Author
Associate
January 20, 2020

In Ubuntu 19 running in VirtualBox under Windows on a Intel X86_64 processor, I installed the STM32CubeIDE with the following steps:

  1. Downloaded the file en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh.zip
  2. Unzipped the file.
  3. Terminal command super user: sudo su
  4. Terminal command change permisson: chmod +x st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh
  5. Terminal command run installer: ./st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh
  6. Terminal command update: apt update
  7. Terminal command install compiler: apt install build-essential
  8. Terminal command gcc version: gcc --version
  9. Run the STM32CubeIDE via the desktop icon.
  10. If a STM processor project is created the gcc cross compiler will be installed the first time together with the cube software.