We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everybody. I am learning embedded programming (particularly stm32f407 models). And I cannot grasp difference between gnu arm toolchain supplied from this site and gcc. So, what is the difference between such tools? Can I for example use gcc cross compilers with specific options to compile firmware? Is gnu arm compiler is completely other product with different optimizations? Does it have any relation to gcc compilers? My guess is that gnu arm toolchain provided from this site is just wrapped tools with simplified installation (to work under Windows for example), which internally use gcc.