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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 718 - 747 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
718
Hi all, Sorry for the delay, but I finaly made the changes to the JAL source code to support the building of jal.exe using MinGW such that users can use it in...
mark gross
gnar97229
Offline Send Email
Sep 1, 2003
5:25 pm
719
Javi, have you checked any of this stuff in yet? I am in the process of attempting to bring up my pic18 board and it would be cool to have more pic18 support...
mark gross
gnar97229
Offline Send Email
Sep 1, 2003
7:47 pm
720
... assembler and hex code are OK, nothing done in simulator. I'm still fighting with LFSR mnemonic (I've a pointer instead of the constant value in the 2nd...
Javier Martínez
japus10
Offline Send Email
Sep 1, 2003
8:06 pm
721
For those who care, I've created a msvc .net project file such that msvc.net users can build jal. Note: I only bothered with this because I got a new laptop...
mark gross
gnar97229
Offline Send Email
Sep 1, 2003
8:38 pm
722
So I guess the answer is "not yet checked in". ;) --mgross ... So I guess the answer is "not yet checked in". ;) --mgross ... assembler and hex code are OK,...
mark gross
gnar97229
Offline Send Email
Sep 1, 2003
8:41 pm
723
... Was the debug data removed and the object stripped in the MinGW version? Not sure what the default .net options are, but that typically explains the...
Craig Franklin
craigfranklin@...
Send Email
Sep 1, 2003
9:37 pm
724
... Your right, runnting 'strip' on the jal.exe produced by mingw results in an exe that is very comprible to that of the release build of msvc .net. Both are...
mark gross
gnar97229
Offline Send Email
Sep 1, 2003
11:22 pm
725
Solved LFSR :-)) [PS] I'll try to complete the 18F's instruction set prior to add them to simulator and regression tests. Javi ... ? Makefile ? config.h ?...
Javier Martínez
japus10
Offline Send Email
Sep 2, 2003
8:22 am
726
Hi all, I've completed all PIC16 mnemonics EXCEPT "movff". Also jal supports new 32 level stack, simulation, indirections, etc. "movff" needs a re-design of a...
Javier Martínez
japus10
Offline Send Email
Sep 6, 2003
7:42 pm
727
Wow, dude, this is cool timing! I'll try to check it out tomorow as best as I can. My pick18 platform isn't quite up yet (I'm waiting on a USB cable so I can...
mark gross
gnar97229
Offline Send Email
Sep 6, 2003
11:29 pm
728
Hi Mark, Use this file for patch SF. (sorry) ... updates the level stack usagee error in compdriver.c: [PS] Be ready for more bugs. :-( Javi. ... ? Makefile ?...
Javier Martínez
japus10
Offline Send Email
Sep 6, 2003
11:52 pm
729
Hi Mark, Use this file for patch SF. (sorry) ... updates the level stack usagee error in compdriver.c: Index: jal/compdriver.c ...
Javier Martínez
japus10
Offline Send Email
Sep 7, 2003
12:26 am
730
Can you create a unified diff.? It is a bitch to get this stuff merged back into my code base. If you cannot get your tools to create a unified diff then lets...
mark gross
gnar97229
Offline Send Email
Sep 8, 2003
12:15 am
731
Hi Mark, I've created the diff file with the command: cvs diff >> ../jalwork/testF18/diff2.txt Please, if the command it's different, just tell me how to do...
Javier Martínez
japus10
Offline Send Email
Sep 8, 2003
9:41 am
732
add a -u. cvs diff -u >> ../jalwork/testF18/diff2.txt --mgross...
mark gross
gnar97229
Offline Send Email
Sep 8, 2003
2:01 pm
733
Hi Mark, Here's the diff file. Can you upgrade the SF? I don't know where to change the version string. :-( Meanwhile, I've added "bank" prefix mnemonic (not...
Javier Martínez
japus10
Offline Send Email
Sep 8, 2003
4:57 pm
734
I'll check it out and do a cvs commit. I don't recall where the version numbers are either, but I've found them once before, so I think I'll figure it out...
mark gross
gnar97229
Offline Send Email
Sep 9, 2003
1:33 am
735
... configure.ac...
Craig Franklin
craigfranklin@...
Send Email
Sep 9, 2003
5:40 am
736
... Although changes are for PIC16 cores, better to do a full test suite. I'll try to do it this afternoon too. ... What do you expet? I've installed it as my...
Javier Martínez
japus10
Offline Send Email
Sep 9, 2003
9:38 am
737
... Thanks Craig, This mean that we need to make an 'autoconf' before the 'make' if we want to change the version string? Javi....
Javier Martínez
japus10
Offline Send Email
Sep 9, 2003
9:44 am
738
I am not sure this is the right place to ask. I have a serious problem programming chips with wisp628 programmer. I am experimenting with HI-TECH PICC LITE...
gabrielszb
Offline Send Email
Sep 9, 2003
10:05 am
739
... It is not, this is for people working on the Jal compiler source. I'll answer anyway, but please take this - to the jallist (not the best place, but better...
Wouter van Ooijen
wvooijen
Offline Send Email
Sep 9, 2003
10:18 am
740
... Yeah, but its not a big deal, and its part of the release process for the project. --mgross...
mark gross
gnar97229
Offline Send Email
Sep 9, 2003
2:25 pm
741
... My initial tests have the pic18 patch hurting the do_test j f877_10 . I'll start to investigate after work today. The following is from my cygwin build...
mark gross
gnar97229
Offline Send Email
Sep 9, 2003
2:30 pm
742
... Adding more mnemonics can give this problems, sometimes you put them in wrong place. Delete this line: treerep.c line 153. A "-1" it's placed here...
Javier Martínez
japus10
Offline Send Email
Sep 9, 2003
4:31 pm
743
Another mistake found: In simulator.c line 1876: IFM(0xFE00, 0x1C00, sim_comf) ... should be: IFM(0xFC00, 0x1C00, sim_comf) How can I make a diff file from a...
Javier Martínez
japus10
Offline Send Email
Sep 9, 2003
5:58 pm
744
... ./configure --enable-maintainer-mode touch configure.ac make Make sure you are using the same version of autoconf and automake listed in the current output...
Craig Franklin
craigfranklin@...
Send Email
Sep 10, 2003
1:05 am
745
... line deleted running test. Say, how did you debug this? --mgross...
mark gross
gnar97229
Offline Send Email
Sep 10, 2003
2:21 am
746
... diff -u old_version new_version > file.diff ... Your change has been incorporated along with the others. Ok, doing the regression test for f877 against jal...
mark gross
gnar97229
Offline Send Email
Sep 10, 2003
3:47 am
747
... If you are working in cvs you can also: cvs diff -u > file.diff to retrieve all the changes you have made but not yet committed. cvs diff -r FIRST_TAG -r...
Craig Franklin
craigfranklin@...
Send Email
Sep 10, 2003
4:00 am
Messages 718 - 747 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