User Tools

Site Tools


installing_gputils_and_sdcc_on_ubuntu_8.04

We can install SDCC and GPUTILS with the Synaptic Package Manager (in Gnome can be found in the upper panel: System/Administration/Synaptic Package Manager) or entering the following commands

  sudo apt-get install sdcc
  sudo apt-get install gputils

..now hold on we have to set the proper environmental variables.

…in your “/etc/environment” file add these 3 lines below:

MIOS_PATH="/YOUR/PATH/HERE/mios/trunk"
MIOS_BIN_PATH="/YOUR/PATH/HERE/mios/trunk/bin"
MIOS_SHELL="/bin/bash"

– geez louise! it's that easy.

installing_gputils_and_sdcc_on_ubuntu_8.04.txt · Last modified: 2009/02/01 04:24 by chr0n1c