Search the web
Sign In
New User? Sign Up
Jal_developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 825 - 854 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
825
... Then it's a bug ! The compiler gives an error, so if Nmodule is a variable, I guess it's value is of no importance ? I also tried it on the latest version...
Stef Mientki
aap_beertje
Offline Send Email
Oct 1, 2003
7:55 pm
826
It sure looks like a bug. <JAL> var byte i = 25 for i * 3 loop -- 4 bytes n = n + 1 end loop </JAL> gives: mark@THE-NNK5N6TSKXA ~/dev/jal/jal/testsuite/src $...
mark gross
gnar97229
Offline Send Email
Oct 2, 2003
2:45 am
827
Hi Stef, Mark, Please, Can you post this bug in SourceForge bug track? If the error it's what Marks post (source file and line) I can post it. Javi. ... ...
japus10
Offline Send Email
Oct 2, 2003
4:56 am
828
The bug is present in the jal I use, so it was most probably present in the code the GPL effort started with. Test code: include 16f628_20 var byte n = 4, k =...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 2, 2003
7:14 am
829
Hi Wouter, Tested the code with same results: jal 0.4.58 (GCC 3.2) ... Just added the bug in SourceForge (Report ID: 816441). The bug, squasher.c line 342,...
japus10
Offline Send Email
Oct 2, 2003
9:35 am
830
Hi all, More tests: for 2 * n loop -- OK! k = k + 2 end loop for 3 * n loop -- Bad! k = k + 2 end loop for 4 * n loop -- Bad! k = k + 2 end loop for 5 *...
Javier Martínez
japus10
Offline Send Email
Oct 3, 2003
5:19 pm
831
... How bad is bad? How many times is the loop executed? Does for (5 * n) loop k = k + 2 end loop work? -- Ir. E.E. van Andel, Fine Wire Heat Exchangers,...
Eur van Andel
eur_1965
Offline Send Email
Oct 6, 2003
7:45 am
832
... Its kindof bad in that it fails to compile, but the work around is obvious. --mgross...
mark gross
gnar97229
Offline Send Email
Oct 7, 2003
1:45 am
833
Hi ... apparently, the compiler does not complain. Should it? The fans do change speed when I say ... but fan1 and fan2 (the bytes) stay 0x00 PS. The reason...
Eur van Andel
eur_1965
Offline Send Email
Oct 7, 2003
10:09 pm
834
Hi Mark, ... Am I still at 50Km/h while you're at 120? What's the work arround? Javi....
Javier Martínez
japus10
Offline Send Email
Oct 11, 2003
9:17 am
835
... I think you just need some coffee. ;) The assert is hapening while computing a temp var for the loop counter value. for 3*n loop with something like ...
mark gross
gnar97229
Offline Send Email
Oct 11, 2003
2:46 pm
836
... tip for the developers: when deriving the type of the loop variable there must probably be a follow() call. Wouter van Ooijen --...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 12, 2003
8:07 pm
837
... ... better a hole coffe-shop! Javi....
japus10
Offline Send Email
Oct 13, 2003
6:13 am
838
... Thanks Wouter, I'll see it this afternoon. Javi....
japus10
Offline Send Email
Oct 13, 2003
6:15 am
839
I have been working for a long time on a remote display. There are some problems that I couldn't find the source of these problems. After receiving 100-150...
Ziya Erdemir
ziya_erdemir
Offline Send Email
Oct 15, 2003
12:46 pm
840
... an inconsistency between assembler and Jal instructions for pin manipulation. The Jal I/O lib uses a port buffer to avoid some problems related to the PIC...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 15, 2003
12:53 pm
841
hi Ziya, not a bug I think, but just a human error (of yourself) ;-) See the jallist for "problems with RS232, JAL + assembler" here the conclusion: 1. if you...
Stef Mientki
aap_beertje
Offline Send Email
Oct 15, 2003
12:53 pm
842
MessageThank Wouter and Stef, I have missed that thread ("problems with RS232, JAL + assembler"). Ziya ... From: Wouter van Ooijen To:...
Ziya Erdemir
ziya_erdemir
Offline Send Email
Oct 15, 2003
1:35 pm
843
Looking at the difference between the assembler output from the too variations, it seems that the way that works ("kirmiziyesil_led = low" ) uses the...
Mark Gross
gnar97229
Offline Send Email
Oct 15, 2003
2:11 pm
844
Hi all, With this patch compile OK, but the output it's not good. I'll test it again at home. Javi. <PATCH> diff -u jal-0.4.58/jal/./squasher.c...
japus10
Offline Send Email
Oct 20, 2003
10:26 am
845
Hi all, Yesterday I was playing with the patch suggested by Wouter (with the same success). There's no more NULL pointer error, but the operation it's not...
japus10
Offline Send Email
Oct 21, 2003
5:03 am
846
Hi everyone, I am still alive... I needed some new Jal functionality, so I took the big step and downloaded the GPL source. Juk, I don't like this split in...
Wouter van Ooijen
wvooijen
Offline Send Email
Oct 22, 2003
11:08 am
847
... If you are using CVS to access the SF source code then if you can send the output from the following command to the list, or me directly, then I can merge...
mark gross
gnar97229
Offline Send Email
Oct 22, 2003
2:36 pm
848
Hi Wouter, ... Thanks for this step. Perhaps it's nor so good as each one hope, but seems to be acceptable for all. ... What I'm doing now is to send the patch...
Javier Martínez
japus10
Offline Send Email
Oct 22, 2003
2:44 pm
849
Hi Trying to get JAL running on FreeBSD 4.8. ... The ... Looks a bit suspicious. Should there be something after the "="? But that needs changes in configure,...
Eur van Andel
eur_1965
Offline Send Email
Oct 22, 2003
3:10 pm
850
Solved (hope), patch of "codegen.c" included. Javi. ********** PRAGMA RAW_INTERRUPT ********************** [japus11@localhost ledwork]$ jal test01.jal jal...
Javier Martínez
japus10
Offline Send Email
Oct 22, 2003
8:51 pm
851
The problem isn't in the root Makefile. It is in jal/Makefile. The problem line is: -include $(DEP_FILES) Apparently FreeBSD doesn't use GNU make. Their...
Craig Franklin
craigfranklin@...
Send Email
Oct 23, 2003
2:10 am
852
I checked in a slightly modified patch to fix the bug. See attached patch. It differs in the offset computation for the pic16 raw ISR offset. My test has it...
mark gross
gnar97229
Offline Send Email
Oct 23, 2003
5:40 am
853
Hi Mark, I'll check it at home. The PIC16 SFR's definition are in the file "P18F458.jal", do you say that this file is not complet? I remember to check this...
japus10
Offline Send Email
Oct 23, 2003
7:03 am
854
Dear all. Thank you all for interest in solving 18Fxxx interrupt bug. (Yesterday i discovered it..) I'd like to know what i should do to make jal work properly...
Marco
marimarc76
Offline Send Email
Oct 23, 2003
9:29 am
Messages 825 - 854 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help