Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / README
1 README for the SDCC/pic14 library
2
3 Building the library
4 ====================
5 1. Edit ./Makefile.in and update the ARCH variable to match your
6    device. It should be safe to keep the default setting (p18f877),
7    but performance improvements might be possible in specifying the
8    actual target chip there.
9    
10 2. Run './configure'
11
12 3. Run 'make clean'
13
14 4. Run 'make all'
15
16 Prerequisites
17 =============
18 * a recently new GNU Make (tested with 3.80)
19 * current gputils (tested with 0.13.2)
20 * SDCC with enabled 14 bit PIC backend (tested with 2.5.4)