cancel
Showing results for 
Search instead for 
Did you mean: 

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?

JVahl.1
Associate II
 
3 REPLIES 3
Mike_ST
ST Employee

Maybe that will answer your question:

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

JVahl.1
Associate II

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
Associate II

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.