2. SDCC Setup

SDCC is available as a package in Fedora. The package name is sdcc. Make sure your package manager is configured correctly and install the package through your package manager, using the following command.

# yum install sdcc

To verify the install, execute the following command.

$ sdcc-sdcc --version

This should print sdcc's version number.