This is an old revision of the document!
Table of Contents
gputils: GNU PIC Utilities
Release
cd /usr/src wget http://downloads.sourceforge.net/project/gputils/gputils/1.4.0/gputils-1.4.0-1.tar.gz tar zxvf gputils-1.4.0-1.tar.gz cd gputils-1.4.0-1 ./configure --prefix=/usr/local --disable-html-doc make make install
SVN
cd /usr/src svn checkout svn://svn.code.sf.net/p/gputils/code/trunk gputils-svn cd gputils-svn/gputils ./configure --prefix=/usr/local --disable-html-doc make make install gpasm -v gpasm-1.2.0 #1002 (Mar 30 2014)
SVN update
cd /usr/src/gputils-svn svn update cd gputils make distclean ./configure --prefix=/usr/local --disable-html-doc make make install gpasm -v gpasm-1.4.0 #1111 (Nov 4 2014)
Raspberry Pi
Install and enter emulator
Build gputils
Choose one the above methods, release, SVN, or SVN update.
Setup NFS and mount emulator directory on RPi
Install (SVN) on RPi
cd /embedded/raspbian/usr/src/gputils-svn/gputils make install
Windows
When installation ends add gputils to the PATH in the dialog box (default).