SDCC is available as a package in Debian GNU/Linux and Ubuntu. 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.
# apt-get install sdcc
To verify the install, execute the following command.
$ sdcc --version
This should print sdcc
's version number.