On 04/06/12 11:16 am, bluee...@gmail.com 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
It is sometimes a bad idea to use spaces in directory- and filenames. It seems not to have caused any errors for you (yet), but I would suggest to try to avoid problems before they occur :-)
Greets,
Kiste
--
You received this message because you are subscribed to the Google Groups "jallib" group.
To post to this group, send email to jal...@googlegroups.com.
To unsubscribe from this group, send email to jallib+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
On 04/06/12 08:10 pm, Z.K. wrote:
> I was following a tutorial that I had downloaded and it said:
>
> Windows Install:
> 1. Download jalpack (installer executable) from
> http://jaledit.googlecode.com/files/JALPack_2.4_0.4_0.6.1.0.exe,
> This will install JALv2 + JalEdit
> 2. Update your installation (very important) - Download jallib-pack or
> jallib-pack-bee from http://code.google.com/
> p/jallib/downloads/list, copy the .zip contents into your Jallib
> installation directory
>
> I guess the tutorial was old as well.
That tutorial is of 26 june 2011, not what I would call 'old'.
On page http://code.google.com/p/jallib/ you can find links to this
tutorial and other required and optional meterial.
I guess step 2. above was not correctly performed. It should have
replaced the compiler and all Jallib libraries. Maybe you copied the
contents of Jallib-pack-2.4o-0.8.0 to the wrong directory.
> Anyway I finally found the 4.60 and 4.62 version
Now THAT is really old stuff! Please forget this when you want to work
with Jallib libraries.
Hi Sunish,I've noticed at installation time there is a difference between the compiler changelog file and the compiler version in the last jalpack.
Ok, I had the same problem many times, but that is correctable by choosing the right path.Right now my issue is caused by Jaledit which can display different things on file.out and compile result windows.
This happents because the file.out is not overwritten after every compilation.Closing the file.out after every compilation cure the problem but is somehow annoying.