hi all, I have been working on my Jal code that I supposed there was a page switching problem. This week I found the root cause of the problem. There is a bug...
... ummm, without sample code exposing this failure (and the PIC type and any optimization setting your are building for) there is zero chance that anyone...
... while preparing a sample code I found another interesting bug in the following code: ;-----beginning of sample----- include 16f877_4 include jdelay ...
... This is a bug in the simulator, the asm from my version of jal (with reproces the above failure). The ASM "looks" correct, it has address 27 getting a 5...
Its been about 2 months of being away for me and I would like to see some more progess made at nocking off the remaining issues that the test suite is still...
I finally got off my high horse and took a look at using MinGW to build JAL for use by native Windows cmd boxes. It builds but the code I put into the MSVC...
I think Javi said he created some bug reports on SourceForge. The website is down now for maintenance, so I can't confirm it....
Craig Franklin
craigfranklin@...
Aug 11, 2003 2:12 am
696
... I think it is. That way anyone using win32 can build it. It only requires a few changes to jal.c and maybe a change to configure.ac, right? It's nice to...
Craig Franklin
craigfranklin@...
Aug 11, 2003 2:17 am
697
... I'll just look at this mailing lists archives. I thought that he had a line on a bug fix for one of the test suite failures, but I never saw it checked...
... Yeah its been too quiet for too long. I think all that would be needed is to change one conditional compile flag in jal.c and figure out a nice interface...
I too use VisualStudio (just V6 for now, .NET in the future) at work and it's how I compile JAL. So you're not quite alone. :-) I use your MS project files...
... That makes me feel abit better lugging the extra build configurations forward. Crage, I would like your advice. For the MSVC build to go through the ...
... I found it http://groups.yahoo.com/group/Jal_developers/message/671. I guess this bug was a failure of one of the test suite files, that seems to be a bug...
Hi all, I've posted a brief of bugs for all cores, I'll upload it on ... Note that "-386" option & "at" (instead of "is") makes "Segmentation fault". ??? ....
... It was never in cvs. It is generated by configure. Then copied into the distribution directory when "make dist" is commanded. It is the same way that...
Craig Franklin
craigfranklin@...
Aug 12, 2003 5:55 am
704
... My mistake. You are right, the version file needed from msvc compiles IS part of the make dist src package "jal-0.0.56.zip". I don't think we should add...
... I've attempted to reproduce the segfault on my mandrake box as well without success. Is there anything special about your build? debug settings or some...
Hi Mark, ... What I know there's nothing diferent, just compiled in a shell box (as you see). I'll try do follow it tomorrow. Perhaps it's my PC configuration...
I know this isn't causing your problem, but... There are some problems with jal on non-x86 machines. I submitted a bug report about a segfaults on a Sparc. ...
Craig Franklin
craigfranklin@...
Aug 15, 2003 2:31 am
710
Hi Craig, Can you explain me what's mean "Segmentation Fault"? It's a problem with the memory assigment? If this error is only mine I'll ignore it. Javi....
Programs are loaded into memory in segments. Each segment is initialized data, uninitialized data, text, ... There are rules the OS enforces about how the...
Craig Franklin
craigfranklin@...
Aug 16, 2003 6:38 am
712
For use in assembler blocks, not in simulator yet. Hex file needs to be checked. Javi. -- test file for addfc, subfwb, sunwfb, rlncf, rrncf include f452_20 ...
... It (tries to) produce the same format MPASM produces, IIRC that is INHX8M. Wouter van Ooijen -- ------------------------------------------- Van Ooijen...
... Since the hex output files of the JAL compiler start with a type '04' (extended lineair address) record, the format must be INHX32. Rob. -- Rob Hamerling,...
I think that is INHX32 in any way. With PIC12 and PIC14, eeprom words are 12bit or 14 bits. So they are splitted into bytes in the HEX file,that's mean...
Hi all, I'm trying to implement new 18F core mnemonics, but I've problems with one on them. The mnemonic is "LFSR f,k" where f=0..2 and K it's a 12bit...
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...