On 04/06/12 11:16 am, [email protected] wrote:
I am really new to the JAL compiler. I thought I would try a simple blink led from the samples. So, I created a new folder in the project folder and copied the 16F88 blink file to that folder. Then I compiled it and I got like 31 errors. Anyone have any idea what I am doing wrong.
...
errors: Compilation started at :4/6/2012 1:52:27 AM jal 2.4l (compiled Aug 7 2009) [Error] (lib/16f88.jal) [Line 54] unexpected token: 'id' [Error] (lib/16f88.jal) [Line 54] "id" not defined [Error] (lib/16f88.jal) [Line 54] '=' expected (got '0x2000') [Error] (lib/16f88.jal) [Line 54] unexpected token: "0x2000"
Your compiler version is too old (version 2.4l does not support pragma ID). Dump your current JapPack, download the latest JalPack and use only components from that new package (do not mix packs).
Regards, Rob. -- R. Hamerling, Netherlands --- http://www.robh.nl -- 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.
