Hi,
Just installed gputils 1.5.0-1 and am now getting dozens of Message 1302: RAM bank undefined....
The device is PIC 16F18877. I can't seem to figure out why it's giving me these message since the code seems fine in all the places I checked.
Appreciate any insight you can provide....
Thanks,
--Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Just installed gputils 1.5.0-1 and am now getting dozens of Message 1302: RAM bank undefined....
The device is PIC 16F18877. I can't seem to figure out why it's giving me these message since the code seems fine in all the places I checked.
Appreciate any insight you can provide....
Thanks,
--Steve
Just found the "assume" directive -- setting it to zero gets rid of all the msgs.
--Steve