Hi, I am trying to build a project in linux using the arm-none-eabi-gcc compiler (version 5.4.1). But the binari file differs by 8 kilobytes, if compiled in Windows with the compiler from IDE. The same makefile is used.
How can I build a project in Linux so that the build result would be the same?
Is it possible that the IDE uses a non-release version of the compiler?
Left window: Build result and compiler version in Windows.
Right window: Build result and compiler version in debian docker.