gputils is an assembler and linker for 8-bit PICMicros.
sudo apt-get install build-essential subversion bison flex
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.5.0 ./configure --prefix=/usr/local --disable-html-doc make make install
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)
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)
When installation ends add gputils to the PATH in the dialog box (default).