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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 8:10 AM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 8:40 AM
Maybe that will answer your question:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 9:10 AM
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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-20 11:41 AM
In Ubuntu 19 running in VirtualBox under Windows on a Intel X86_64 processor, I installed the STM32CubeIDE with the following steps:
- Downloaded the file en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh.zip
- Unzipped the file.
- Terminal command super user: sudo su
- Terminal command change permisson: chmod +x st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh
- Terminal command run installer: ./st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh
- Terminal command update: apt update
- Terminal command install compiler: apt install build-essential
- Terminal command gcc version: gcc --version
- Run the STM32CubeIDE via the desktop icon.
- If a STM processor project is created the gcc cross compiler will be installed the first time together with the cube software.
