I spend most of my free time working on gputils. I just released my first version of gplink. A GPL COFF linker for PICs. It isn't bug free, but the basics...
Craig Franklin
craigfranklin@...
Apr 2, 2003 3:25 am
304
... I am quite interested in this, but I personaly don't want to start considering it until we get JAL to the state that it can be called beta or stable. At a...
Hi all, Yesterday I sent to Mark source files with modifications about the - ,<,>,<= and >= operators. As Mark knows more about this than I, he sent me back...
... The patch file isn't for putting into the tree. Its for communicating the changes your are making to the CVS tree. ... Lets not talk of war. I feel...
I do generate a win32 (without cygwin) version of gputils. It doesn't run on DOS, which will probably be a problem, but it isn't POSIX only....
Craig Franklin
craigfranklin@...
Apr 2, 2003 3:34 pm
310
... That is probably the biggest challenge. There are a few options. I am still forming an opinion. Right now, I think my favorite is to add "near" and "far"...
Craig Franklin
craigfranklin@...
Apr 2, 2003 4:03 pm
311
Hi all, I've just updated cvs sources with corrected operators: -,<,>,<=,>=. and now works properly. Previous to my work there's a bug that increase the code...
Patches should not be added to cvs. They should be applied to the sources and commited when you are ready. If you only want to communicate your changes and...
Craig Franklin
craigfranklin@...
Apr 3, 2003 2:13 am
313
Hi Craig, ... I'll do it next time. :-) ... and I'll keep this file up to this weekend, then will be deleted since changes are in commited yet. Thanks, Javi....
I'm witting a program that samples the ADC for a few ports. The way the ADC works is by a delay as an internal cap leaks voltage. If I may a one line tweak ( a...
See the new make file. I got some of the items to build, but a number of the sample programs fail to compile. I'm also wondering if the target chip shouldn't...
... I've updated the make file to pass in the chip type from in the JALFLAGS, and I've re-arranged the make objects to have the test files that fail to compile...
The test suite sample program t0130.jal fails to compile with the following error. I don't know much about the word type, or what the assert that's going off...
Hi Mark, ... What I see in those batch files, the processor it's passed directly in command line. ... Perhaps should be nice some words of Wouter here....
Mark, ... It's in the "new_location", and it's only defined for bits and bytes: << ... if (p->type == type_bit) { ... } if (p->type == type_byte) { ... } ...
Hi all, I've installed and tested minGW: http://mingw.sourceforge.net/ A small unix alike system for windows, or st similar. What I know is that works thos...
Any OS/2 users out there might find this one interesting....
Craig Franklin
craigfranklin@...
Apr 7, 2003 2:42 pm
324
... I'll have to look into this. The default search path isn't right when JAL is build with MS-Dev either. (Most likely its the path name slashes not working...
Today I wanted to upgrade the firmware in my Wisp628 programmer to level 1.09, of which I received the Jal-source from Wouter yesterday. I started with the...
... level ... How did you get this version (1.4)? The CVS setup doesn't have relese tags with this type of versioning information accross the code base. Did...
gnar97229 wrote: {RobH] ... I didn't use CVS. I 'simply' downloaded the source files from the CVS repository (from jal/jal/jal). The highest 'Rev.' number I...
We need a feature to catch at compile time the types of memory bank bugs like the one I just finished debugging in some ADC code I was using for my robot. The...
... I am still listening. I might sign off later. If you guys ever have trouble reaching me, my email address is on the gputils website. ... The code is...