Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:sdcc [2016/12/18 21:12]
darron [Raspberry Pi]
tools:sdcc [2016/12/18 21:40]
darron [Raspberry Pi]
Line 56: Line 56:
 == Install (Eg. sdcc SVN) on RPi == == Install (Eg. sdcc SVN) on RPi ==
 <code> <code>
-cd /embedded/raspbian/usr/src/gputils-svn/gputils 
-make install 
 cd /embedded/raspbian/usr/src/sdcc-svn/sdcc cd /embedded/raspbian/usr/src/sdcc-svn/sdcc
 ln -sf /embedded/raspbian/usr/src/sdcc-svn/ /usr/src/ ln -sf /embedded/raspbian/usr/src/sdcc-svn/ /usr/src/
Line 63: Line 61:
 </code> </code>
  
 +The symbolic link above is important for installation due to an unknown bug in the build process.
  
 === Cygwin === === Cygwin ===