Reported by Erwin de Winter. ... From: Wouter van Ooijen [mailto:wouter@...] Sent: Wednesday, February 04, 2004 1:34 PM To: 'Erwin Winter' Subject: RE:...
Hi all, Only in CVS tree, new JAL version is "0.4.60". I must learn how to make the distribution files and make full test for pin_a5,6,7. Last changes : ...
Hi all, Take a view, gpal it's part of gputils. And JAL it's mentioned here: http://gputils.sourceforge.net/gpal.html [PS] Craig, success and go on! -- ...
Hi all, About the bug in the expression: C = 5 * 5 / 2 Actually, this (from JAL manual): "... For operators of equal priority the leftmost operator gets higher...
There is a bug in the 18F version of HPAGE. At the end of some case opcode_hpage : { there is a line n = x >> 8; which should be if( target_cpu == pic_16 ){ n...
Maybe an old problem, but in the copy of jlib I have from SF the lines procedure pin_a5_direction'put( bit in d at trisa : 5 ) is _trisa_flush end procedure ...
Hi Wouter, It's updated in CVS, not in the packages yet. To download jpic.jal: http://cvs.sourceforge.net/viewcvs.py/*checkout*/jal/jal/lib/jpic.jal Regards, ...
On Wed, 10 Mar 2004 16:35:21 -0800, William "Chops" Westfield <westfw@...> ... Sure. But please discuss this further on the JAL developers mailing list. ...
... Actually, the errors i was talking about showed up on a PC compiling things under cygwin. the mac seemed to default to be less noisy about the same...
Hi! I'm looking at the JAL source, and would like to try compiling it. I'm running in a DOS shell, and my target environment would be a DOS shell. It seems as...
... I made a main file that includes all .h files and then all .c files. I think I had to make a small chance somewhere, but not much. Wouter van Ooijen --...
... Although this list is more appropriate than JalList, I already showed you there how a make-file for the Watcom compiler may look like, and also how to call...
Hi all, I've just uploaded to sourceforge.net the binary package of current JAL 0.4.60. Compilation have been made for i686 processors (athlon, pentium, etc.)...
I see in the JAL sources (0.4.59) in parser.c line 1299 } else if (scanner_is_like_advance("12f88")) { Looks to me this should be "16F88" Regards, Rob. -- Rob...
Hi Rob, I'm not sure if I understand you well, but this was updated in cvs 2 months ago: http://cvs.sourceforge.net/viewcvs.py/jal/jal/jal/parser.c? ...
Hi Javi, ... You understood me correctly! I should have checked with the most recent sources, but I looked only in the 0.4.59 sources I downloaded about 3/4 ...
hi at all I am spanish, from Madrid ... What do you think about the posibility to make a JAL Web in Spanish? JAL is a powerful PIC's developers language and...
Hi Mario, Theorically I should have a web page in spanish, but I'm too lazy and it's only in english. Sorry. :-( Ask freely, privately in spanish or here in...
... Good idea. Trouble is, JAL is mostly English. ... The hardest part of webpages is starting. Make sometihin and I may be able to help you, but my spanish is...
Hi all, I've just made some changes to JAL in sf.net: - Published JAL sources package 0.4.60. - Changed cvs version to 0.4.61. - Uploaded some new changes. ...
... Thank you, it compiles here for OS/2 without problems. However I see a potential problem. In JalComp.h I see: #ifdef _MSC_VER #define BUILD_NATIVE_WINDOWS...
Hi Rob, These changes was made in order to use MinGW (this is what I've, at work, to make win32 console executable). As you know, the first release (by Wouter)...
... These statements shouldn't be in jalcomp.h. They should be in stdhdr.h. That is where OS specific configurations are handled. stdhdr.h includes config.h...
Craig Franklin
craigfranklin@...
May 5, 2004 1:31 am
976
... Well, I'm afraid I cannot test this either! I have never used Automake. I understand that it is useful for big projects, and I also understand that once...
... You only need automake if you need to change the makefiles. If you are compiling you only need to run configure. Apparently, there is a way to run...
Craig Franklin
craigfranklin@...
May 5, 2004 2:39 pm
978
Hi Rob & Craig, ... Rob, I can keep configure.ac in *nix and mingw, but I should not get under my responsibility the maintenance other systems, like OS/2 or ...
Hi Javi, ... [Javi:] ... I understand and respect your limited responsibility! I made the remark about the directory-separator only as suggestion for ...
Hi all, Recently I started writting some notes while fighting with JAL sources. These notes are sourcecode related, so some changes will be only in my PC and...