This is an old revision of the document!
Table of Contents
gputils: GNU PIC Utilities
gputils is an assembler and linker for 8-bit PICMicros.
Tools
sudo apt-get install build-essential subversion bison flex
Release
cd /usr/src wget https://downloads.sourceforge.net/project/gputils/gputils/1.5.0/gputils-1.5.0-1.tar.gz tar zxvf gputils-1.5.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.5.2 #1319 (Aug 2 2020)
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.5.2 #1319 (Aug 2 2020)
Cygwin
When installation ends add gputils to the PATH in the dialog box (default).