Greetings, On Mon, 02 Aug 2010 10:24:17 +0200, Rob Hamerling wrote > > And in the log I see also: > > > /hdc1/home/sirloon/jallib/slave/standard/build/sample/18f26j11_rtc_hardware.jal:683: illegal instruction > > Line 683 of that sample is the very last line of code and is > 'end procedure'. I'm not sure what the compiler means by 'illegal > instruction'. >
The line number reported has no meaning. This error is generated by the PIC backend when an instruction not available on a particular device has been used. For example, something like addwfc (available on 16 bit cores) is generated for a 12 bit core. --kyle -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
