Toolchain differences: STM32 arm-none-eabi versus ARM arm-none-eabi
Hi
I am curious to know about the differences in arm-none-eabi-*** provided by ARM and the same arm-none-eabi-*** that comes with STM32CubeIDE.
What/where are the differences? In particular, I am curious about the libc.a and the libc_nano.a
I performed a CRC check on those files and compared the ones from the STM32CubeIDE installation and the ones directly from ARM. I concluded that they are different. What and how are they different?
Is there any documentation and resource where I can read up on it?
Thank you,