Hi Joep,

>
> Welcome to the bleeding edge :) It's nice to see an other target!
> Was it difficult to port?
It was not too bad, however, the the target does not like the argc,
argv parameters of the main function,
have to investigate the real issue (might be in the startup scripts),
for the time being, I just run sed stream editor
to patch the jal-parser output. Also noted that the jal-parser.exe in
the bin directory is different from the one in the source directory,
maybe you should only use it once

>
> I saw you created TRISD get/put functions. Did you need them? They
> show another dimension on porting vs compatibility: TRISD is 32bit on
> this target, while it is 8 bits on 16/18F chips. I expect more 8/32
> bit related issues when we proceed and they will show up when I
> thighten type-checking.

I believe only 8 bits are used on the SFRs, so the get/put functions
can hide this for the user, but have to do more investigations what's
the best way to proceed. It would be nice to have the AT function, if
available, the device file can be JAL only without the J2C statements

>
> I see the compiler does not accept argc/argv. I'll add an option to
> the translator to create those.

OK great

Albert

>
> Joep
>
> 2010/5/17 mattschinkel <[email protected]>:
>
>
>
>
>
> > I can't wait to try these! pic32mx360f512l - 80mhz, 32kb ram, 512kb
> > prog memory
>
> > What C compiler supports it? Only the one by microchip? Is it free? I
> > guess I can get ASM and use microchip ASM compiler?
>
> > Can Rob's script generate device files for all PIC32?
>
> > Matt.
>
> > On May 16, 7:59 pm, [email protected] wrote:
> >> Revision: 2047
> >> Author: [email protected]
> >> Date: Sun May 16 16:58:12 2010
> >> Log: added JAT PIC32 
> >> samplehttp://code.google.com/p/jallib/source/detail?r=2047
>
> >> Added:
> >>   /trunk/jat/targets/pic32
> >>   /trunk/jat/targets/pic32/_setenv.sh
> >>   /trunk/jat/targets/pic32/blink_led.jal
> >>   /trunk/jat/targets/pic32/cp0defs.h
> >>   /trunk/jat/targets/pic32/crt0.S
> >>   /trunk/jat/targets/pic32/elf32pic32mx.x
> >>   /trunk/jat/targets/pic32/make.sh
> >>   /trunk/jat/targets/pic32/pic32mx360f512l.jal
> >>   /trunk/jat/targets/pic32/procdefs.ld
>
> >> --
> >> You received this message because you are subscribed to the Google Groups 
> >> "jallib" group.
> >> To post to this group, send email to [email protected].
> >> To unsubscribe from this group, send email to 
> >> [email protected].
> >> For more options, visit this group 
> >> athttp://groups.google.com/group/jallib?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "jallib" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/jallib?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jallib" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/jallib?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to