> when I enter commands:
>
> cd device/lib/pic16
> ./configure
> make
During the configure-run you must have gpasm and gplink in your PATH
(the configure script will tell you if it found them). In your case,
gpasm has not been found.
With /path/to/gpasm/gpasm being the installed gpasm tool, try
Hello,
I am trying software I2C routines in SDCC for PIC16F676. Currently with no
success. So I played with bit-bang output and found some interesting feature
(honestly, I do not know if it is a bug or feature).
Tha main problem is that when I set TRISA0 = 1; RA0 = 0; TRISA0 = 0 -> there is
"
Hi,
tried to compile the standard libraries as per this page:
http://www.freenet.org.nz/sdcc/
when I enter commands:
cd device/lib/pic16
./configure
make
after compiling quite a few files succesfully the make stops as
follows:
source='delay/delay100ktcy.S' object='delay100ktcy.o' libtool=no \