Issue
I need to compile a code with gcc for ARMv7-A architecture on x86 system, how can i install tools on fedora?? gcc-arm-linux-gnueabi package is not available in fedora and sudo dnf install gcc-arm-linux-gnueabi did not work.
Solution
Arm provides prebuilt GNU cross-toolchains which is available from developer.arm.com.
- For A-profile cores - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a
- For R and M profile cores - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm.
Hope that helps.
Answered By - Oak Bytes Answer Checked By - Cary Denson (WPSolving Admin)