Debian templates for dsPIC build toolchain 2.01
John Steele Scott <[email protected]> Tue, 21 Feb 2006 12:09:02 +1030
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Organization | Temperature Technology |
| Message-ID | <[email protected]> |
Hi, Attached to this email are the templates needed to build debs for GCC and Binutils corresponding to Microchip's version 2.01 toolchain. There is not much changed in this release. The main thing which is of more general interest is a set of general rules for GNU make. This ruleset is not from Microchip, but was written by me. The file is in the tarball as pic30-debian-2.01/pic30-support-2.01/pic30-rules.mk. They allow small makefiles to be written like so: DSPIC := 30f3013 PROJECT := blinkenlight OBJS := main.o foo.o bar.o include /usr/share/pic30-support/pic30-rules.mk Implicit rules are used to create object files from C or Assembler as necessary. cheers, John