I was curious how small the cut down program was with serial, storage, cat commands, i2c, usb etc removed So I changed include to 18F4550. Compiler crashed almost at once. If any error inserted anywhere, then the compiler finds it and doesn't crash.
I had of course made a complete copy of all the files in a new directory to edit for 18F67j50 version. So I went back to original and applied my changes to array_storage.jal commented out the pragmas used by 18f4550 that not used by 18f67j50, the include 18F4550 complied with about 85% code usage (import / export disabled as that takes it to almost 32k) swapped the include to 1867j50 **** It COMPILED!!! OK *** 20% code useage Mmmmmmmm... So I can't find what is wrong in the other folder. Some very subtle small difference in full or cut down version that doesn't cause a syntax error, but DOES make the compiler fail. Or is the issue the directory name? /me checks... -- 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.
