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 689 - 718 of 1239   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
689
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...
ziya_erdemir
Offline Send Email
Aug 9, 2003
7:08 pm
690
... 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...
mark gross
gnar97229
Offline Send Email
Aug 9, 2003
7:35 pm
691
... while preparing a sample code I found another interesting bug in the following code: ;-----beginning of sample----- include 16f877_4 include jdelay ...
ziya_erdemir
Offline Send Email
Aug 10, 2003
10:34 pm
692
... 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...
mark gross
gnar97229
Offline Send Email
Aug 11, 2003
12:27 am
693
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...
mark gross
gnar97229
Offline Send Email
Aug 11, 2003
12:30 am
694
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...
mark gross
gnar97229
Offline Send Email
Aug 11, 2003
12:39 am
695
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@...
Send Email
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@...
Send Email
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...
mark gross
gnar97229
Offline Send Email
Aug 11, 2003
4:52 am
698
... 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...
mark gross
gnar97229
Offline Send Email
Aug 11, 2003
5:03 am
699
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...
Brian Schmalz
brian_schmalz
Offline Send Email
Aug 11, 2003
2:28 pm
700
... 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 ...
mark gross
gnar97229
Offline Send Email
Aug 12, 2003
4:17 am
701
... 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...
mark gross
gnar97229
Offline Send Email
Aug 12, 2003
4:26 am
702
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". ??? ....
japus10
Offline Send Email
Aug 12, 2003
5:08 am
703
... 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@...
Send Email
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...
mark gross
gnar97229
Offline Send Email
Aug 13, 2003
12:55 am
705
... I've attempted to reproduce the segfault under cygwin. I cannot. What OS (and which build of JAL) are you running under? --mgross...
mark gross
gnar97229
Offline Send Email
Aug 13, 2003
1:04 am
706
Hi Mark, ... What ... Linux Mandrake 9.1 and jal 0.4.56 (GCC 3.2) Javi....
japus10
Offline Send Email
Aug 13, 2003
6:33 am
707
... 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...
mark gross
gnar97229
Offline Send Email
Aug 13, 2003
2:32 pm
708
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...
Javier Martínez
japus10
Offline Send Email
Aug 13, 2003
3:57 pm
709
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@...
Send Email
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....
Javier Martínez
japus10
Offline Send Email
Aug 15, 2003
7:27 am
711
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@...
Send Email
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 ...
Javier Martínez
japus10
Offline Send Email
Aug 25, 2003
5:25 pm
713
Hello. I'm just curious. What hex format does JAL produce? Is it INHX8M? Thanks. Richard...
Richard
cctglobal
Offline Send Email
Aug 30, 2003
6:32 am
714
... It (tries to) produce the same format MPASM produces, IIRC that is INHX8M. Wouter van Ooijen -- ------------------------------------------- Van Ooijen...
Wouter van Ooijen
wvooijen
Offline Send Email
Aug 30, 2003
7:52 am
715
... 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,...
Rob Hamerling
digithalys
Offline Send Email
Aug 30, 2003
8:46 am
716
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...
Javier Martínez
japus10
Offline Send Email
Aug 30, 2003
9:10 am
717
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...
Javier Martínez
japus10
Offline Send Email
Aug 30, 2003
7:10 pm
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
Messages 689 - 718 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