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
tools:sdcc [2016/12/18 15:41]
darron
tools:sdcc [2017/01/11 16:39] (current)
darron
Line 1: Line 1:
 ==== sdcc: Small Device C Compiler ==== ==== sdcc: Small Device C Compiler ====
 +
 +sdcc is a C compiler for various microprocessors and micro-controllers including 8-bit PICMicros.
  
 == release == == release ==
Line 54: Line 56:
 [[tools:nfs|NFS]] [[tools:nfs|NFS]]
  
-== Install (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 63:
 </code> </code>
  
 +The symbolic link above is important for installation due to an unknown bug in the build process.
  
 === Cygwin === === Cygwin ===