Chapter 3. Software Setup in Fedora

1. ARM GCC Toolchain Setup

ARM GCC toolchain is available as a package BSP CDROM for Fedora. The package name is gcc-arm. Insert the BSP CD-ROM and install the ARM GCC toolchain, using the following command.

# yum --nogpgcheck localinstall /media/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.