You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jallib
I was revisiting an old project for the 16F1825 and found that it won't compile with the latest jallib due to the DEBUG config option missing from the device file. It is bit 12 of Config Word 2. Whatever older version of jallib I was using had the definition, but at some point it seems to have been removed. I checked the device file for the 12F1840 and it also is missing the DEBUG option. Maybe they're all missing?
Regards,
Mike
Rob CJ
unread,
1:49 AM (5 hours ago) 1:49 AM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jallib
Hi Mike,
Which JAL version was that? I went back to version 1.1.0 but could not find DEBUG in the device file of that PIC.
I did a quick check of the MPLABX XML file and 'DEBUG' is mentioned and I also see it in the Python Script that generates the device files so it is strange that it is not in.
I was revisiting an old project for the 16F1825 and found that it won't compile with the latest jallib due to the DEBUG config option missing from the device file. It is bit 12 of Config Word 2. Whatever older version of jallib I was using had the definition,
but at some point it seems to have been removed. I checked the device file for the 12F1840 and it also is missing the DEBUG option. Maybe they're all missing?