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...
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...
... 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...
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...
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,...
... 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@...
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...
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 ?...
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...
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...
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 ?...
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...
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...
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...
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...
... 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...
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...
... 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...
... 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...
... 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...
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...
... ./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@...
Sep 10, 2003 1:05 am
745
... line deleted running test. Say, how did you debug this? --mgross...
... 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...
... 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...