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
Last revision Both sides next revision
tools:gputils [2020/08/02 18:01]
darron
tools:gputils [2020/08/05 19:23]
darron
Line 2: Line 2:
  
 gputils is an assembler and linker for 8-bit PICMicros. gputils is an assembler and linker for 8-bit PICMicros.
 +
 +===Linux===
  
 == Tools == == Tools ==
Line 14: Line 16:
 wget https://downloads.sourceforge.net/project/gputils/gputils/1.5.0/gputils-1.5.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.5.0-1.tar.gz tar zxvf gputils-1.5.0-1.tar.gz
-cd gputils-1.4.0-1+cd gputils-1.5.0-1
 ./configure --prefix=/usr/local --disable-html-doc ./configure --prefix=/usr/local --disable-html-doc
 make make