This is an old revision of the document!
sdcc
- 
 
 # sudo apt-get install libboost-dev gputils
 
 # ./configure
 
 # make
 
 # sudo make install
 
stm8-binutils
- 
 
 # ./patch_binutils.sh
 
 # cd binutils-2.30/
 
 # ./configure
 
 # make
 
 #
 
stm8-flash
- 
 
 # cd stm8flash/
 
 # make
 
 # sudo cp stm8flash /usr/bin/
 
      
      
      Back to top