This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

32-bit build of GCC 6

Over on http://gnuarmeclipse.github.io/toolchain/install/, I see this:

starting with version 6.x, GNU/Linux toolchains are 64-bits applications, and should work directly on most modern distributions;

Is this a project choice for the GNU ARM Embedded project, or is it something that's mandated by the toolchain trunk? In other words, is it still possible to build a 32-bit version from the sources? If so, any advice?

Thanks,

steve

Parents
  • Hi kilbswhitecrow,

    Yes, it should still be possible to build a 32-bit version of the toolchain. Most users of the Linux variant of the toolchain now have a 64-bit system and switching to a 64-bit toolchain allow all of these to get a faster toolchain.

Reply
  • Hi kilbswhitecrow,

    Yes, it should still be possible to build a 32-bit version of the toolchain. Most users of the Linux variant of the toolchain now have a 64-bit system and switching to a 64-bit toolchain allow all of these to get a faster toolchain.

Children