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 480 - 509 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
480
I've checked out the teps and there is no new regressions over the 4_55 release. The following things have been done so far: * GPL headers to the code *...
Mark Gross
gnar97229
Offline Send Email
Jun 1, 2003
2:33 pm
481
... I spoke too soon. We have one new regression. t0111.jal no longer compiles. ... Any ideas? [mgross@bp6 src]$ jal -cA f877_20 t0111.jal jal 0.4.56 (GCC...
Mark Gross
gnar97229
Offline Send Email
Jun 1, 2003
3:27 pm
482
Hi ... Of course I am NOT the root operator on my ISP unix account and I never will be. Still, I think it should be possible to compile and install the JAL ...
Eur van Andel
eur_1965
Offline Send Email
Jun 1, 2003
6:45 pm
483
Hi After failure @ my ISP, I managed to checkout Jal under cygwin, configure, make and install it. Make did generate some 7 screenfuls of warnings. Anyone ...
Eur van Andel
eur_1965
Offline Send Email
Jun 1, 2003
7:37 pm
484
The source that failed to compile must have been from the File Release area. That package was built incorrectly, so several of the files have the wrong...
Craig Franklin
craigfranklin@...
Send Email
Jun 1, 2003
7:50 pm
485
... ??? I did a CVS checkout, configure, make, make install. The jal source file is some file that has been altered by a lot of people but should not give...
Eur van Andel
eur_1965
Offline Send Email
Jun 1, 2003
8:01 pm
486
... It seems that they arn't going to let you run make. Will they allow you to run gcc? If so cd to where the jal.c file is and do a gcc -o jal *.c If you get...
Mark Gross
gnar97229
Offline Send Email
Jun 1, 2003
8:06 pm
487
... What version are you building this jpic628.jal file with? I have 4 versions, old_jal (initial GPL code), jal_redone (the early split up source code),...
Mark Gross
gnar97229
Offline Send Email
Jun 1, 2003
8:08 pm
488
... A bootloader, written in Jal, could vector the interrupt to the user program, which would handle the interrupt. Wouter van Ooijen --...
Wouter van Ooijen
wvooijen
Offline Send Email
Jun 1, 2003
8:18 pm
489
Subject: Re: [Jal_developers] "<<" not known? This operator is in "jrtl.jal", that it isn't found by the compiler. Javi....
Javier Martinez
japus10
Offline Send Email
Jun 1, 2003
8:31 pm
490
... This is complete abacadabra to me. I did $ cvs (some black magic pserver:etc here) checkout jal Should I do $ csv (black magic) checkout jal_4_56 ??? I've...
Eur van Andel
eur_1965
Offline Send Email
Jun 1, 2003
8:50 pm
491
... The problem is that cvs jal version don't accept old libraries, needs to be executed with the libraries in cvs. The key is that we splitted an internal jal...
Javier Martinez
japus10
Offline Send Email
Jun 1, 2003
10:19 pm
492
... I cut and paste the one from your initial email regarding this problem into a file named jpic628.jal. So I think your version is giving me problems. ...
Mark Gross
gnar97229
Offline Send Email
Jun 2, 2003
1:14 am
493
... In the original message you state that you can't compile jal, but you didn't state the source of the files. If you try to compile the package from the...
Craig Franklin
craigfranklin@...
Send Email
Jun 2, 2003
2:45 am
494
... That could explain it. Configure did report: checking for style of include used by make... none I would expect: checking for style of include used by...
Craig Franklin
craigfranklin@...
Send Email
Jun 2, 2003
3:06 am
495
... There is no tag for 0.4.56 because it hasn't been released. If there was, you would do this: cvs checkout -r jal-0_4_56 jal ... That is language that Mark...
Craig Franklin
craigfranklin@...
Send Email
Jun 2, 2003
5:13 am
496
... I made a second attempt with Cygwin, under Windoze. That did work. ... Compiling of a JAL file, with the correctly(?) compiled JAL executable. ... I do not...
Eur van Andel
eur_1965
Offline Send Email
Jun 2, 2003
6:53 am
497
Eur, A simple modification for multiplication can be : for x_s loop add2424(prod_s, prod_h, prod_l, y_l, 0, 0, prod_s, prod_h, prod_l) end loop for x_h loop ...
Ziya Erdemir
ziya_erdemir
Offline Send Email
Jun 2, 2003
11:45 am
498
add2424 works. here is test program ... include 16f628_4 include jrtl include jpic628 pragma target fuses 0x_3f62 cmcon = 7 var byte xxx2 = 0x23 , xxx1 = 0xfa,...
Ziya Erdemir
ziya_erdemir
Offline Send Email
Jun 2, 2003
12:07 pm
499
24 bit integer subtraction procedure sub2424 works . here is test program ... include 16f628_4 include jrtl include jpic628 pragma target fuses 0x_3f62 cmcon =...
Ziya Erdemir
ziya_erdemir
Offline Send Email
Jun 2, 2003
1:14 pm
500
We have one regression to solve, or chose to not solve until the next release. Test program t0111.jal now fails to compile, from the comment in the t0111.jal ...
Mark Gross
gnar97229
Offline Send Email
Jun 2, 2003
2:17 pm
501
... The change to squasher.c IS the culprit. Now what to do about it?...
Mark Gross
gnar97229
Offline Send Email
Jun 2, 2003
3:18 pm
502
Hi Mark, This is the mayor change I made for sub involved operators with 12F cores, and of course the source of our headache. I can write a laarge email with...
Javier Martínez
japus10
Offline Send Email
Jun 2, 2003
4:25 pm
503
I understand most of this, and I have for a while now that isn't my issue. My problems are; 1) why does a Pic12 specific change have to wripple into...
gnar97229
Offline Send Email
Jun 2, 2003
6:32 pm
504
... Javi, sorry I can't follow this thread, and I cann't follow the above statement ???? I guess 12F629 and 12F675 are both "12F-core" ?? And the documentation...
Stef
aap_beertje
Offline Send Email
Jun 2, 2003
6:48 pm
505
I am not an expert but just a simple user. When I started with JAL I discovered that (some) libraries can't be mixed, that JAL 4.50 behaves differently than...
Bert
bertloopvogel
Offline Send Email
Jun 2, 2003
8:19 pm
506
Hi Bert, ... This is the key, your project can be shared but not the libraries. Javi....
Javier Martínez
japus10
Offline Send Email
Jun 2, 2003
8:34 pm
507
Hi Stef, ... Perhaps because they are 14bit cores with 8 pins. See the documentation for 12F508/9 and look for SUBLW. Best, Javi....
Javier Martínez
japus10
Offline Send Email
Jun 2, 2003
8:36 pm
508
pic12 refers to 12-bit core PICs, like the 12C509. In its infinite wisdom Microchip decided to use the '12' designation for 8 pin chips (that is, for 12 and 14...
Wouter van Ooijen
wvooijen
Offline Send Email
Jun 2, 2003
8:41 pm
509
... Because the Pic12 cores problem it's derived from the bug in a = b - c That is if "x" it's a var and "c" can be a literal or a var (2 literals are computed...
Javier Martínez
japus10
Offline Send Email
Jun 2, 2003
9:40 pm
Messages 480 - 509 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