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-*.rpm
In case of Fedora 18 and above, use the following command to rectify errors if any during execution of the above command.
# yum update audit
To verify the install, execute the following command.
$ arm-none-eabi-gcc --version
This should print gcc
's version number.