GNU PIC Utilities
From Wikiants
Contents |
[edit] Introduction
gputils is a collection of tools for Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib. Each tool is intended to be an open source replacement for a corresponding Microchip (TM) tool. This manual covers the basics of running the tools. For more details on a microcontroller, consult the manual for the specific PICmicro product that you are using. This document is part of gputils. gputils is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. gputils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
[edit] GNU PIC Utilities/Supported Processors
[edit] Support for GPUTILS
GPUTILS comes with some documentation and examples. When that isn't enough, you can find help in the following places:
- User Manual - for information on the tools in Acrobat format. You might also want to take a look at Microchip's MPASM manual. For information on Microchip's COFF files, look in this manual.
- FAQ - for frequently asked questions.
- Relocatable object HOWTO - for brief information about using gputils with relocatable objects.
- Mailing list - if you have a general question about PIC micro controllers or the tools. Subscribe to the GNUPIC mailing list by sending a message to:
gnupic-subscribe ( at ) linuxhacker ( dot ) org # with the word subscribe in the body.
gnupic ( at ) linuxhacker ( dot ) org # is the address of the list.
# There's also the gnupic archive.
- Bug Reporting - if you have a problem using GPUTILS, we need to hear about it.
- Feature Requests - if you would like to see a new feature.
- Source Forge Website - for further information.
- GPSIM Information - for information on the gputils compatible simulator.
- XGPASM Information - for information on a gui for gpasm.
- PiKdev Information - for information on an IDE for gpasm.

