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

Is it possible to create an aarch32 linux hosted local gcc compiler from source?

In the ARM website, there are Windowsx86_64 Linux and AArch64 Linux hosted cross compilers. But there aren't AArch32 Linux hosted cross compilers.

They provide compiler source code named gcc-arm-src-snapshot-10.3-2021.07.tar.xz.

Is it possible to create an aarch32 linux hosted LOCAL gcc compiler from the source code?

Host: AArch32 hosted

Target: AArch32 target with hard float

0