• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H07-May-2022-18,65314,410

gpasm/H12-Sep-2016-32,65323,788

gplink/H12-Sep-2016-8,6175,920

gputils/H12-Sep-2016-11,5468,325

header/H12-Sep-2016-1,723,7871,403,345

include/H12-Sep-2016-1,305654

libgputils/H12-Sep-2016-290,016263,981

libiberty/H12-Sep-2016-2,4871,600

lkr/H12-Sep-2016-52,65645,089

man/H12-Sep-2016-4,2063,909

AUTHORSH A D09-Nov-2013758 2118

COPYINGH A D03-Mar-201317.6 KiB340281

ChangeLogH A D12-Sep-2016267.4 KiB6,5345,247

INSTALLH A D03-Mar-20139 KiB230175

Makefile.amH A D03-Mar-2013284 1611

Makefile.inH A D02-Jul-201625.1 KiB816721

NEWSH A D03-Mar-201311 21

READMEH A D08-Sep-20131.7 KiB4531

TODOH A D02-Aug-2016719 1915

aclocal.m4H A D08-Feb-201643.3 KiB1,2071,096

compileH A D29-Jan-20167.2 KiB348258

config.guessH A D29-Jan-201641.9 KiB1,4221,230

config.h.inH A D12-Aug-20164.6 KiB190128

config.subH A D29-Jan-201635.2 KiB1,8081,670

configureH A D12-Aug-2016206.4 KiB7,2426,344

configure.acH A D12-Aug-20168.7 KiB307264

depcompH A D29-Jan-201623 KiB792502

get_cl_revision.shH A D03-Mar-20131 KiB4435

gputils.specH A D12-Sep-20161.8 KiB5444

gputils.spec.inH A D02-Jul-20161.8 KiB5444

install-shH A D29-Jan-201614.3 KiB502327

missingH A D29-Jan-20166.7 KiB216143

ylwrapH A D21-Feb-20166.7 KiB248143

README

1This is a collection of development tools for Microchip (TM) PIC (TM)
2microcontrollers.
3
4Gputils implements a subset of features available with Microchip's tools.
5See the documentation for an up-to-date list of what gputils can do.
6
7Installation instructions are constained in the INSTALL document.
8
9Documentation is in the "doc" directory.  The user manual is
10"gputils.lyx", it's ready for a postscript printer as "gputils.ps" or
11viewing using Adobe (TM) Acrobat (TM) as "gputils.pdf".  Lyx is
12available from http://www.lyx.org
13
14Send any bug reports to the bug tracking system at:
15
16https://sourceforge.net/projects/gputils/
17
18Please verify a bug report has not already been submitted before creating a
19new one.  In the report, please state which version of gputils you're using,
20the machine and OS you've built it for (or not), and enough source code to
21reproduce the problem.
22
23If you're trying to build gputils on a machine/OS but can't, you might
24want to take a look at 'stdhdr.h' and see if you can fix the problem
25there.
26
27Please send any patches you wish to be considered for the next gputils release,
28to one of the Project Administrators listed at sourceforge.
29
30Win32 Support
31=============
32
33Although gputils was primarily intended for GNU systems, it can be compiled
34on a win32 system (Win98, WinNT, ...).  The gputils supported win32 compiler
35is MinGW.  It is available at:
36
37http://www.mingw.org/
38
39MinGW was selected because it is based on the GNU C compiler.  Additionally,
40it can easily be used as a cross compiler on GNU systems.  A native win32
41version of MinGW is available.
42
43Offical gputils ports to win32 are be generated using a cross compiler on
44a Linux system by the scripts/build/mingw/do_setup.sh script.
45