FIXME Elaborate and add details ====== Installing GPUTILS and SDCC on Gentoo Linux ====== Installing packages on Gentoo is as easy as on any Linux platform. ===== Emerging GPUTILS ===== Emerge gputils. emerge -av gputils ===== Emerging SDCC ===== For now, version 2.5 of SDCC is officialy supported so add the corresponding rule in one of your /etc/portage/packages.keywords files and emerge sdcc. cat '=dev-embedded/sdcc-2.5*' >> /etc/portage/packages.keywords/mios emerge -av sdcc