I was just experimenting with I2C on a 16f877 and after a bit of debugging I found that the I2C Jal libraries are using port A, pins 3 and 4 for the I2C. ...
hi Mark, I'm not familiar with I2C libraries, but here are a few general remarks, ... I think you're looking at I2C library, that uses software I2C, i.e....
... hmm I guess it is a bit banged implementation. I didn't really catch that when I was looking over the code. In that case the only thing I would change is...
hi developpers, cleaning up JALcc, brings me to the commandline, and the problems with spaces in the paths under windows. The problems with spaces can be...
... Are you sure about the last? I've done a simple test by renaming the LIB directory to "LIB SP". Now when I specify the parameter -S"G:\JAL-0.4.60\LIB SP" ...
Hi Javi, ... I don't see it. Does it make a difference if the spaces are in the first or last part of the name? ... Regards, Rob. -- Rob Hamerling, Vianen, NL...
On Thu, 25 Nov 2004 22:47:26 +0100, Stef Mientki <s.mientki@...> ... Great software works even if don't expect it to work :-) -- Ir. E.E. van Andel,...
Hi all The malloc warnings in 4.10 changed to hard errors in 5.3, and gmake gives up. It says something about "conflicting types" in malloc.h I removed this...
Hi Stef, I can't reproduce the bug. My test file: <JAL> include f452_20 var volatile byte b4 -- key=random&from=%2Ftechref%2Fnew200502%2Etxt b4 = 0x23 </JAL> ...
hi Javi, did you really use JAL 4.60 (GCC 3.2) ? Here's my shortest source, that gives the error: (could you test this code, it doesn't need any libraries) ...
Hi Stef, I've 0.4.62 installed. From your words I undertood that this bug comes since 0.4.60. I'll test it this week. I'm seeing this code OK with 0.4.62,...
hi Javi, ... Could be well possible. I didn't test it on 4.61, and 4.62 is not yet available in Windows binary :-( I assumed the problem slipped in 4.60, and...
Hi Stef, This bug becomes in ALL binaries compiled with gcc & MinGW. Tested with 0.59/60/61 & 62. The 0.4.60 (win32 zip) is compiled with GCC & MinGW. The...
... Hello Stef, Javi, I compiled Stef's shortest code with my OS/2 version of Jal-0.4.60 (IBM VAC 3.0). It doesn't give the error you reported. Below the...
Hi Stef, Rob, You're in the right way, but rather the compiler seems to be the configuration of each system. I've compiled again JAL with CygWin & GCC, now...
Hi Stef, DAM!! That's why I prefer MinGW rather than CygWin! I forget the dlls. I'll upload it tomorrow, but I prefer a binary executable compiled with other...
... Javi, If you want I could try to build a W32 version with the Watcom compiler. Cannot be too difficult, I've done it also for the Windoze version of my ...
... I know that I've fallen off the planet on JAL dev stuff, but I could build the bits using my MSVC installation. However; if you are using JAL under Cygwin,...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the Jal_developers group. File :...
Jal_developers@yahoog...
Feb 15, 2005 6:04 am
1088
Hi Mark, The *problem* with Cygwin is that JAL needs the refered library (cygwin1.dll) to work. In MinGW this seems to be linked inside the executable. CygWin...
Hi Javi, [Rob] ... I tried last night and could build a W32 version of Jal.exe. However when I tried to compile Stef's bug-test JAL-program this compiler ...