2025-11-14 8:24 AM - last edited on 2025-11-14 8:26 AM by Andrew Neil
Has anyone had success installing the Cube IDE on a Raspberry Pi 5?
I first got the error message "Installation dir cannot be temporary one: /home/my_name/Downloads/makeself_dir_o70WRx"
I tried various workarounds suggested by Gemini, ultimately creating new directory
/opt/stm32_installer
moving the unzipped file to this new directory and then trying
.../opt/stm32_installer$ sudo ./file_name.sh
It went right ahead and created a new temporary folder in opt/stm32_installer and failed in the same way again!
If anyone has succeeded in getting the Cube IDE to work on a R Pi 5, please let me know how you did it.
Thanks for reading this far.
2025-11-14 8:27 AM
What OS are you using on your Raspberry Pi ?
2025-11-14 10:33 AM
>Has anyone had success installing the Cube IDE on a Raspberry Pi 5?
No.
Because nonsense - Pi is an Arm core , but CubeIde has NO version thats compiled for Arm.
So - impossible. Thats it.
2025-11-14 11:04 AM
Ascha.3 is completely right.
An additional remark: in theory it is possible to run the binaries for CubeIDE in an ARM system with an emulator like Qemu.
But this is far beyond the resources you have with an Raspberry.
Even if STM would offer an ARM compiled CubeIDE the Raspi would have not enough CPU power, RAM and IO performance.
Nevertheless there are more and more ARM systems which would benefit from this...
But when I see how hard it is generate a simple main.cpp I have no hope.