2021-03-28 07:41 PM
Hi. CubeIDE uses original GNU GCC arm-none-eabi-gcc (at least I think so) but Atolic Studio has arm-atolic-eabi-gcc. Is there any differences between them? Of course taking into account the lastest version of Atolic because the first has some limitations in code genereting.
2021-04-07 01:58 AM
I believe most changes in TrueSTUDIO were also implemented in the CubeIDE toolchain. You can find a patch-list of all changes made in the information center (the blue "i" icon" in STM32CubeIDE.
2021-04-12 03:36 AM
It is not so simple. Atolic works on 32bit OS, CubeIDE - dont, And i,m talking about gcc compiler and you propably think about IDE.
2021-04-12 12:58 PM
STM32CubeIDE doesn't support 32b because relying on more recent Eclipse platform which no more supports it.
According link provided by @Markus GIRDLAND sounds he is discussing about GCC not IDE. According then to him former TrueStudio and STM32CubeIDE are on par.
2021-04-12 08:51 PM
My first question was: Is there any difference between toolchain arm-none-eabi-gcc and arm-atolic-eabi-gcc. And that is it.