Compiling error

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
babaganooosh
Posts: 3
Joined: 22 Jul 2009 18:09

Compiling error

#1 Post by babaganooosh » 08 Aug 2009 16:33

While I was programming, I encountered a compiling error that says "Routine too large". What does it mean? How can I fix it?

Thanks in advance :D

janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

#2 Post by janni » 08 Aug 2009 20:19

You may only divide the routine into 2 or more smaller ones. Routines in PIC16s are limited by ROM page size (2k assembly instructions).

Post Reply

Return to “mikroC PRO for PIC General”