ARM GCC toolchain is available as a package BSP CDROM for Fedora. The
package name is gcc-arm. Install the ARM GCC toolchain, using the
following command.
# yum --nogpgcheck localinstall /mnt/cdrom/software/gcc-arm-*.rpmIn case of Fedora 18 and above, use the following command to rectify errors if any during execution of the above command.
# yum update auditTo verify the install, execute the following command.
$ arm-none-eabi-gcc --versionThis should print gcc's version number.