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:gputils [2016/12/18 15:06]
darron [gputils: GNU PIC Utilities]
tools:gputils [2020/08/05 19:24] (current)
darron
Line 1: Line 1:
 ==== gputils: GNU PIC Utilities ==== ==== gputils: GNU PIC Utilities ====
 +
 +gputils is an assembler and linker for 8-bit PICMicros.
 +
 +===Linux===
 +
 +== Tools ==
 +
 +<code>
 +sudo apt-get install build-essential subversion bison flex
 +</code>
  
 == Release == == Release ==
 <code> <code>
 cd /usr/src cd /usr/src
-wget http://downloads.sourceforge.net/project/gputils/gputils/1.4.0/gputils-1.4.0-1.tar.gz +wget https://downloads.sourceforge.net/project/gputils/gputils/1.5.0/gputils-1.5.0-1.tar.gz 
-tar zxvf gputils-1.4.0-1.tar.gz +tar zxvf gputils-1.5.0-1.tar.gz 
-cd gputils-1.4.0-1+cd gputils-1.5.0
 ./configure --prefix=/usr/local --disable-html-doc ./configure --prefix=/usr/local --disable-html-doc
 make make
Line 21: Line 31:
 make install make install
 gpasm -v gpasm -v
-gpasm-1.5.#1293 (Dec 18 2016)+gpasm-1.5.#1319 (Aug  2 2020)
 </code> </code>
  
Line 34: Line 44:
 make install make install
 gpasm -v gpasm -v
-gpasm-1.5.#1293 (Dec 18 2016)+gpasm-1.5.#1319 (Aug  2 2020)
 </code> </code>
  
-=== Raspberry Pi ====+=== Cygwin ===
  
-== Install and enter emulator == +[[https://downloads.sourceforge.net/project/gputils/gputils-win32/1.5.0/gputils-1.5.0-1.exe|Install]]
-[[tools:raspbian-emu|Raspbian emulator]] +
- +
-== Build gputils == +
-Choose one the above methods, release, SVN, or SVN update. +
- +
-== Setup NFS and mount emulator directory on RPi == +
-[[tools:nfs|NFS]] +
- +
-== Install (Eg. gputils SVN) on RPi == +
-<code> +
-cd /embedded/raspbian/usr/src/gputils-svn/gputils +
-make install +
-</code> +
- +
-=== Cygwin === +
-[[http://sf.net/projects/gputils/files/gputils-win32/1.2.0/gputils-1.2.0.exe/download|Install]]+
  
 When installation ends add gputils to the PATH in the dialog box (default). When installation ends add gputils to the PATH in the dialog box (default).